mediummultiple choiceObjective-mapped

A shared resource group contains a critical virtual machine and a storage account. Administrators must still be able to update settings, but nobody should accidentally delete either resource during routine maintenance. Which lock should be applied?

Question 1mediummultiple choice
Full question →

A shared resource group contains a critical virtual machine and a storage account. Administrators must still be able to update settings, but nobody should accidentally delete either resource during routine maintenance. Which lock should be applied?

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 on the resource group.

ReadOnly prevents most write operations, which would interfere with normal maintenance and updates.

B

Best answer

CanNotDelete lock on the resource group.

CanNotDelete blocks deletion while still allowing normal update operations on the resources.

C

Distractor review

A policy assignment that denies delete operations.

Azure Policy is not the primary tool for preventing accidental deletion in this scenario.

D

Distractor review

A management group assignment with Contributor removed.

Removing broad permissions is not the same as applying a targeted deletion safeguard to the resource group.

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 on the resource group. — A CanNotDelete lock is the best fit when the goal is to protect important resources from accidental removal while allowing routine configuration changes. Applying it at the resource-group scope protects both the VM and storage account without blocking normal operational tasks like resizing, patching, or updating settings. ReadOnly would be too restrictive because it would prevent legitimate write actions needed for maintenance. Why others are wrong: Option A is overly restrictive and would block many normal changes. Option C can be used for governance, but it is not the standard mechanism for accidental deletion protection. Option D changes access control instead of applying the specific deletion safeguard needed for this maintenance scenario.

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.