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
Copy file name to clipboardExpand all lines: articles/virtual-machines/move-virtual-machines-regional-zonal-faq.md
+11-31Lines changed: 11 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,66 +18,46 @@ This article answers common questions about Azure single instance virtual machin
18
18
19
19
Currently, you can move virtual machine(s) across all public regions that are supported by Availability Zones. Learn more about the [availability zone service and regional support](../reliability/availability-zones-service-support.md#azure-regions-with-availability-zone-support).
20
20
21
+
> [!NOTE]
22
+
> Azure China (China North 3) and Azure Govt (US Gov Virginia) are also supported.
23
+
21
24
### Where is the metadata stored?
22
25
23
26
The service doesn't retain any customer data, and all data remains within the source virtual machine region. The following table shows the mapping between the virtual machine region and metadata region:
24
27
25
28
| Region group | Region | Metadata region |
26
29
| --- | --- | ----|
27
-
|**Americas**| centralus | eastus2 |
28
-
|| centraluseuap | centraluseuap |
30
+
|**Americas**| eastus2 | eastus2 |
29
31
|| eastus | eastus2 |
30
-
|| eastus2 | eastus2 |
31
-
|| eastus2euap | eastus2euap |
32
-
|| westus | eastus2 |
33
32
|| westus2 | eastus2 |
34
-
|| northcentralus | eastus2 |
35
33
|| southcentralus | eastus2 |
36
-
|| westcentralus | eastus2 |
37
34
|| brazilsouth | brazilsouth |
38
-
|| brazilus | brazilsouth |
39
35
|| canadacentral | canadacentral |
40
-
|| canadaeast | canadacentral |
41
-
|| brazilsoutheast | brazilsouth |
42
36
|| westus3 | eastus2 |
37
+
||||
43
38
|**Europe**| northeurope | northeurope |
44
39
|| westeurope | northeurope |
45
-
|| uknorth | uksouth |
46
-
|| uksouth2 | uksouth |
47
40
|| uksouth | uksouth |
48
-
|| ukwest | uksouth |
49
41
|| francecentral | francecentral |
50
-
|| francesouth | francecentral |
51
42
|| switzerlandnorth | switzerlandnorth |
52
-
|| switzerlandwest | switzerlandnorth |
53
-
|| germanynorth | germanywestcentral |
54
43
|| germanywestcentral | germanywestcentral |
55
44
|| norwayeast | norwayeast |
56
-
|| norwaywest | norwayeast |
57
45
|| swedencentral | swedencentral |
58
46
|| polandcentral | polandcentral |
59
47
|| spaincentral | northeurope |
60
48
|| italynorth | northeurope |
61
-
|| swedensouth | swedencentral |
62
-
|**Middle East**| uaecentral | uaenorth |
63
-
|| uaenorth | uaenorth |
49
+
||||
50
+
|**Middle East**| uaenorth | uaenorth |
64
51
|| qatarcentral | qatarcentral |
65
-
|**Asia Pacific**| japaneast ||
66
-
|| japanwest| japaneast |
52
+
||||
53
+
|**Asia Pacific**| japaneast| japaneast |
67
54
|| eastasia | southeastasia |
68
55
|| southeastasia | southeastasia |
69
-
|| australiasoutheast | australiaeast |
70
56
|| australiaeast | australiaeast |
71
-
|| westindia | centralindia |
72
-
|| southindia | centralindia |
73
57
|| centralindia | centralindia |
74
58
|| koreacentral | koreacentral |
75
-
|| koreasouth | koreacentral |
76
-
|| jioindiawest | centralindia |
77
-
|| jioindiacentral | centralindia |
78
-
|| malaysiasouth | southeastasia |
59
+
||||
79
60
|**Africa**| southafricanorth | southeastasia |
80
-
|| southafricawest | southeastasia |
81
61
82
62
83
63
### Is the collected metadata encrypted?
@@ -139,7 +119,7 @@ Managed identity previously known as Managed Service Identity (MSI), is a featur
139
119
140
120
### Can I move my resources from Regional to Zonal and across subscriptions?
141
121
142
-
You can use Azure Resource Manager to move virtual machines from a regional to a zonal deployment within the same subscription, and then move them across subscriptions.
122
+
You can use virtual machine Regional to Zonal Move capability to move virtual machines from a regional to a zonal deployment within the same subscription and then use Azure Resource Manager to move them across subscriptions.
143
123
144
124
### Are Azure Backup/DR, RBAC, Tags, Policies, and extensions on virtual machines supported?
Copy file name to clipboardExpand all lines: articles/virtual-machines/move-virtual-machines-regional-zonal-powershell.md
+25-9Lines changed: 25 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -481,7 +481,7 @@ Check whether the regional VMs you added have any dependencies on other resource
481
481
482
482
### Availability Zones VM SKU, Quota and Capacity validations
483
483
484
-
Azure provides recommendations when the selected Availability Zone doesn't have the virtual machine SKU, or when there is not enough Quota or Capacity available. Here are some examples of these recommendations and the actions that should be taken. If the VM SKU is not available.
484
+
Azure provides recommendations when the selected Availability Zone doesn't have the virtual machine SKU, or when there is not enough Quota or Capacity available. Here are some examples of these recommendations and the actions that should be taken if the virtual machine SKU is not available.
485
485
486
486
#### VM SKU not available
487
487
@@ -526,20 +526,20 @@ To address the situations where the VM SKU is not found or there is a capacity i
526
526
527
527
1. Update virtual machine move resource object to new Zone or SKU as per the recommendations.
> If you observe managed identities authorization issues, re-enable the managed identities access by following [these steps](#remove-a-resource) again.
0 commit comments