How to validate, plan, and deploy ARM templates
Azure Resource Manager templates are used for creating reproducible deployments in Azure. In this post I will explain the lifecycle of an ARM template. The sections on this post are in the order that I think the deployments should be made: Validate syntax, execute plan, and Deploy the template, but if you don’t have experience...