Share via

Is a content error in Microsoft Learn

David Joaquin Sanchez Lopez 21 Reputation points
2023-01-20T23:45:08.69+00:00

Module: "Describe features and tools in Azure for governance and compliance"

Topic: "Describe the purpose of resource locks"

Content: Type Resource Locks: Shows "Delete" and "ReadOnly", In other Modules I saw "CanNotDelete" and "ReadOnly"

Azure | Azure Training
0 comments No comments

Answer accepted by question author

TP 157.7K Reputation points Volunteer Moderator
2023-01-21T04:56:16.72+00:00

Hi,

Depending on the context, different terms may be used to refer to Delete/CanNotDelete lock. For example, in the Azure portal, you can see it is referred to as Delete lock:

azure portal resource lock

When using CLI, it is referred to as CanNotDelete, which is same as the underlying REST api:

azure cli cannotdelete lock

For learning purposes I recommend you understand the difference between the two types (Delete/ReadOnly) of locks, and that Delete/CanNotDelete are referring to the same thing.

If the above is useful please click Accept Answer.

Thanks.

-TP

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.