DP-300 · Question #399
DP-300 Question #399: Real Exam Question with Answer & Explanation
Resource Locks in Azure are the correct mechanism to prevent accidental deletion of resources like Azure SQL databases. By applying a 'Delete' lock (CanNotDelete) directly on db1 through the Azure portal under Settings > Locks, all users - including owners and administrators - ar
Question
Explanation
Resource Locks in Azure are the correct mechanism to prevent accidental deletion of resources like Azure SQL databases. By applying a 'Delete' lock (CanNotDelete) directly on db1 through the Azure portal under Settings > Locks, all users - including owners and administrators - are blocked from deleting the resource until the lock is explicitly removed. This is a non-destructive, reversible protection layer that does not affect normal read/write operations on the database, making it ideal for preventing accidental deletion without disrupting functionality.
Topics
Community Discussion
No community discussion yet for this question.