ARM Templates
Learn about the implementation of IaC with ARM templates.
We'll cover the following...
As you know, IaC is an infrastructure-agnostic term. Each cloud, including Microsoft, has its own way of implementing IaC; Azure Resource Manager (ARM) templates is the Azure way.
Although you can use various other tools like Terraform to ...