Microsoft Certified Azure Fundamentals · Free Practice Question Easy
Question 33
You need to prevent accidental deletion of an Azure Storage account. Which feature should you use?
Select only one answer.
-
A
A tag
-
B
A lock
-
C
A role assignment
-
D
Azure Policy
Reveal correct answer
Correct answer: B
A.
Tags are used for categorizing and organizing Azure resources. They do not provide any protection against deletion or modification.
B.
Azure locks (Read-Only or Delete) are applied to resources to prevent accidental changes or deletions. In this case, applying a "Delete" lock ensures that the Azure Storage account cannot be deleted until the lock is removed.
C.
Role assignments control who can access and manage resources. While you can restrict permissions using roles, they are not as straightforward as locks for preventing accidental deletions.
D.
Azure Policy is used for enforcing organizational standards, such as requiring certain configurations or naming conventions. It does not prevent deletion or modification of a resource.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
