During AZ-900 review, a county trainee asks what an ARM template is mainly for at the fundamentals level. What is the best description?
Select an answer to reveal the explanation.
Short Explanation
At fundamentals depth you only need the big idea: an ARM template is a written description of what to build. Azure reads that description and creates the resources—you are not expected to author a full production template on the exam.
Full Explanation
ARM templates declare the desired state of resources such as resource groups, storage accounts, and App Services. Azure Resource Manager interprets the template and provisions those resources consistently. AZ-900 focuses on recognizing this purpose and high-level structure rather than writing complex template authoring logic or language-specific SDKs.