Skip to content

Commit 219696c

Browse files
Merge pull request #267089 from rvandenbedem/patch-2
Update move-azure-vmware-solution-across-regions.md
2 parents 4908c74 + 1530524 commit 219696c

File tree

3 files changed

+9
-17
lines changed

3 files changed

+9
-17
lines changed
-17.2 KB
Loading
6.24 KB
Loading

articles/azure-vmware/move-azure-vmware-solution-across-regions.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes how to move Azure VMware Solution resources
44
ms.custom: "subject-moving-resources, engagement-fy23"
55
ms.topic: how-to
66
ms.service: azure-vmware
7-
ms.date: 12/18/2023
7+
ms.date: 2/23/2024
88

99
# Customer intent: As an Azure service administrator, I want to move my Azure VMware Solution resources from Azure Region A to Azure Region B.
1010
---
@@ -18,21 +18,19 @@ You can move Azure VMware Solution resources to a different region for several r
1818

1919
This article helps you plan and migrate Azure VMware Solution from one Azure region to another, such as Azure region A to Azure region B.
2020

21-
2221
The diagram shows the recommended ExpressRoute connectivity between the two Azure VMware Solution environments. An HCX site pairing and service mesh are created between the two environments. The HCX migration traffic and Layer-2 extension moves (depicted by the red line) between the two environments. For VMware recommended HCX planning, see [Planning an HCX Migration](https://vmc.techzone.vmware.com/vmc-solutions/docs/deploy/planning-an-hcx-migration#section1).
2322

2423
:::image type="content" source="media/move-across-regions/move-ea-csp-across-regions-2.png" alt-text="Diagram showing ExpressRoute Global Reach communication between the source and target Azure VMware Solution environments." border="false":::
2524

2625
>[!NOTE]
2726
>You don't need to migrate any workflow back to on-premises because the traffic will flow between the private clouds (source and target):
2827
>
29-
>**Azure VMware Solution private cloud (source) > ExpressRoute gateway (source) > ExpressRoute gateway (target) > Azure VMware Solution private cloud (target)**
28+
>**Azure VMware Solution private cloud (source) > ExpressRoute gateway (source) > Global Reach -> ExpressRoute gateway (target) > Azure VMware Solution private cloud (target)**
3029
3130
The diagram shows the connectivity between both Azure VMware Solution environments.
3231

3332
:::image type="content" source="media/move-across-regions/move-ea-csp-across-regions-connectivity-diagram.png" alt-text="Diagram showing communication between the source and target Azure VMware Solution environments." border="false":::
3433

35-
3634
In this article, walk through the steps to:
3735

3836
> [!div class="checklist"]
@@ -65,14 +63,13 @@ The following steps show how to prepare your Azure VMware Solution private cloud
6563

6664
Before you can move the source configuration, you need to [deploy the target environment](plan-private-cloud-deployment.md).
6765

68-
6966
### Back up the source configuration
7067

7168
Back up the Azure VMware Solution (source) configuration that includes vCenter Server, NSX-T Data Center, and firewall policies and rules.
7269

73-
- **Compute:** Export existing inventory configuration. For Inventory backup, you can use RVtools (an open-source app).
74-
75-
- **Network and firewall policies and rules:** On the Azure VMware Solution target, create the same network segments as the source environment.
70+
- **Compute:** Export existing inventory configuration. For Inventory backup, you can use [RVTools (an open-source app)](https://www.robware.net/home).
71+
72+
- **Network and firewall policies and rules:** This is included as part of the VMware HCX Network Extension.
7673

7774
Azure VMware Solution supports all backup solutions. You need CloudAdmin privileges to install, backup data, and restore backups. For more information, see [Backup solutions for Azure VMware Solution VMs](ecosystem-back-up-vms.md).
7875

@@ -99,16 +96,13 @@ Azure VMware Solution supports all backup solutions. You need CloudAdmin privile
9996

10097
3. Copy the source’s **ExpressRoute ID**. You need it to peer between the private clouds.
10198

102-
10399
### Create the target’s authorization key
104100

105101
1. From the target, sign in to the [Azure portal](https://portal.azure.com/).
106102

107103
> [!NOTE]
108104
> If you need access to the Azure US Gov portal, go to https://portal.azure.us/
109105
110-
111-
112106
1. Select **Manage** > **Connectivity** > **ExpressRoute**, then select **+ Request an authorization key**.
113107

114108
:::image type="content" source="media/expressroute-global-reach/start-request-authorization-key.png" alt-text="Screenshot showing how to request an ExpressRoute authorization key." border="true" lightbox="media/expressroute-global-reach/start-request-authorization-key.png":::
@@ -192,7 +186,7 @@ After you establish connectivity, you'll create a VMware HCX site pairing betwee
192186

193187
1. In **Advanced Configuration - Network Extension Appliance Scale Out**, review and select **Continue**.
194188

195-
You can have up to eight VLANs per appliance, but you can deploy another appliance to add another eight VLANs. You must also have IP space to account for the more appliances, and it's one IP per appliance. For more information, see [VMware HCX Configuration Limits](https://configmax.vmware.com/guest?vmwareproduct=VMware%20HCX&release=VMware%20HCX&categories=41-0,42-0,43-0,44-0,45-0).
189+
You can have up to eight Network Segments per appliance, but you can deploy another appliance to add another eight Network Segments. You must also have IP space to account for the more appliances, and it's one IP per appliance. For more information, see [VMware HCX Configuration Limits](https://configmax.vmware.com/guest?vmwareproduct=VMware%20HCX&release=VMware%20HCX&categories=41-0,42-0,43-0,44-0,45-0).
196190

197191
:::image type="content" source="media/tutorial-vmware-hcx/extend-networks-increase-vlan.png" alt-text="Screenshot that shows where to increase the VLAN count." lightbox="media/tutorial-vmware-hcx/extend-networks-increase-vlan.png":::
198192

@@ -240,7 +234,7 @@ In this step, copy the source vSphere configuration and move it to the target en
240234

241235
2. From the source's vCenter Server, use the same VM folder name and [create the same VM folder](https://docs.vmware.com/en/VMware-Validated-Design/6.1/sddc-deployment-of-cloud-operations-and-automation-in-the-first-region/GUID-9D935BBC-1228-4F9D-A61D-B86C504E469C.html) on the target's vCenter Server under **Folders**.
242236

243-
3. Use VMware HCX to migrate all VM templates from the source's vCenter Server to the target's vCenter.
237+
3. Use VMware HCX to migrate all VM templates from the source's vCenter Server to the target's vCenter Server.
244238

245239
1. From the source, convert the existing templates to VMs and then migrate them to the target.
246240

@@ -258,13 +252,12 @@ In this step, copy the source vSphere configuration and move it to the target en
258252

259253
4. Select **Sync Now**.
260254

261-
262255
### Configure the target NSX-T Data Center environment
263256

264-
In this step, use the source NSX-T Data Center configuration to configure the target NSX-T environment.
257+
In this step, use the source NSX-T Data Center configuration to configure the target NSX-T Data Center environment.
265258

266259
>[!NOTE]
267-
>You'll have multiple features configured on the source NSX-T Data Center, so you must copy or read from the source NSX-T Data Center and recreate it in the target private cloud. Use L2 Extension to keep same IP address and Mac Address of the VM while migrating Source to target AVS Private Cloud to avoid downtime due to IP change and related configuration.
260+
>You'll have multiple features configured on the source NSX-T Data Center, so you must copy or read from the source NSX-T Data Center and recreate it in the target private cloud. Use L2 Extension to keep same IP address and Mac Address of the VM while migrating Source to target Azure VMware Solution Private Cloud to avoid downtime due to IP change and related configuration.
268261
269262
1. [Configure NSX-T Data Center network components](tutorial-nsx-t-network-segment.md) required in the target environment under default Tier-1 gateway.
270263

@@ -303,7 +296,6 @@ Before the gateway cutover, verify all migrated workload services and performanc
303296

304297
For VMware recommendations, see [Cutover of extended networks](https://vmc.techzone.vmware.com/vmc-solutions/docs/deploy/planning-an-hcx-migration#section9).
305298

306-
307299
### Public IP DNAT for migrated DMZ VMs
308300

309301
To this point, you migrated the workloads to the target environment. These application workloads must be reachable from the public internet. The target environment provides two ways of hosting any application. Applications can be:

0 commit comments

Comments
 (0)