In my last post, I went over JSON as it pertains to Azure ARM Templates. In this post, I’m going to dig deeper into the parts that make up an ARM Template. I will use a simple VNet deployment as an example. The goal is to define each part of the ARM Template and how the pieces fit together to make a deployment.
The full example file I use in this post can be found here. Continue reading “ARM Template Basics”