How to use Azure what-if command to validate changes before deploying an ARM template
UPDATED 24/01/2023: You may be interested in a newer post about the entire ARM template lifecycle that includes What-If operation. You can read it here: How to validate, plan, and deploy ARM templates Changes on production are dangerous stressful processes. Fortunately, there are tools that make deployments easier and prevent disasters. In this post you...