Microsoft Azure Fundamentals — Question 341
Your company has an Azure subscription and three business units.
You plan to deploy new resources for each business unit.
You need to ensure that the new resources are deployed by using a repeatable and reliable method that applies the same configurations to each resource.
What should you use?
Answer options
- A. Azure Policy
- B. Azure Arc
- C. a resource group
- D. Azure Resource Manager (ARM) templates
Correct answer: D
Explanation
The correct answer is D, Azure Resource Manager (ARM) templates, as they allow for the automated and consistent deployment of resources with predefined configurations. Azure Policy (A) enforces rules on resources but does not handle deployment, Azure Arc (B) extends Azure management to on-premises resources but is not focused on deployment, and a resource group (C) is a container for resources but does not provide deployment capabilities.