Skip to content

Commit e36d820

Browse files
authored
Merge pull request #302101 from varunhari92/migration-doc-new-sddc
Migration between AVS SDDCs
2 parents 0232a9b + 964f257 commit e36d820

File tree

4 files changed

+59
-2
lines changed

4 files changed

+59
-2
lines changed

articles/azure-vmware/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ additionalContent:
215215
- text: Configure VMware HCX network extension
216216
url: configure-hcx-network-extension.md
217217
- text: VMware HCX Mobility Optimized Networking (MON) guidance
218-
url: vmware-hcx-mon-guidance.md
218+
url: vmware-hcx-mon-guidance.md
219+
- text: Migrate workloads between Azure VMware Solution private clouds
220+
url: migrate-between-private-clouds.md
219221
# Card
220222
- title: Operate and monitor
221223
links:

articles/azure-vmware/install-vmware-hcx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ VMware HCX has two component services: **HCX Cloud Manager** and **HCX Connector
1616

1717
This article shows you how to install and activate the VMware HCX Cloud Manager and VMware HCX Connector components.
1818

19-
HCX Cloud manager is typically deployed as the destination (cloud side), but it can also be used as the source in cloud-to-cloud deployments. HCX Connector is deployed at the source (on-premises environment). A download link is provided for deploying HCX Connector appliance from within the HCX Cloud Manager.
19+
HCX Cloud manager is typically deployed as the destination (cloud side), but it can also be used as the source in cloud-to-cloud deployments - among two different Azure VMware Solution private clouds, for example. HCX Connector is deployed at the source (on-premises environment). A download link is provided for deploying HCX Connector appliance from within the HCX Cloud Manager.
2020

2121
This article also teaches you how to do the following tasks:
2222

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Migrate workloads between Azure VMware Solution private clouds
3+
description: Use VMware HCX to migrate workloads between Azure VMware Solution private clouds.
4+
ms.topic: how-to
5+
ms.service: azure-vmware
6+
ms.custom: engagement-fy26
7+
ms.date: 07/07/2025
8+
---
9+
10+
# Migrate workloads between Azure VMware Solution private clouds
11+
12+
Azure VMware Solution customers often need to migrate workloads between private clouds in scenarios such as moving to a different Azure region, changing SKUs, or consolidating environments. You can use **VMware HCX** to perform these migrations seamlessly, using **similar steps to migrating workloads from on-premises environments to Azure VMware Solution**.
13+
14+
VMware HCX enables you to move workloads with minimal downtime, maintain consistent IP addressing if needed, and preserve operational continuity while modernizing or rebalancing your Azure VMware Solution environment.
15+
16+
This article teaches you how to:
17+
18+
- Plan migration between Azure VMware Solution private clouds.
19+
- Configure VMware HCX for cloud-to-cloud migration.
20+
- Perform workload migrations using HCX.
21+
22+
## Prerequisites
23+
24+
- Two Azure VMware Solution private clouds (source and destination) deployed within your Azure subscriptions.
25+
- VMware HCX deployed in both private clouds with appropriate licensing.
26+
- Established connectivity between the two private clouds. [AVS Interconnect](connect-multiple-private-clouds-same-region.md) if your private clouds reside in the same region, or [ExpressRoute Global Reach](../expressroute/expressroute-global-reach.md) if your private clouds reside in different Azure regions.
27+
28+
## Enable VMware HCX in both private clouds
29+
30+
If not yet installed, follow [Install VMware HCX in Azure VMware Solution](install-vmware-hcx.md) to install and activate HCX Cloud Manager on both the source and destination private clouds.
31+
32+
> [!NOTE]
33+
> VMware HCX Enterprise is included with Azure VMware Solution and is recommended for advanced migration capabilities such as Replication Assisted vMotion (RAV) and Mobility Optimized Networking (MON).
34+
35+
## Configure site pairing between the private clouds
36+
37+
To enable migration, pair the source and destination Azure VMware Solution HCX instances.
38+
39+
The process to pair two Azure VMware Solution private clouds is **the same as pairing an on-premises private cloud with Azure VMware Solution**. You will use the source Azure VMware Solution HCX Manager to initiate the pairing using the destination Azure VMware Solution HCX Manager FQDN or IP address, validate connectivity, and accept the SSL thumbprint to complete the pairing.
40+
41+
For detailed, step-by-step instructions, see [Add a site pairing](configure-vmware-hcx.md#add-a-site-pairing).
42+
43+
## Extend networks between the private clouds (if needed)
44+
45+
If you need to retain IP addresses across the private clouds during migration, use **HCX Network Extension** to extend VLAN-backed networks to the destination Azure VMware Solution environment.
46+
47+
The process for extending networks between two Azure VMware Solution environments is **the same as extending networks from on-premises to Azure VMware Solution**. This includes selecting the required networks, extending them using HCX, and validating connectivity and routing.
48+
49+
For detailed instructions, see [Extend networks using VMware HCX in Azure VMware Solution](configure-hcx-network-extension.md).
50+
51+
## Considerations when migrating to an Azure VMware Solution Generation 2 private cloud
52+
53+
Azure VMware Solution Generation 2 private clouds currently have functionality, networking, and integration limitations that may affect your migration plans. Review these limitations to ensure your deployment aligns with current capabilities. For details, see [Design considerations for Azure VMware Solution Generation 2 Private Clouds](native-network-design-consideration.md).

articles/azure-vmware/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ items:
219219
href: azure-vmware-solution-nsx-scale-and-performance-recommendations-for-vmware-hcx.md
220220
- name: Enable VMware HCX access over the internet
221221
href: enable-hcx-access-over-internet.md
222+
- name: Migrate workloads between Azure VMware Solution private clouds
223+
href: migrate-between-private-clouds.md
222224
- name: Upgrade VMware HCX on Azure VMware Solution
223225
href: upgrade-hcx-azure-vmware-solutions.md
224226
- name: Use VMware HCX Run Commands

0 commit comments

Comments
 (0)