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 Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,579 questions
0 comments No comments
{count} votes

Accepted answer
  1. TP 93,991 Reputation points
    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

    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 Answers by the question author, which helps users to know the answer solved the author's problem.