Skip to content

Commit f242e0d

Browse files
authored
Update move-resource-group-and-subscription.md
There is no mention of read-only locks in this page. Following should be clearly stated: "You cannot move Azure resources to a another resource group or another subscription if there is a read-only lock whether in source or in destination. "
1 parent 5388497 commit f242e0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-resource-manager/management/move-resource-group-and-subscription.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ If your move requires setting up new dependent resources, you'll experience an i
1919

2020
Moving a resource only moves it to a new resource group or subscription. It doesn't change the location of the resource.
2121

22+
> [!NOTE]
23+
> You cannot move Azure resources to a another resource group or another subscription if there is a read-only lock whether in source or in destination.
24+
2225
## Changed resource ID
2326

2427
When you move a resource, you change its resource ID. The standard format for a resource ID is `/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}`. When you move a resource to a new resource group or subscription, you change one or more values in that path.

0 commit comments

Comments
 (0)