
Explanation:
The correct answer is A: Azure Resource Manager templates. Azure Resource Manager (ARM) templates allow you to define the infrastructure and configuration for your Azure resources using declarative syntax in a JSON file. This lets you automate the creation and deployment of multiple resources consistently and efficiently across different business units without manually configuring each resource. ARM templates provide a reliable and repeatable method to manage your Azure deployments, which is essential when each business unit requires the same set of Azure resources.
Ultimate access to all questions.
No comments yet.
In a scenario where multiple business units within your company each require the same set of 20 Azure resources for their daily operations, you are tasked with recommending a solution to automate the provisioning of these resources. What type of Azure tool or feature should you suggest to efficiently manage and deploy these resources across all business units?
A
Azure Resource Manager templates
B
virtual machine scale sets
C
the Azure API Management service
D
management groups