Question
What are ARM (Azure Resource Manager) templates?
Answer
ARM templates are JSON files that have six element definitions, of which three are mandatory:
$schema
contentVersion
parameters
variables
resources
outputs
The elements $schema, contentversion, and resources are mandatory.
For more information see these links:
https://medium.com/@zaab_it/azure-resource-manager-template-101-1ccddc797f65