Question 596 of 1,170
Manage Azure Identities and GovernancemediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is one policy initiative assigned at the management group. This is correct because a policy initiative, also called a policy set, bundles multiple individual policy definitions—such as allowed locations, required tags, and permitted VM sizes—into a single, reusable package. Assigning that initiative at the management group level enforces all three governance controls across every subscription under that group, and Azure Policy’s compliance dashboard provides a unified view for tracking. On the AZ-104 exam, this scenario tests your understanding of policy initiative group governance and the difference between assigning a single policy versus a set; a common trap is choosing to assign each policy separately, which fragments compliance tracking. Remember the mnemonic “MIG” for Management group, Initiative, Grouped controls—if you need multiple rules enforced together, always think initiative at the management group.

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 wants to enforce three governance controls for all subscriptions under a management group: allowed locations, required tags, and permitted VM sizes. The team wants a single place to assign and track compliance for all three controls. What should the administrator use?

Question 1mediummultiple choice
Full question →

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

One policy initiative assigned at the management group

A policy initiative (also known as a policy set) allows you to group multiple policy definitions (e.g., allowed locations, required tags, permitted VM sizes) into a single, reusable package. Assigning this initiative at the management group level enforces all three governance controls across every subscription under that management group, providing a single place to assign and track compliance via Azure Policy's compliance dashboard.

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.

  • Three separate policy assignments at each subscription

    Why it's wrong here

    This creates multiple management points and does not provide one consolidated control package.

  • One policy initiative assigned at the management group

    Why this is correct

    An initiative groups related policies and can be assigned once to cover all subscriptions beneath the management group.

    Related concept

    Read the scenario before looking for a memorised answer.

  • A custom RBAC role assigned to each subscription

    Why it's wrong here

    RBAC controls access, not compliance rules such as allowed locations or required tags.

  • A resource lock on each subscription

    Why it's wrong here

    Locks prevent certain operations but do not evaluate or report policy compliance.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is confusing Azure Policy (which enforces rules on resource properties) with RBAC (which controls access permissions) or resource locks (which prevent deletion), leading candidates to pick a solution that addresses a different concern than governance compliance.

Detailed technical explanation

How to think about this question

Azure Policy initiatives are evaluated at assignment time and during periodic compliance scans; the initiative definition includes a unique ID and version, and when assigned to a management group, the policies are inherited by all child subscriptions and resource groups. Under the hood, Azure Policy uses Azure Resource Manager (ARM) to intercept resource creation/modification requests and evaluate them against the policy rules, with compliance states (compliant, non-compliant, conflict) tracked in the Azure Policy compliance dashboard. A real-world scenario is an enterprise using the 'Azure Security Benchmark' initiative to enforce hundreds of controls across thousands of subscriptions with a single assignment.

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 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.

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: One policy initiative assigned at the management group — A policy initiative (also known as a policy set) allows you to group multiple policy definitions (e.g., allowed locations, required tags, permitted VM sizes) into a single, reusable package. Assigning this initiative at the management group level enforces all three governance controls across every subscription under that management group, providing a single place to assign and track compliance via Azure Policy's compliance dashboard.

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

Same concept, more angles

2 more ways this is tested on AZ-104

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. An organization wants to enforce two governance controls on all subscriptions under a management group: only approved Azure regions can be used, and every resource must have a costCenter tag. Central IT wants one assignment that can grow as more controls are added later. What should they use?

medium
  • A.A single Azure Policy assignment that contains both requirements as separate policy rules.
  • B.An initiative assigned at the management group scope.
  • C.A role assignment at the management group scope.
  • D.A resource lock applied to each subscription.

Why B: An initiative (policy set) allows grouping multiple policy definitions into a single assignment, which can be assigned at the management group scope to enforce both the allowed regions and costCenter tag requirements. This approach supports future growth by simply adding new policy definitions to the initiative without creating separate assignments. Assigning at the management group scope ensures the controls cascade to all child subscriptions.

Variation 2. A department has 12 subscriptions under a management group named Corp. New resources must be deployed only in East US or West US and must include a CostCenter tag. A pilot subscription must be exempt from these rules during testing. Which two actions should you take? Select two.

hard
  • A.Assign an initiative containing both policy definitions at the Corp management-group scope.
  • B.Create a policy exemption for the pilot subscription.
  • C.Assign the policies individually at each resource group.
  • D.Use the Owner role at the management-group scope.
  • E.Use a resource lock instead of Azure Policy.

Why A: Option A is correct because assigning an initiative (a collection of policy definitions) at the Corp management-group scope ensures that all 12 subscriptions inherit both the location restriction and the CostCenter tag requirement. This is the most efficient and scalable way to enforce governance across multiple subscriptions without repeating assignments.

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.