@@ -171,7 +171,7 @@ In this task, you will add continuous delivery to the YAML-based definition of t
171171 - task: AzureRmWebAppDeployment@4
172172 inputs:
173173 ConnectionType: ' AzureRM'
174- azureSubscription: ' AZURE SUBSCRIPTION(1)(b21d8ae2-9432-7a59 -a1e0-27fb2ea7f9f4)'
174+ azureSubscription: ' AZURE SUBSCRIPTION HERE (b999999abc-1234-987a -a1e0-27fb2ea7f9f4)'
175175 appType: ' webApp'
176176 WebAppName: ' eshoponWebYAML369825031'
177177 packageForLinux: ' $(Build.ArtifactStagingDirectory)/**/Web.zip'
@@ -298,7 +298,7 @@ stages:
298298 - task: AzureRmWebAppDeployment@4
299299 inputs:
300300 ConnectionType: ' AzureRM'
301- azureSubscription: ' PETENDER PDTDEMOWORLD SUBSCRIPTION(1)(b86d9ae1-7552-4b75 -a1e0-27fb2ea7f9f4)'
301+ azureSubscription: ' AZURE SUBSCRIPTION HERE (b999999abc-1234-987a -a1e0-27fb2ea7f9f4)'
302302 appType: ' webApp'
303303 WebAppName: ' eshoponWebYAML369825031'
304304 packageForLinux: ' $(Build.ArtifactStagingDirectory)/**/Web.zip'
@@ -386,7 +386,7 @@ the resulting YAML snippet should look like this now, reflecting the **Deploy St
386386 - task: AzureRmWebAppDeployment@4
387387 inputs:
388388 ConnectionType: ' AzureRM'
389- azureSubscription: ' PETENDER PDTDEMOWORLD SUBSCRIPTION(1)(b86d9ae1-7552-4b75 -a1e0-27fb2ea7f9f4)'
389+ azureSubscription: ' AZURE SUBSCRIPTION HERE (b999999abc-1234-987a -a1e0-27fb2ea7f9f4)'
390390 appType: ' webApp'
391391 WebAppName: ' eshoponWebYAML369825031'
392392 packageForLinux: ' $( Build.ArtifactStagingDirectory) /** /Web.zip'
0 commit comments