Summary

Completed

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: