A municipal engineer asks what an ARM template is at Azure Fundamentals depth. Which description is correct?
Select an answer to reveal the explanation.
Short Explanation
An ARM template is a JSON shopping list that says what Azure should build — declare it, then deploy it. It is not a screenshot, a guest driver, or an identity policy file.
Full Explanation
ARM templates are JSON documents that declaratively describe Azure resources and related configuration for deployment through Azure Resource Manager. That declarative JSON definition is the fundamentals concept. Screenshots, guest drivers, and Conditional Access XML are incorrect characterizations.