Practice free →
HomeAzure AZ-900cloudcomputingazuremanagement › Azure resource locks at the "CanNotDelete" level…

Azure resource locks at the "CanNotDelete" level do which of the following?

ABlock all access including read operations until the lock is removed
BEncrypt the resource's disks using Microsoft-managed keys
CAllow authorised users to read and modify the resource but block any delete operation, regardless of RBAC permissions
DAutomatically delete the resource if it goes 30 days without changes
Answer & Solution
Correct answer: C. Allow authorised users to read and modify the resource but block any delete operation, regardless of RBAC permissions
Resource locks are independent of RBAC. CanNotDelete blocks delete actions but permits read and write. ReadOnly is the stricter level (blocks writes too). Locks don't auto-delete or encrypt anything.
Solve this in the app — Azure AZ-900 practice & 24k+ MCQs →
Related questions