hardmulti selectObjective-mapped

RG-Prod hosts line-of-business workloads. The business wants to prevent accidental deletion of the resource group during change freezes and also ensure every new resource carries a CostCenter tag for chargeback. Which two governance controls should be used? Select two.

Question 1hardmulti select
Full question →

RG-Prod hosts line-of-business workloads. The business wants to prevent accidental deletion of the resource group during change freezes and also ensure every new resource carries a CostCenter tag for chargeback. Which two governance controls should be used? Select two.

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

Best answer

Apply a CanNotDelete lock to RG-Prod.

CanNotDelete protects the resource group and its resources from accidental deletion while still allowing normal updates.

B

Distractor review

Apply a ReadOnly lock to RG-Prod.

ReadOnly would block necessary updates and is more disruptive than the requirement calls for.

C

Best answer

Use Azure Policy with a Modify effect to add the CostCenter tag to new resources.

Modify is the right policy effect when the organization wants tagging enforced automatically without blocking deployments.

D

Distractor review

Grant Reader to the finance team on the resource group.

Reader provides visibility only and does not prevent deletion or enforce tags.

E

Distractor review

Create a private endpoint for RG-Prod.

Private endpoints are a networking feature and have no effect on deletion prevention or tag governance.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

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.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • 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.

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?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Apply a CanNotDelete lock to RG-Prod. — A CanNotDelete lock is the correct protection when administrators must still make operational changes but should not be able to delete the group by accident. To ensure every new resource gets a CostCenter value without blocking deployments, Azure Policy with a Modify effect is the right governance control. Together, these two controls address both change prevention and cost tracking in a way that matches the business requirement. Why others are wrong: ReadOnly would block too much, including routine maintenance. Reader is only an access role and does not enforce governance. Private endpoints solve network isolation, not chargeback or deletion protection. The correct pairing is a deletion lock plus a tag-enforcement policy.

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.