Question 443 of 1,031
Describe Azure management and governancemediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is Azure Blueprints, because it is the only Azure service that packages both resource templates and governance artifacts like Azure Policy definitions and RBAC assignments into a single, versioned, repeatable deployment unit. Unlike Azure Policy, which only enforces rules after resources exist, or ARM templates, which lack built-in governance artifact management, Azure Blueprints orchestrates the entire deployment—including virtual networks, VMs, and SQL databases—while automatically applying security policies, role assignments, and naming conventions. On the AZ-900 exam, this question tests your understanding of how Azure Blueprints differs from Azure Policy, ARM templates, and Management Groups; a common trap is confusing Azure Policy’s enforcement-only role with Blueprints’ deployment-and-governance capability. Remember the memory tip: “Blueprints build and bind”—they build the infrastructure and bind it with policies and RBAC in one central, version-controlled package.

AZ-900 Describe Azure management and governance Practice Question

This AZ-900 practice question tests your understanding of describe azure management and governance. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A multinational corporation wants to deploy a standard set of Azure resources—including virtual networks, virtual machines, and SQL databases—to multiple departments. Each deployment must automatically include assigned Azure Policy definitions to enforce security rules, role-based access control (RBAC) assignments for the operations team, and a predefined naming convention. The solution must provide a single, repeatable package that can be versioned and updated centrally. Which Azure service should the company use?

Question 1mediummultiple choice
Read the full NAT/PAT explanation →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Azure Blueprints

Azure Blueprints is designed to orchestrate the deployment of resource templates (such as ARM templates or Azure Resource Manager templates) along with governance artifacts like Azure Policy assignments, RBAC role assignments, and resource groups. It provides a versioned, repeatable definition that can be assigned to subscriptions or management groups, ensuring consistent and compliant deployments across an organization. Azure Policy alone only enforces rules but does not orchestrate resource deployment. ARM templates define the infrastructure but lack built-in governance artifact management. Management Groups provide hierarchical organization but do not package deployments with policies and RBAC.

Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Azure Blueprints

    Why this is correct

    Correct. Azure Blueprints allows you to define a repeatable set of Azure resources and governance artifacts (policies, role assignments, templates) that can be deployed to subscriptions or management groups in a versioned manner.

    Related concept

    Static NAT maps one inside address to one outside address.

  • Azure Policy

    Why it's wrong here

    Incorrect. Azure Policy enforces compliance rules on existing and new resources but does not orchestrate the deployment of resource templates or RBAC assignments as a single package.

  • Azure Resource Manager templates

    Why it's wrong here

    Incorrect. ARM templates define the infrastructure as code for resources, but they do not natively include policy definitions or RBAC assignments as part of a governance package. They are one component that can be used within a Blueprint.

  • Azure Management Groups

    Why it's wrong here

    Incorrect. Management Groups provide a hierarchical structure for organizing subscriptions and applying policies, but they do not package resource templates, policies, and RBAC into a single deployable artifact.

Common exam traps

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Detailed technical explanation

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Key takeaway

NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

Real-world example

How this comes up in practice

A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.

What to study next

Got this wrong? Here's your next step.

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related AZ-900 NAT questions on configuration and troubleshooting.

Related practice questions

Related AZ-900 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AZ-900 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AZ-900 question test?

Describe Azure management and governance — This question tests Describe Azure management and governance — Static NAT maps one inside address to one outside address..

What is the correct answer to this question?

The correct answer is: Azure Blueprints — Azure Blueprints is designed to orchestrate the deployment of resource templates (such as ARM templates or Azure Resource Manager templates) along with governance artifacts like Azure Policy assignments, RBAC role assignments, and resource groups. It provides a versioned, repeatable definition that can be assigned to subscriptions or management groups, ensuring consistent and compliant deployments across an organization. Azure Policy alone only enforces rules but does not orchestrate resource deployment. ARM templates define the infrastructure but lack built-in governance artifact management. Management Groups provide hierarchical organization but do not package deployments with policies and RBAC.

What should I do if I get this AZ-900 question wrong?

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related AZ-900 NAT questions on configuration and troubleshooting.

What is the key concept behind this question?

Static NAT maps one inside address to one outside address.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

2 more ways this is tested on AZ-900

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A multinational corporation must ensure that every new Azure subscription automatically conforms to corporate security and compliance baselines. The team wants to deploy a predefined set of Azure resources (e.g., a central logging storage account, a network security group configuration) and apply a standard set of Azure Policy definitions (e.g., restricting allowed VM sizes, enforcing encryption) to any new subscription. They want to manage these as a single, versioned package that can be updated and re-assigned to existing subscriptions. Which Azure service should they use?

medium
  • A.Azure Policy
  • B.Azure Blueprints
  • C.Azure Management Groups
  • D.Azure Resource Manager templates

Why B: Azure Blueprints is the service that enables the orchestrated deployment of resource templates (such as ARM templates) and policy assignments as a single, versioned package. It allows organizations to define a repeatable set of Azure resources and policies that can be applied to new or existing subscriptions to ensure consistency and compliance. Azure Policy alone can enforce rules but cannot deploy resources. Azure Management Groups only organize subscriptions for hierarchical management. Azure Resource Manager templates can deploy resources but cannot natively enforce policies or be versioned as a governance package in the same way as Blueprints.

Variation 2. Which Azure feature enables you to create policy definitions, RBAC role assignments, and ARM templates as a single package and track their deployment relationship?

hard
  • A.ARM Templates
  • B.Azure Policy Initiative
  • C.Azure Blueprints
  • D.Azure DevOps Pipelines

Why C: Azure Blueprints is the correct answer because it is specifically designed to package together policy definitions, RBAC role assignments, ARM templates, and other artifacts into a single, versioned, and trackable deployment unit. Unlike individual ARM templates or policy initiatives, Blueprints maintain a relationship between the deployed resources and the blueprint definition, enabling you to audit and track which blueprint version was used for each deployment.

Last reviewed: May 17, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This AZ-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-900 exam.