mediummultiple choiceObjective-mapped

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 →

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?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

A single Azure Policy definition containing all three rules.

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.

B

Best answer

An Azure Policy initiative.

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.

C

Distractor review

A management group with no policy assignments.

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.

D

Distractor review

An RBAC custom role with deny permissions.

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 trap

Common exam trap: ACLs stop at the first match

ACLs are processed top to bottom. The first matching entry wins, and an implicit deny usually exists at the end.

Technical deep dive

How to think about this question

ACL questions test precision: source, destination, protocol, port and direction. A generally correct ACL can still fail if it is applied on the wrong interface or in the wrong direction.

KKey Concepts to Remember

  • Standard ACLs match source addresses.
  • Extended ACLs can match source, destination, protocol and ports.
  • The first matching ACL entry is used.
  • There is usually an implicit deny at the end.

TExam Day Tips

  • Check inbound versus outbound direction.
  • Read the ACL from top to bottom.
  • Look for a broader permit or deny above the intended line.

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.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Standard ACLs match source addresses.

What is the correct answer to this question?

The correct answer is: An Azure Policy initiative. — An Azure Policy initiative is the right answer because it bundles multiple policy definitions into a single assignable unit. The team can then apply the initiative to the departmental scope and track compliance centrally, instead of managing three separate assignments. This is especially useful when one governance package includes tagging, allowed locations, and SKU restrictions together. Why others are wrong: A single policy definition is not the normal way to combine unrelated compliance controls. A management group can be a scope, but it does not itself package policies. RBAC custom roles are for permissions, not compliance enforcement, so they cannot replace an initiative for this requirement.

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

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.