This chapter will cover how to build your first Azure Resource Manager (ARM) template that will create a storage account in Azure. We will go over the core elements of an ARM template to better understand what the Azure Resource Manager capabilities are and how you can leverage ARM templates based on your organization’s needs.
Working with Visual Studio Code and the ARM extension
Azure Resource Manager snippets
Your first look at an ARM template
Your first ARM template deployment
In Chapter ...