Index Keywords

↶ Return

What are ARM Templates?


Keywords



Outline
  1. 1. Description

Description

Azure Resource Manager templates (ARM templates) allow you to implement infrastructure as code for your Azure solutions. The template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your project. The template uses declarative syntax, which lets you state what you intend to deploy without having to write the sequence of programming commands to create it. In the template, you specify the resources to deploy and the properties for those resources.[1]


  1. https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/overview ↩︎