Question 660 of 1,170
Manage Azure Identities and GovernancehardMultiple ChoiceObjective-mapped

AZ-104 Manage Azure Identities and Governance Practice Question

This AZ-104 practice question tests your understanding of manage azure identities 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.

An enterprise has 30 Azure subscriptions. Production subscriptions need a common baseline of allowed regions, required tags, and approved SKU rules, and any new production subscription must inherit those rules automatically. Sandbox subscriptions should follow a separate, lighter baseline. Which Azure construct should the team use to organize this governance model?

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

A management group hierarchy with separate production and sandbox branches.

Management groups allow you to build a hierarchy of Azure subscriptions and apply Azure Policy at the management group scope. By creating separate management group branches for production and sandbox, you can assign distinct policy sets (allowed regions, required tags, approved SKUs) to each branch, and any new subscription placed under the production branch will automatically inherit those baseline rules.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • A separate resource group for each business unit inside every subscription.

    Why it's wrong here

    Resource groups do not provide cross-subscription inheritance or governance boundaries at the enterprise level.

    When this WOULD be correct

    A question asks how to isolate resources for different business units within a single subscription, ensuring each unit's resources are logically separated and can be managed independently without affecting others.

  • A management group hierarchy with separate production and sandbox branches.

    Why this is correct

    Management groups are designed for organizing subscriptions and inheriting governance across many subscriptions.

    Related concept

    Read the scenario before looking for a memorised answer.

  • A set of resource locks applied directly to critical resources in each subscription.

    Why it's wrong here

    Locks protect individual resources from changes or deletion, but they do not organize subscriptions or inherit policy.

    When this WOULD be correct

    A question where the requirement is to prevent accidental deletion or modification of critical resources (e.g., a production database) across multiple subscriptions, without needing to enforce policies or inherit rules. For example: 'A company wants to ensure that critical resources in all subscriptions cannot be deleted by administrators. Which construct should they use?'

  • A single policy exemption applied at the tenant root.

    Why it's wrong here

    An exemption removes enforcement for a scope; it does not create separation between production and sandbox governance.

    When this WOULD be correct

    This would be correct if the question asked: 'An organization has a policy that must apply to all subscriptions except a few sandbox subscriptions. Which construct should be used to exclude the sandbox subscriptions from the policy?'

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-104 exam frequently reuses these exact scenarios with slightly different constraints.

A management group hierarchy with separate production and sandbox branches.Correct answer

Why this is correct

Management groups are designed for organizing subscriptions and inheriting governance across many subscriptions.

A separate resource group for each business unit inside every subscription.Wrong answer — click to see why

Why this is wrong here

Resource groups organize resources within a single subscription but cannot enforce policies or rules across multiple subscriptions or automatically apply baselines to new subscriptions.

★ When this WOULD be the correct answer

A question asks how to isolate resources for different business units within a single subscription, ensuring each unit's resources are logically separated and can be managed independently without affecting others.

Why candidates choose this

Candidates may confuse resource groups as a governance tool because they are used to group resources for management, but they lack cross-subscription policy enforcement and automatic inheritance capabilities.

A set of resource locks applied directly to critical resources in each subscription.Wrong answer — click to see why

Why this is wrong here

Resource locks prevent accidental deletion or modification but cannot enforce a common baseline of allowed regions, required tags, or approved SKU rules across multiple subscriptions, nor can they automatically inherit rules to new subscriptions.

★ When this WOULD be the correct answer

A question where the requirement is to prevent accidental deletion or modification of critical resources (e.g., a production database) across multiple subscriptions, without needing to enforce policies or inherit rules. For example: 'A company wants to ensure that critical resources in all subscriptions cannot be deleted by administrators. Which construct should they use?'

Why candidates choose this

Candidates may confuse resource locks with policy enforcement, thinking locks can enforce rules like allowed regions or tags, when locks only provide a delete/change protection mechanism.

A single policy exemption applied at the tenant root.Wrong answer — click to see why

Why this is wrong here

A single policy exemption at the tenant root would exempt all subscriptions from a policy, not enforce a baseline. The question requires enforcing rules on production subscriptions, not exempting them.

★ When this WOULD be the correct answer

This would be correct if the question asked: 'An organization has a policy that must apply to all subscriptions except a few sandbox subscriptions. Which construct should be used to exclude the sandbox subscriptions from the policy?'

Why candidates choose this

Candidates may think a policy exemption can define separate governance rules, but exemptions only remove policy enforcement; they cannot apply different baselines to different subscription groups.

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

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse resource groups or resource locks with policy-based governance, failing to recognize that only management groups combined with Azure Policy can enforce a common baseline across multiple subscriptions and automatically apply to new subscriptions placed in the hierarchy.

Detailed technical explanation

How to think about this question

Azure Policy assignments at the management group scope are inherited by all child subscriptions and resource groups, enabling centralized governance without per-subscription configuration. Policy definitions can include parameters (e.g., list of allowed regions) and effects like 'Deny' or 'Audit', and inheritance follows the management group hierarchy—so a policy assigned to the production branch applies only to subscriptions under that branch. This design aligns with the Azure landing zone conceptual architecture, where management groups separate environments (e.g., corp, online, sandbox) and policies enforce guardrails at scale.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AZ-104 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-104 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-104 question test?

Manage Azure Identities and Governance — This question tests Manage Azure Identities and Governance — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: A management group hierarchy with separate production and sandbox branches. — Management groups allow you to build a hierarchy of Azure subscriptions and apply Azure Policy at the management group scope. By creating separate management group branches for production and sandbox, you can assign distinct policy sets (allowed regions, required tags, approved SKUs) to each branch, and any new subscription placed under the production branch will automatically inherit those baseline rules.

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

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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

Keep practising

More AZ-104 practice questions

Last reviewed: Jun 11, 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-104 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-104 exam.