From b8d474999b72d58baf724714f961b084ea718002 Mon Sep 17 00:00:00 2001 From: Yas Date: Wed, 9 Aug 2023 09:41:49 +1000 Subject: [PATCH] removed the unused variable --- .ado/eshoponweb-cd-windows-cm.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ado/eshoponweb-cd-windows-cm.yml b/.ado/eshoponweb-cd-windows-cm.yml index 5412f79b..c9fb2e15 100644 --- a/.ado/eshoponweb-cd-windows-cm.yml +++ b/.ado/eshoponweb-cd-windows-cm.yml @@ -4,7 +4,6 @@ variables: templateFile: '.azure/bicep/simple-windows-vm.bicep' subscriptionid: 'YOUR-SUBSCRIPTION-ID' azureserviceconnection: 'azure subs' - webappname: 'az400-webapp-NAME' stages: - stage: Deploy @@ -23,4 +22,4 @@ stages: inlineScript: | az group create -l $(location) -n $(resource-group) - az deployment group create -f $(templateFile) -g $(resource-group) \ No newline at end of file + az deployment group create -f $(templateFile) -g $(resource-group)