Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 848 Bytes

test-and-deploy-converted-templates.md

File metadata and controls

13 lines (8 loc) · 848 Bytes

< Test and deploy converted templates

This lab follows on from convert-and-migrate-resources. Depending on the success you had this will aide you in discovering what went wrong and how you can validate the templates you are applying.

There is some supplementary information on the Test and deploy your converted template exercise on Microsoft Learn.


Challenge

  • Update the deploy script that you are using with a what-if stage
    • For PowerShell add the -WhatIf onto the New-AzResourceGroupDeployment command
    • For Azure CLI use the what-if subcommand instead of create e.g. az deployment group what-if