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:
- Download Azure Resource Manager Tools for Visual Studio Code
- Understand the structure and syntax of ARM templates
- Learn about Azure Resource Manager
- How to install the Azure CLI
- How to install Azure PowerShell
- Learn about resource providers for Azure services
- Define resources in Azure Resource Manager templates
- Learn about Outputs in Azure Resource Manager templates
- Learn about Parameters in Azure Resource Manager templates