Courseiva
Describe Azure management and governancemediumMultiple ChoiceObjective-mapped

AZ-900 Describe Azure management and governance Practice Question

A multinational company has multiple Azure subscriptions managed by different teams. The compliance team requires that all new virtual machines deployed in any subscription must have a specific tag (e.g., 'CostCenter') and must be deployed in approved regions only. They also want to automatically enforce these requirements without manual intervention. Which Azure service should the compliance team use to achieve this?

⚠ Common exam trap

Many candidates confuse Azure Policy (which enforces rules on resources) with Azure Blueprints (which packages policies, RBAC, and resources for environment setup), but Blueprints does not enforce compliance on its own.

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 Policy

Azure Policy is correct because it enables the compliance team to create, assign, and manage policies that enforce rules (like requiring a 'CostCenter' tag and restricting VM deployment to approved regions) across all subscriptions. Policies are evaluated during resource creation and can automatically deny or audit non-compliant resources, ensuring enforcement without manual intervention.

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 Policy

    Why this is correct

    Correct. Azure Policy allows you to create, assign, and manage policies that enforce rules and effects over your resources. In this scenario, a policy can automatically add a required tag and restrict allowed regions when virtual machines are created.

  • Azure Role-Based Access Control (RBAC)

    Why it's wrong here

    Azure RBAC is an authorization system that governs who can perform actions on Azure resources by assigning roles like Owner, Contributor, or Reader to users, groups, or service principals at a specific scope (management group, subscription, resource group, or resource). It controls access to resource management operations (control plane) and data plane operations via certain built-in roles, but it cannot inspect or enforce resource configuration properties such as required tags or allowed regions. Even if a user has Contributor rights to create a VM, RBAC alone cannot veto that VM's location or tag set—that requires an Azure Policy assignment that evaluates the resource before or during creation. Thus, while RBAC is essential for security, it is orthogonal to compliance enforcement of resource attributes.

    When this WOULD be correct

    A question asking: 'Which service should be used to grant a specific team permission to deploy virtual machines only in the West Europe region?' In that case, RBAC with a custom role that denies deployment outside that region would be correct.

  • Azure Blueprints

    Why it's wrong here

    Incorrect. Azure Blueprints is a declarative way to orchestrate the deployment of resource templates, policies, and RBAC assignments. However, it is used to create repeatable environments, not to continuously enforce rules on existing or new resources. The ongoing enforcement is done by Azure Policy.

    When this WOULD be correct

    A company wants to define a repeatable set of Azure resources (e.g., a network topology, policies, and RBAC assignments) that can be deployed together as a single package across multiple subscriptions. Azure Blueprints would be the correct answer because it packages artifacts like policies, role assignments, and resource templates into a blueprint that can be assigned and updated centrally.

  • Azure Management Groups

    Why it's wrong here

    Incorrect. Azure Management Groups help you manage access, policy, and compliance across multiple subscriptions. But they do not enforce tagging or region restrictions on their own; you must assign Azure Policy at the management group scope to enforce such rules.

    When this WOULD be correct

    A company needs to centrally manage compliance and access policies across multiple subscriptions by grouping them under a single management hierarchy. For example, applying a policy that restricts subscription creation to certain departments or delegating administrative permissions at the management group level.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AZ-900 exam frequently reuses these exact scenarios with slightly different constraints.

Azure PolicyCorrect answer

Why this is correct

Correct. Azure Policy allows you to create, assign, and manage policies that enforce rules and effects over your resources. In this scenario, a policy can automatically add a required tag and restrict allowed regions when virtual machines are created.

Azure Role-Based Access Control (RBAC)Wrong answer — click to see why

Why this is wrong here

Azure RBAC manages permissions to Azure resources (who can do what), but cannot enforce resource configuration like tags or approved regions. The question requires automatic enforcement of resource properties, which is a policy, not access control.

★ When this WOULD be the correct answer

A question asking: 'Which service should be used to grant a specific team permission to deploy virtual machines only in the West Europe region?' In that case, RBAC with a custom role that denies deployment outside that region would be correct.

Why candidates choose this

Candidates may confuse enforcement of rules (Policy) with controlling who can perform actions (RBAC), especially when the requirement involves 'enforcing' something, which sounds like access control.

Azure BlueprintsWrong answer — click to see why

Why this is wrong here

Azure Blueprints is used to orchestrate the deployment of resource templates and policy assignments, but it does not enforce compliance automatically; it requires manual deployment or updates. The question specifically asks for automatic enforcement without manual intervention, which is a core feature of Azure Policy.

★ When this WOULD be the correct answer

A company wants to define a repeatable set of Azure resources (e.g., a network topology, policies, and RBAC assignments) that can be deployed together as a single package across multiple subscriptions. Azure Blueprints would be the correct answer because it packages artifacts like policies, role assignments, and resource templates into a blueprint that can be assigned and updated centrally.

Why candidates choose this

Candidates may confuse Blueprints with Policy because both involve compliance and governance. Blueprints can include policy definitions, leading to the mistaken belief that Blueprints alone can enforce rules automatically, when in fact the enforcement comes from the included policies.

Azure Management GroupsWrong answer — click to see why

Why this is wrong here

Azure Management Groups organize subscriptions hierarchically but do not enforce resource-level rules like tagging or region restrictions. They lack the policy engine needed to automatically audit or enforce compliance requirements on deployed resources.

★ When this WOULD be the correct answer

A company needs to centrally manage compliance and access policies across multiple subscriptions by grouping them under a single management hierarchy. For example, applying a policy that restricts subscription creation to certain departments or delegating administrative permissions at the management group level.

Why candidates choose this

Candidates may confuse Management Groups with Policy because both operate at scale across subscriptions. They might think grouping subscriptions is sufficient to enforce rules, overlooking that Management Groups themselves do not enforce resource configurations.

Analysis generated from the official AZ-900blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

About these practice questions

This AZ-900 question is part of Courseiva's 981-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

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.