easymulti selectObjective-mapped

Finance, HR, and Engineering each have their own subscriptions, and one production resource group must not be deleted by mistake. Which two Azure features should be used? Select two.

Question 1easymulti select
Full question →

Finance, HR, and Engineering each have their own subscriptions, and one production resource group must not be deleted by mistake. Which two Azure features 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

Create a management group for the subscriptions.

Management groups are designed to organize subscriptions above the subscription level. They help apply consistent governance to groups of subscriptions such as Finance, HR, and Engineering.

B

Best answer

Apply a CanNotDelete lock to the production resource group.

A CanNotDelete lock prevents accidental deletion while still allowing normal management tasks such as updates and scaling. It is the right balance when you want protection without blocking day-to-day administration.

C

Distractor review

Assign Reader to everyone in the company.

Reader access is about visibility, not organization or protection. Granting it broadly would not stop deletion and would also be too permissive for a production resource group.

D

Distractor review

Use a distribution list for the subscriptions.

Distribution lists are used for email delivery, not Azure governance. They cannot organize subscriptions or protect resources from deletion.

E

Distractor review

Move the resource group into a different region.

A resource group is not moved for deletion protection, and region choice does not prevent accidental removal. The correct control for accidental deletion is a lock.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

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?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Create a management group for the subscriptions. — Management groups are the right structure for organizing multiple subscriptions under one governance umbrella. In addition, a CanNotDelete lock on the production resource group helps protect important resources from accidental deletion while still allowing updates and operational changes. This combination addresses both subscription-level organization and resource-level protection in a simple, practical way. Why others are wrong: Broad Reader access does not protect anything from deletion. Distribution lists are unrelated to Azure governance. Changing region does not provide protection from accidental removal. The question asks for governance and protection features, so a management group and a lock are the correct choices.

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.