Summary
This module introduced you to one of the ways that you can include Azure Resource Manager (ARM) templates as part of your infrastructure as code (IaC) efforts. You can deploy your resources to Azure in an automated way whenever you add or change your ARM template files.
In summary:
- You learned to deploy your templates using various methods.
- You learned to modularize your ARM templates by creating linked templates.
- You learned how to create GitHub Actions to deploy templates from a source code repository.
Learn more
Here are some links to resources where you can learn more:
- Azure Resource Manager Tools for Visual Studio Code
- Understand the structure and syntax of ARM templates
- Azure Resource Manager
- Azure CLI
- 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