Azure Resource Manager (ARM) templates can look intimidating at first, mostly because of the JSON format with all the quotes and curly brackets. But once you actually look at them, they become much more manageable when you understand that JSON organizes data in key-value pairs, with a colon between the key and the value, and …
Continue reading “Learning ARM Templates: My First Step into Azure Infrastructure as Code”