Summary
In this module, you learned about Azure Resource Manager templates (ARM templates) and used them to deploy a storage account to Azure. You made the template more flexible by adding parameters and got output from the execution of the template.
In summary, you:
- Implemented an ARM template by using Visual Studio Code.
- Declared resources and added flexibility to your template by adding resources, parameters, and outputs.
Learn more
To learn more, check out the following articles:
- Azure Resource Manager Tools for Visual Studio Code
- Understand the structure and syntax of ARM templates
- Azure Resource Manager overview
- How to install the Azure CLI
- How to install Azure PowerShell
- Resource providers for Azure services
- Define resources in Azure Resource Manager templates
- Outputs in Azure Resource Manager templates
- Parameters in Azure Resource Manager templates