nerdexam
Microsoft

AZ-900 · Question #417

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 a

The correct answer is D. Azure Resource Manager (ARM) templates. To deploy resources consistently with repeatable and reliable configurations across different business units, Azure Resource Manager (ARM) templates are the appropriate tool.

Submitted by andreas_gr· Mar 5, 2026Describe Azure management and governance

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?

Options

  • AAzure Policy
  • BAzure Arc
  • Ca resource group
  • DAzure Resource Manager (ARM) templates

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    18% (5)
  • C
    4% (1)
  • D
    71% (20)

Why each option

To deploy resources consistently with repeatable and reliable configurations across different business units, Azure Resource Manager (ARM) templates are the appropriate tool.

AAzure Policy

Azure Policy enforces organizational standards and assesses compliance, but it does not deploy resources or configure them directly.

BAzure Arc

Azure Arc extends Azure management to resources outside of Azure, such as on-premises or other clouds, and is not primarily used for repeatable deployments within Azure.

Ca resource group

A resource group is a logical container for Azure resources, used for organization and management, but it does not define or automate the deployment and configuration of resources itself.

DAzure Resource Manager (ARM) templatesCorrect

Azure Resource Manager (ARM) templates enable infrastructure as code, allowing you to define the resources and their configurations in a declarative JSON file. This ensures that deployments are repeatable, consistent, and reliable, applying the exact same configurations every time they are executed for each business unit.

Concept tested: Infrastructure as Code for repeatable deployments

Source: https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/overview

Community Discussion

No community discussion yet for this question.

Full AZ-900 Practice