For those that are new to the Azure CLI there are often a few nuances that can take a little getting used to. I will keep this post up to date as I find things I find useful and to help me remember (I have an awful memory!). The Azire CLI uses the argument--query to … Continue reading AZ Cheat Sheet
Tag: JSON
Azure Resource Manager (ARM) templates
If you would like to start deploying and configuring your environment via code but not sure where to start, or how to structure and write a JSON template then you’re in luck! Microsoft has a whole host of Azure Resource Manager (ARM) templates on Github for you to explore and use as you need. And … Continue reading Azure Resource Manager (ARM) templates