From ad91d008929379395d74ac426d962796925b3734 Mon Sep 17 00:00:00 2001 From: azureramakrishna <83686453+azureramakrishna@users.noreply.github.com> Date: Fri, 29 Apr 2022 10:28:02 +0530 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 00b4adfd3..822e5cff1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,13 +9,13 @@ trigger: variables: # Azure Resource Manager connection created during pipeline creation - azureSubscription: 'f2d2d411-6474-4864-b094-c796eba16764' + azureSubscription: 'f7fe32e6-68ef-4ad1-a0bf-0bbc71db7dd3' # Web app name - webAppName: 'adowebapp123' + webAppName: 'myjavaapp2055' # Environment name - environmentName: 'adowebapp123' + environmentName: 'myapp-service-plan' # Agent VM image name vmImageName: 'ubuntu-latest' @@ -60,7 +60,7 @@ stages: deploy: steps: - task: AzureWebApp@1 - displayName: 'Azure Web App Deploy: adowebapp123' + displayName: 'Azure Web App Deploy: myjavaapp2055' inputs: azureSubscription: $(azureSubscription) appType: webAppLinux