You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the tenant IDs for the source and destination subscriptions aren't the same, use the following methods to reconcile the tenant IDs:
56
-
56
+
57
57
*[Transfer ownership of an Azure subscription to another account](../../cost-management-billing/manage/billing-subscription-transfer.md)
58
58
*[How to associate or add an Azure subscription to Microsoft Entra ID](../../active-directory/fundamentals/active-directory-how-subscriptions-associated-directory.md)
59
59
@@ -78,33 +78,33 @@ There are some important steps to do before moving a resource. By verifying thes
78
78
# [CLI](#tab/CLI)
79
79
80
80
To get the registration status:
81
-
81
+
82
82
```azurecli-interactive
83
83
az account set -s <destination-subscription-name-or-id>
84
84
az provider list --query "[].{Provider:namespace, Status:registrationState}" --out table
1. Before moving the resources, check the subscription quotas for the subscription you're moving the resources to. If moving the resources means the subscription exceeds its limits, you need to review whether you can request an increase in the quota. For a list of limits and how to request an increase, see [Azure subscription and service limits, quotas, and constraints](../../azure-resource-manager/management/azure-subscription-service-limits.md).
@@ -121,7 +121,7 @@ There are some important steps to do before moving a resource. By verifying thes
121
121
1.**For a move across subscriptions, the resource and its dependent resources must be located in the same resource group and they must be moved together.** For example, a VM with managed disks would require the VM and the managed disks to be moved together, along with other dependent resources.
122
122
123
123
If you're moving a resource to a new subscription, check to see whether the resource has any dependent resources, and whether they're located in the same resource group. If the resources aren't in the same resource group, check to see whether the resources can be combined into the same resource group. If so, bring all these resources into the same resource group by using a move operation across resource groups.
124
-
124
+
125
125
For more information, see [Scenario for move across subscriptions](#scenario-for-move-across-subscriptions).
If the validation is successful, no output is displayed. However, if the validation fails, an error message will appear, explaining the reasons why the resources cannot be moved.
251
+
If the validation is successful, no output is displayed. However, if the validation fails, an error message appears, explaining the reasons why the resources can't be moved.
If the validation is successful, no output is displayed. However, if the validation fails, an error message will appear, explaining the reasons why the resources cannot be moved.
309
+
If the validation is successful, no output is displayed. However, if the validation fails, an error message appears, explaining the reasons why the resources can't be moved.
0 commit comments