Microsoft Azure Data Fundamentals — Question 27
When can you use an Azure Resource Manager template?
Answer options
- A. to automate the creation of an interdependent group of Azure resources in a repeatable way
- B. to apply Azure policies for multi-tenant deployments
- C. to provision Azure subscriptions
- D. to control which services and feature administrators and developers can deploy from the Azure portal
Correct answer: A
Explanation
The correct answer is A because Azure Resource Manager templates are specifically designed to automate the deployment of related resources in a consistent manner. Options B, C, and D refer to tasks that are outside the scope of what ARM templates are intended for, such as policy application, subscription provisioning, and access control.