Skip to content

Use ARM template file structure#

Operational Excellence · All resources · 2020_06

Use ARM template files that are valid.

Description#

Azure Resource Manager (ARM) template files have a pre-defined structure. ARM templates require $schema, contentVersion and resources sections to be defined. If any of these sections are missing, ARM will not accept the template.

Recommendation#

Consider reviewing the requirements for this file. Also consider using Visual Studio Code to assist with authoring these files.


Last update: 2022-10-17

Comments