
Answer-first summary for fast verification
Answer: Azure Resource Manager (ARM) templates
The correct answer is D: Azure Resource Manager (ARM) templates. ARM templates allow you to define the infrastructure and configuration for your Azure resources in a repeatable and reliable manner. This infrastructure as code approach ensures that the same configuration is applied to each resource, making it easy to deploy consistent environments across different business units. Azure Policy, Azure Arc, and resource groups do not provide the same level of repeatability and configuration management.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In a scenario where a company with an Azure subscription has three distinct business units and intends to deploy new resources for each unit, ensuring that these resources are consistently and reliably deployed with identical configurations across all units, which Azure tool or service should be utilized for this purpose?
A
Azure Policy
B
Azure Arc
C
a resource group
D
Azure Resource Manager (ARM) templates