Skip to content

Include a template resource#

Operational Excellence · All resources · 2020_09

Each Azure Resource Manager (ARM) template file should deploy at least one resource.

Description#

An ARM template file is used to create or update one or more Azure resources. The resources property of an ARM template includes a definition of the resources to deploy.

Recommendation#

Consider removing Azure template files that do not deploy any resources.


Last update: 2022-10-17

Comments