
Answer-first summary for fast verification
Answer: No
The correct answer is 'No' (B) because management groups are primarily used for organizing subscriptions and applying governance policies, not for automating resource creation. The community discussion strongly supports this, with the top-voted comments (82 and 41 upvotes) emphasizing that Azure Resource Manager (ARM) templates are the appropriate tool for automating the creation of identical Azure resources. Management groups help with access control, policy enforcement, and compliance at a higher level but do not deploy resources themselves. While some comments argued that management groups could be 'included' as part of a broader strategy, the consensus and official Azure documentation indicate that ARM templates or other Infrastructure as Code (IaC) tools are necessary to meet the specific goal of automated resource creation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company has multiple business units, each requiring a large but identical set of Azure resources for daily operations. You need to approve a strategy for creating these Azure resources automatically.
Proposed Solution: Recommend the use of management groups.
Does the proposed solution meet the goal?
A
Yes
B
No
No comments yet.