nerdexam
Microsoft

AZ-900 · Question #12

Your company has several business units. Each business unit requires 20 different Azure resources for daily operation. All the business units require the same type of Azure resources. You need to reco

The correct answer is A. Azure Resource Manager templates. You can use Azure Resource Manager templates to automate the creation of the Azure Deploying resource through templates is known as `Infrastructure as code'. To implement infrastructure as code for your Azure solutions, use Azure Resource Manager The template is a JavaScript Obje

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

Question

Your company has several business units. Each business unit requires 20 different Azure resources for daily operation. All the business units require the same type of Azure resources. You need to recommend a solution to automate the creation of the Azure resources. What should you include in the recommendations?

Options

  • AAzure Resource Manager templates
  • Bvirtual machine scale sets
  • Cthe Azure API Management service
  • Dmanagement groups

How the community answered

(62 responses)
  • A
    76% (47)
  • B
    6% (4)
  • C
    5% (3)
  • D
    13% (8)

Explanation

You can use Azure Resource Manager templates to automate the creation of the Azure Deploying resource through templates is known as `Infrastructure as code'. To implement infrastructure as code for your Azure solutions, use Azure Resource Manager The template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your project. The template uses declarative syntax, which lets you state what you intend to deploy without having to write the sequence of programming commands to create it. In the template, you specify the resources to deploy and the properties for those resources. https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/overview

Community Discussion

No community discussion yet for this question.

Full AZ-900 Practice