Lock read-only on top of delete

Luca Balbiani 21 Reputation points
2021-08-01T17:22:43.707+00:00

Hello community
What’s happen if I select read-only lock on top of delete one? Thanks

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,630 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Cristian SPIRIDON 4,471 Reputation points
    2021-08-01T19:34:06.167+00:00

    The read-only lock is also a delete lock, so you only need the read-only lock to achieve both read-only and delete locks:
    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/lock-resources?tabs=json

    Hope this helps.

    0 comments No comments

  2. Luca Balbiani 21 Reputation points
    2021-08-02T08:44:01.887+00:00

    Thank you Cristian 🙏