Skip to content

Commit d5799ca

Browse files
authored
Update lock-resources.md
Following should be added so readers have a better clarity of the nuances, in one place: "A read-only lock on a **resource group** prevents you from moving existing **resources** in or out of the resource group. But note that a **resource** with read-only lock can be moved to another resource group."
1 parent 53ae080 commit d5799ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/management/lock-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Applying locks can lead to unexpected results. Some operations, which don't seem
7777

7878
- A read-only lock on a **resource group** that contains a **virtual machine** prevents all users from starting or restarting a virtual machine. These operations require a POST method request.
7979

80-
- A read-only lock on a **resource group** prevents you from moving existing **resources** in or out of the resource group.
80+
- A read-only lock on a **resource group** prevents you from moving existing **resources** in or out of the resource group. But note that a **resource** with read-only lock can be moved to another resource group.
8181

8282
- A read-only lock on a **resource group** that contains an **automation account** prevents all runbooks from starting. These operations require a POST method request.
8383

0 commit comments

Comments
 (0)