Skip to content

Commit abb0b17

Browse files
Merge pull request #309592 from varunhari92/hcx-cleanup-gen2
doc updates for HCX Gen 2
2 parents a388eda + c0a276e commit abb0b17

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

articles/azure-vmware/native-network-design-consideration.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure VMware Solution Generation 2 private cloud design considerations
33
description: Learn about Azure VMware Solution Generation 2 private cloud design considerations.
44
ms.topic: concept-article
55
ms.service: azure-vmware
6-
ms.date: 4/21/2025
6+
ms.date: 12/16/2025
77
ms.custom:
88
- build-2025
99
# customer intent: As a cloud administrator, I want to learn about Azure VMware Solution Generation 2 private cloud design considerations so that I can make informed decisions about my Azure VMware Solution deployment.
@@ -45,6 +45,7 @@ The following functionality is limited during this time. These limitations will
4545
16. If you are using **Private DNS** for your Azure VMware Solution Gen 2 private cloud, using **Custom DNS** on the virtual network where an Azure VMware Solution Gen 2 private cloud is deployed is unsupported. Custom DNS breaks lifecycle operations such as scaling, upgrades, and patching.
4646
17. If you are **deleting** your private cloud and some Azure VMware Solution created resources are not removed, you can retry the deletion of the Azure VMware Solution private cloud using the Azure CLI.
4747
18. Azure VMware Solution Gen 2 uses an HTTP Proxy to distinguish between customer and management network traffic. Certain VMware cloud service endpoints **may not follow the same network path or proxy rules as general vCenter-managed traffic**. Examples include: "scapi.vmware" and "apigw.vmware". The VAMI proxy governs the vCenter Server Appliance’s (VCSA) general outbound internet access, but not all service endpoint interactions flow through this proxy. Some interactions originate directly from the user’s browser or from integration components, which instead follow the workstation’s proxy settings or initiate connections independently. As a result, traffic to VMware cloud service endpoints may bypass the VCSA proxy entirely.
48+
19. HCX RAV and Bulk migrations on Gen 2 can experience significantly slower performance due to stalls during Base Sync and Online Sync phases. Customers should plan for longer migration windows and schedule waves accordingly for now. For suitable workloads, vMotion offers a faster, low‑overhead option when host and network conditions allow.
4849

4950
## Unsupported integrations
5051

@@ -94,9 +95,13 @@ Example /22 CIDR network address block **10.31.0.0/22** is divided into the foll
9495
|esx-mgmt-vmk1 | /24 | vmk1 is the management interface used by customers to access the host. IPs from the vmk1 interface come from these subnets. All of the vmk1 traffic for all hosts comes from this subnet range. | 10.31.1.0/24 |
9596
|esx-vmotion-vmk2 | /24 | vMotion VMkernel interfaces. | 10.31.2.0/24 |
9697
|esx-vsan-vmk3 | /24 | vSAN VMkernel interfaces and node communication. | 10.31.3.0/24 |
98+
|VMware HCX Network | /22 | VMware HCX Network | 10.31.4.0/22 |
9799
|Reserved | /27 | Reserved Space. | 10.31.0.128/27 |
98100
|Reserved | /27 | Reserved Space. | 10.31.0.192/27 |
99101

102+
> [!Note]
103+
> For Azure VMware Solution Gen 2 deployments, customers must now allocate an additional /22 subnet for HCX management and uplink, in addition to the /22 entered during SDDC deployment. This additional /22 is not required for Gen 1.
104+
100105
## Next steps
101106

102107
- Get started with configuring your Azure VMware Solution service principal as a prerequisite. To learn how, see the [Enabling Azure VMware Solution service principal](native-first-party-principle-security.md) quickstart.

articles/azure-vmware/tutorial-network-checklist.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial - Network planning checklist
33
description: In this tutorial, learn about the network requirements for network connectivity and network ports on Azure VMware Solution.
44
ms.topic: tutorial
55
ms.service: azure-vmware
6-
ms.date: 5/15/2024
6+
ms.date: 12/16/2025
77
ms.custom: engagement-fy23
88
# Customer intent: As a network architect, I want to understand the network requirements for Azure VMware Solution, so that I can ensure proper connectivity and compliance for deploying a VMware private cloud environment.
99
---
@@ -101,6 +101,7 @@ The subnets:
101101
| Interconnect (HCX-IX)| L2C | TCP (HTTPS) | 443 | Send management instructions from Interconnect to L2C when L2C uses the same path as the Interconnect. |
102102
| HCX Manager, Interconnect (HCX-IX) | ESXi Hosts | TCP | 80,443,902 | Management and OVF deployment. |
103103
| Interconnect (HCX-IX), Network Extension (HCX-NE) at Source| Interconnect (HCX-IX), Network Extension (HCX-NE) at Destination| UDP | 4500 | Required for IPSEC<br> Internet key exchange (IKEv2) to encapsulate workloads for the bidirectional tunnel. Supports Network Address Translation-Traversal (NAT-T). |
104+
| Interconnect (HCX-IX) / Network Extension (HCX-NE) | Remote Interconnect (HCX-IX) / Network Extension (HCX-NE) | TCP,UDP | 5201 | Required for Service Mesh diagnostics for the perftest uplink test. (Moved from port 4500 with HCX 4.8). |
104105
| On-premises Interconnect (HCX-IX) | Cloud Interconnect (HCX-IX) | UDP | 4500 | Required for IPSEC<br> Internet Key Exchange (ISAKMP) for the bidirectional tunnel. |
105106
| On-premises vCenter Server network | Private Cloud management network | TCP | 8000 | vMotion of VMs from on-premises vCenter Server to Private Cloud vCenter Server |
106107
| HCX Connector | connect.hcx.vmware.com<br> hybridity.depot.vmware.com | TCP | 443 | `connect` is needed to validate license key.<br> `hybridity` is needed for updates. |

0 commit comments

Comments
 (0)