Learn how to ensure consistent and repeatable resource deployments for each business unit in Azure using ARM templates.
Table of Contents
Question
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?
A. Azure Policy
B. Azure Arc
C. a resource group
D. Azure Resource Manager (ARM) templates
Answer
D. Azure Resource Manager (ARM) templates
Explanation
Azure Resource Manager (ARM) templates provide a declarative way to define the infrastructure and configuration for your Azure resources. They allow you to define the resources to be deployed, their settings, dependencies, and more in a JSON file. By using ARM templates, you can ensure consistent and repeatable deployments for each business unit, applying the same configurations to the resources.
Microsoft Azure Fundamentals AZ-900 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure Fundamentals AZ-900 exam and earn Microsoft Azure Fundamentals AZ-900 certification.