Hard1 markMultiple Choice
AZ-900 · Question 45 · Domain 3.2: Features and Tools for Governance and Compliance
You want to ensure that a critical production database cannot be accidentally deleted by any user, even if they have Owner permissions. What should you implement?
You want to ensure that a critical production database cannot be accidentally deleted by any user, even if they have Owner permissions. What should you implement?
Answer options:
A.
A CanNotDelete resource lock
B.
Azure Policy
C.
A ReadOnly resource lock
D.
Remove the Owner role from all users
How to approach this question
Identify the feature specifically designed to prevent accidental deletion.
Full Answer
A.A CanNotDelete resource lock✓ Correct
A CanNotDelete resource lock
Resource Locks prevent other users in your organization from accidentally deleting or modifying critical resources. A 'CanNotDelete' lock means authorized users can still read and modify a resource, but they can't delete it. Locks override any user permissions, including the Owner role.
Common mistakes
Selecting ReadOnly lock. A ReadOnly lock on a database would break the application because the app wouldn't be able to write data to it.
Practice the full Azure Fundamentals AZ-900 Practice Exam 3
60 questions · hints · full answers · grading
More questions from this exam
Q01What is the best definition of cloud computing?EasyQ02True or False: In a public cloud model, you are responsible for managing and maintaining the phys...EasyQ03Which cloud model allows a company to maintain strict control over highly sensitive data on-premi...MediumQ04What is the primary benefit of 'high availability' in cloud computing?EasyQ05Which term describes the ability to automatically increase or decrease compute resources based on...Easy
Expert