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

Quick Answer

The answer is an Azure Policy initiative. This is correct because an initiative is specifically designed to group multiple related policy definitions—such as requiring a cost-center tag, allowing only approved locations, and blocking certain VM SKUs—into a single unit for assignment and compliance tracking. By creating an initiative, the operations team can assign all three rules to every subscription in a department and monitor compliance at the initiative level, simplifying management and reporting. On the AZ-104 exam, this concept tests your understanding of how to apply multiple related policies as one unit to subscriptions, often appearing in scenario-based questions where you must choose between a single policy definition and an initiative. A common trap is selecting individual policy assignments, which would require separate tracking and lack unified compliance reporting. Memory tip: think of an initiative as a “policy bundle” that lets you assign and enforce a group of rules together, just like a subscription bundle saves you from buying items one by one.

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 operations team must apply three related policies to all subscriptions in a department: require a cost-center tag, allow only approved locations, and block certain VM SKUs. They want to assign and track these rules as one unit. What should they create?

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

An Azure Policy initiative.

An Azure Policy initiative is a collection of policy definitions designed to group related policies together for assignment and tracking as a single unit. By creating an initiative, the operations team can assign all three rules (cost-center tag, allowed locations, blocked VM SKUs) to all subscriptions in a department and track compliance at the initiative level, simplifying management and reporting.

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 single Azure Policy definition containing all three rules.

    Why it's wrong here

    A single policy definition is not the usual way to package multiple independent rules. A policy initiative is the proper construct for grouping related policies.

  • An Azure Policy initiative.

    Why this is correct

    An initiative groups multiple policy definitions so they can be assigned, monitored, and managed together. This is ideal when several compliance rules must be applied consistently across multiple subscriptions. It also simplifies reporting because the team can evaluate one assignment instead of several separate ones.

    Related concept

    Read the scenario before looking for a memorised answer.

  • A management group with no policy assignments.

    Why it's wrong here

    A management group is a scope container, not a packaged set of compliance rules. It can hold the assignment, but it is not the object that groups the policies themselves.

  • An RBAC custom role with deny permissions.

    Why it's wrong here

    RBAC roles do not enforce configuration compliance in the way policies do, and they are not used to combine multiple policy checks into one assignable package.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may think a single policy definition can contain multiple rules (Option A), but Azure Policy requires each definition to enforce one specific condition or effect, and grouping multiple rules requires an initiative.

Detailed technical explanation

How to think about this question

Under the hood, an Azure Policy initiative (also known as a policy set) is defined as a JSON object that references multiple individual policy definitions, each with its own parameters and effects (e.g., Deny, Audit, Append). When assigned to a scope (management group, subscription, or resource group), the initiative evaluates all included policies together, and compliance is aggregated at the initiative level. A real-world scenario is a finance department needing to enforce tagging, region restrictions, and cost controls across all subscriptions; using an initiative allows centralized assignment and a single compliance dashboard, whereas assigning each policy separately would require managing three separate assignments and compliance views.

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 startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.

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: An Azure Policy initiative. — An Azure Policy initiative is a collection of policy definitions designed to group related policies together for assignment and tracking as a single unit. By creating an initiative, the operations team can assign all three rules (cost-center tag, allowed locations, blocked VM SKUs) to all subscriptions in a department and track compliance at the initiative level, simplifying management and reporting.

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. Based on the exhibit, the governance team wants to assign three related policy definitions together: allowed regions, required tags, and approved VM SKUs. What should the administrator create first?

easy
  • A.A policy initiative that groups the three policy definitions into one object.
  • B.A resource lock so the policies cannot be changed after assignment.
  • C.A custom RBAC role that grants permission to edit policy assignments.
  • D.A management group exemption so all three rules apply automatically.

Why A: A policy initiative (also known as a policy set) is the correct answer because it allows you to group multiple related policy definitions into a single assignable object. This is the intended Azure governance pattern for bundling policies like allowed regions, required tags, and approved VM SKUs, ensuring they are applied together consistently across management groups or subscriptions.

Variation 2. A department wants three related policies grouped together and assigned as one unit to a set of subscriptions. Which two statements about an Azure Policy initiative are correct? Select two.

easy
  • A.An initiative groups multiple policy definitions into one assignment.
  • B.An initiative can be assigned at management group scope to cover child subscriptions.
  • C.An initiative grants Azure permissions to users.
  • D.An initiative replaces resource group locks.
  • E.An initiative is used to create a new resource group.

Why A: Option A is correct because an Azure Policy initiative is specifically designed to group multiple policy definitions into a single assignment. This allows you to apply a set of related compliance rules as one unit, simplifying management and ensuring consistent enforcement across subscriptions.

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.