mediummultiple choiceObjective-mapped

A web application is made up of several Azure resources that are deployed, updated, and retired together. The team wants one container for applying access control, tags, and deletion protection consistently to the whole application. What should they use?

Question 1mediummultiple choice
Full question →

A web application is made up of several Azure resources that are deployed, updated, and retired together. The team wants one container for applying access control, tags, and deletion protection consistently to the whole application. What should they use?

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 subscription dedicated to the application.

A subscription can isolate a workload, but it is usually too large and expensive to use as the primary container for one application.

B

Best answer

A resource group.

A resource group is the standard lifecycle container for related Azure resources that are managed together. It lets administrators apply RBAC, tags, and locks to the application as a unit while keeping the workload separate from other applications. This is the most practical way to organize resources that are deployed and retired together.

C

Distractor review

A management group.

Management groups are intended for organizing subscriptions and applying governance at a higher level, not for grouping the individual resources of one application.

D

Distractor review

A tag value that names the application.

Tags help classify resources, but they do not create a management boundary or allow lifecycle operations on the whole application as one unit.

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: A resource group. — A resource group is the correct organizational boundary for an application that is deployed, managed, and removed together. It provides a single place for access control, tagging, and resource locks, and it keeps related resources together for operational simplicity. Unlike tags, it is a real container, and unlike a management group, it is designed for resources rather than subscriptions. Why others are wrong: A dedicated subscription is usually too broad for one application and adds unnecessary management overhead. A management group is for subscription hierarchy and governance, not for bundling application resources. Tags are helpful metadata, but they do not replace a container that supports lifecycle management and collective administration.

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.