An organization needs to prevent the accidental deletion of critical production databases. Is Azure Policy the primary Azure tool used to meet this requirement?
Answer: Answer
Answer
Azure Policy is not the primary tool used to prevent the deletion of resources; Resource Locks should be used instead.
Azure Policy is designed to evaluate resource configurations and enforce compliance standards (such as ensuring resources have specific tags or are deployed in allowed regions). It does not prevent the deletion of resources. Resource Locks are the dedicated Azure feature used to prevent accidental deletion or modification of resources.
Step-by-Step Solution
Key Concept
Azure Policy focuses on resource configuration compliance, whereas Resource Locks prevent resource deletion or modification.
Estimated Time:1m 0s