Include a template resource

March 29, 2024 ยท View on GitHub

SYNOPSIS

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.