bicep to see what are the infrastructure changes with --what-if

If you wanted to see what are the changes that will be made to your Azure resources defined in your bicep files. please use the --what-if command as shown below:

az deployment group create --resource-group exampleRg  --template-file servicebus.bicep --what-if 

Sample output will be shown below:


Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm