Use ARM parameter file structure
March 29, 2024 ยท View on GitHub
SYNOPSIS
Use ARM template parameter files that are valid.
DESCRIPTION
Azure Resource Manager (ARM) template parameter files have a pre-defined structure.
ARM template parameter files require $schema, contentVersion and parameters sections to be defined.
If any of these sections are missing, ARM will not accept the parameter file.
RECOMMENDATION
Consider reviewing the requirements for this file. Also consider using Visual Studio Code to assist with authoring these files.