
Answer-first summary for fast verification
Answer: Yes
The proposed solution meets the goal because Azure Resource Manager (ARM) templates are specifically designed for infrastructure as code (IaC) scenarios where identical Azure resources need to be deployed automatically across multiple environments. ARM templates use JSON to declaratively define the infrastructure configuration, enabling consistent, repeatable deployments. The community discussion shows 100% consensus for option A, with the highest upvoted comments (53 and 19 upvotes) citing official Microsoft documentation that confirms ARM templates automate deployments and support infrastructure as code practices. This approach ensures each business unit receives identical resources through automated processes, which directly addresses the requirement for automatic creation of identical Azure resources.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company has multiple business units, each requiring a large number of identical Azure resources for daily operations. You need to approve a strategy for creating these Azure resources automatically.
Proposed Solution: You recommend including Azure Resource Manager templates in the strategy.
Does the proposed solution meet the goal?
A
Yes
B
No
No comments yet.