0 votes
in Azure by

What do you mean by Azure Resource Manager Templates (ARM)?

1 Answer

0 votes
by

Azure Resource Manager (ARM) templates are JSON files mainly used to implement infrastructure as code for your Azure solutions. The template outlines your project's infrastructure and configuration. A declarative syntax is used in the template, which allows you to declare what you want to deliver without the use of any actual programming/coding. The template must include the resources to launch as well as their attributes.

...