A company deploys several production databases to a cloud environment. The database administrators need to ensure that these critical resources cannot be accidentally deleted by anyone, including administrators, while still permitting standard data modifications. Which of the following governance features should the company apply to the databases?
- AA custom Azure Role-Based Access Control (RBAC) role
- BA ReadOnly resource lock
- A CanNotDelete resource lockAnswer
- DAn Azure Policy that denies resource modifications
Answer
A CanNotDelete resource lock
A CanNotDelete resource lock prevents authorized users from deleting a resource, but still allows them to read and modify it. This fits the requirement of preventing accidental deletion while permitting standard data modifications.
Step-by-Step Solution
Key Concept
Resource Locks