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

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type