Resource Locks

  • Lock a subscription, resource group, or resource to prevent other users in your organization from accidentally deleting or modifying critical resources.

  • Set the lock level to CanNotDelete or ReadOnly:

    • CanNotDelete - Authorized users can still read and modify a resource, but they can't delete the resource.

    • ReadOnly - Authorized users can read a resource, but they can't delete or update the resource. Similar to the "Reader" role permissions.

Last updated

Was this helpful?