Azure Policy Initiative: Group Related Policies for Assignment
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?
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.
⚠ Common exam trap
Many exam-takers 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.
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.
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.
When this WOULD be correct
If the question asked for a single rule (e.g., 'require a cost-center tag') to be applied to all subscriptions, a single Azure Policy definition would be the correct answer.
- ✓
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.
- ✗
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.
When this WOULD be correct
If the question asked for a way to organize multiple subscriptions under a common hierarchy for administrative purposes without applying any governance rules, then creating a management group would be correct.
- ✗
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.
When this WOULD be correct
When the question asks for a way to deny specific actions (e.g., 'Deny deletion of resources' or 'Deny creation of VMs without encryption') across all subscriptions, and the rules are about controlling permissions rather than resource configuration.
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.
✓An Azure Policy initiative.Correct answer▾
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.
✗A single Azure Policy definition containing all three rules.Wrong answer — click to see why▾
Why this is wrong here
A single Azure Policy definition can only enforce one rule, not three related rules as a unit. The question requires grouping multiple rules, which is the purpose of an initiative.
★ When this WOULD be the correct answer
If the question asked for a single rule (e.g., 'require a cost-center tag') to be applied to all subscriptions, a single Azure Policy definition would be the correct answer.
Why candidates choose this
Candidates may think a single policy definition can contain multiple rules because they confuse it with an initiative, or they underestimate the need for grouping related policies.
✗A management group with no policy assignments.Wrong answer — click to see why▾
Why this is wrong here
A management group with no policy assignments does not enforce any rules; it merely organizes subscriptions. The question requires applying and tracking three rules as one unit, which demands policy assignments, not just a container.
★ When this WOULD be the correct answer
If the question asked for a way to organize multiple subscriptions under a common hierarchy for administrative purposes without applying any governance rules, then creating a management group would be correct.
Why candidates choose this
Candidates may confuse management groups as a tool for applying governance, but they are only a logical container; policies must be assigned to them to take effect.
✗An RBAC custom role with deny permissions.Wrong answer — click to see why▾
Why this is wrong here
An RBAC custom role with deny permissions can block actions but cannot enforce resource properties like tags, locations, or VM SKUs; Azure Policy is required for such compliance rules.
★ When this WOULD be the correct answer
When the question asks for a way to deny specific actions (e.g., 'Deny deletion of resources' or 'Deny creation of VMs without encryption') across all subscriptions, and the rules are about controlling permissions rather than resource configuration.
Why candidates choose this
Candidates may confuse 'deny' permissions with policy enforcement, thinking that a custom role can block non-compliant resources, but RBAC controls access, not resource properties.
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?”
Go deeper
Related to this question
Learn chapter
Privileged Identity Management (PIM)
Key term
Compliance
Compliance is the process of ensuring that an organization follows laws, regulations, standards, and internal policies that apply to its operations and data handling.
Key term
Azure Policy
Azure Policy is a service in Microsoft Azure that lets you create, assign, and manage rules to ensure your resources stay compliant with your company standards and service-level agreements.
About these practice questions
One of 1,049 original AZ-104 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
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: 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.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.