mediummultiple choiceObjective-mapped

A production storage account must remain available for updates, but administrators want to prevent accidental deletion during maintenance windows. Which lock should be applied to the storage account?

Question 1mediummultiple choice
Full question →

A production storage account must remain available for updates, but administrators want to prevent accidental deletion during maintenance windows. Which lock should be applied to the storage account?

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 at the storage account scope.

ReadOnly blocks write operations as well as deletion, which would interfere with normal administration and planned changes.

B

Best answer

CanNotDelete lock at the storage account scope.

CanNotDelete is the correct lock because it prevents deletion while still allowing typical configuration updates. That matches the requirement to protect the storage account from accidental removal without freezing all management operations. Applying it directly at the resource scope keeps the protection targeted to the specific storage account.

C

Distractor review

CanNotDelete lock at the subscription scope.

Subscription scope would protect far more resources than requested and could block deletion of unrelated test or temporary resources.

D

Distractor review

Azure Policy deny assignment on all storage account operations.

Policy can enforce configuration rules, but the scenario is specifically about preventing deletion of one resource with a lock, not about broad policy compliance.

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 at the storage account scope. — CanNotDelete is the right lock because it protects the storage account from deletion while still allowing administrators to modify settings and perform normal operational tasks. Applying the lock at the storage account scope keeps the impact narrow and avoids restricting unrelated resources. This is a common protection pattern for important production assets that should not be removed accidentally. Why others are wrong: ReadOnly is too restrictive because it blocks changes that the team still needs to make. Subscription-level locking is broader than necessary and can interfere with other work. Azure Policy is useful for compliance, but this scenario calls for the deletion protection behavior of a resource lock.

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.