Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 5fcdb43

Browse files
authored
Merge pull request #337 from MicrosoftLearning/petender-patch-1
Redacted the Azure subscription name to demo object
2 parents 55ac4d6 + 99bb469 commit 5fcdb43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Instructions/Labs/AZ400_M05_L11_Configuring_Pipelines_as_Code_with_YAML.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)