< 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.
- Update the deploy script that you are using with a
what-if
stage- For PowerShell add the
-WhatIf
onto theNew-AzResourceGroupDeployment
command - For Azure CLI use the
what-if
subcommand instead ofcreate
e.g.az deployment group what-if
- For PowerShell add the