AZ-900 Microsoft Azure Fundamentals 2020

Sign Up Free or Log In to participate!

of using ARM templates for creating cloud infrastructure?

What are some of the advantages of using ARM templates for creating cloud infrastructure?

2 Answers

ARM templates are Infrastructure-as-Code (IaC) for Azure. 

It has many benefits, some of which are:

  • track infrastructure in source control like GitHub

  • reusable infrastructure so you can create environments easily e.g. copy/paste 

  • reduce environment parity by creating similar architecture in multiple environments 

  • reduce human error 

  • quickly deploy infrastructure changes

  • abstract dependency management away 

Here are more reasons:

https://cloud.netapp.com/blog/azure-cvo-blg-azure-resource-manager-arm-benefits-and-best-practices 

Hi Mohd,

The lecture on ARM Templates also has a lot of the information you are after.

Cheers,
Lars

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?