Skip to content

Commit

Permalink
removed the unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yashints authored Aug 8, 2023
1 parent 1898c31 commit b8d4749
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ado/eshoponweb-cd-windows-cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,4 +22,4 @@ stages:
inlineScript: |
az group create -l $(location) -n $(resource-group)
az deployment group create -f $(templateFile) -g $(resource-group)
az deployment group create -f $(templateFile) -g $(resource-group)

0 comments on commit b8d4749

Please sign in to comment.