mediummultiple choiceObjective-mapped

A finance department shares a resource group containing a critical VM and a storage account. Administrators must still be able to update settings and apply patches, but no one should accidentally delete the resources. Which lock should be applied at the resource group level?

Question 1mediummultiple choice
Full question →

A finance department shares a resource group containing a critical VM and a storage account. Administrators must still be able to update settings and apply patches, but no one should accidentally delete the resources. Which lock should be applied at the resource group level?

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

ReadOnly lock, because it is the most restrictive option.

ReadOnly would block normal updates and patching, which the business still needs to perform.

B

Best answer

CanNotDelete lock.

CanNotDelete is the appropriate lock when administrators must continue making changes but want to prevent accidental deletion. Applied at the resource group level, it protects the VM and storage account from removal while allowing normal management operations to continue.

C

Distractor review

A policy assignment that denies delete operations.

Policy can enforce compliance rules, but a lock is the more direct tool for protecting resources from accidental deletion.

D

Distractor review

No lock, because RBAC permissions already prevent deletion.

RBAC alone does not reliably prevent mistakes if a user has the correct permissions, so a lock is still needed.

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: CanNotDelete lock. — CanNotDelete is the correct lock because it blocks deletion while leaving other management operations available. That means administrators can still patch the VM, update configurations, and manage the storage account without being forced into a read-only state. This is a common protection for shared or critical resources where accidental deletion would be damaging but routine operations must continue. Why others are wrong: ReadOnly is too restrictive because it blocks writes, including the updates and patching the scenario explicitly requires. A policy assignment can enforce delete-related standards, but resource locks are the native control for accidental deletion protection. RBAC permissions do not act as a safety brake once someone has sufficient rights, so relying on permissions alone is not enough.

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.