From bc92440c17166a3c9b788ddf2197d6fb9c94fe6c Mon Sep 17 00:00:00 2001 From: "x.yumoto.k" Date: Mon, 25 Sep 2023 11:08:11 +0900 Subject: [PATCH] =?UTF-8?q?service=20connection=E5=90=8D=E3=82=92=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- azure-pipelines-production.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines-production.yml b/azure-pipelines-production.yml index 8651fa3..c08aa1b 100644 --- a/azure-pipelines-production.yml +++ b/azure-pipelines-production.yml @@ -36,7 +36,7 @@ jobs: - task: AzureRmWebAppDeployment@4 inputs: ConnectionType: 'AzureRM' - azureSubscription: $(AZURE_SERVICE_CONNECTION) + azureSubscription: 'omds-service-connection-prod' appType: 'webAppContainer' WebAppName: 'app-odms-dictation-prod' ResourceGroupName: 'prod-application-rg' @@ -57,12 +57,12 @@ jobs: - task: AzureKeyVault@2 displayName: 'Azure Key Vault: kv-odms-secret-prod' inputs: - ConnectedServiceName: $(AZURE_SERVICE_CONNECTION) + ConnectedServiceName: 'omds-service-connection-prod' KeyVaultName: kv-odms-secret-prod SecretsFilter: '*' - task: AzureCLI@2 inputs: - azureSubscription: $(AZURE_SERVICE_CONNECTION) + azureSubscription: 'omds-service-connection-prod' scriptType: 'bash' scriptLocation: 'inlineScript' inlineScript: | @@ -104,7 +104,7 @@ jobs: - task: AzureKeyVault@2 displayName: 'Azure Key Vault: kv-odms-secret-prod' inputs: - ConnectedServiceName: $(AZURE_SERVICE_CONNECTION) + ConnectedServiceName: 'omds-service-connection-prod' KeyVaultName: kv-odms-secret-prod - task: CmdLine@2 displayName: migration