An Azure service that runs native VMware workloads on Azure.
Hi PK,
Thanks for the detailed post — both are great questions that come up quite often in HCX-to-AVS deployments. Let me address them separately.
Q1: Can the HCX Network Extension appliance use a Standard Port Group for its management network while still retaining IPs?
Unfortunately, no this is not a supported configuration. Microsoft requires all HCX service appliances (including the Network Extension/NE appliance) to be connected to a vSphere Distributed Switch (vDS), not a Standard vSwitch or Standard Port Group. HCX relies on advanced vDS capabilities for traffic shaping, network profile management, and QoS — none of which are available on a Standard Switch.
The important distinction here is that there are two separate network requirements at play:
- NE appliance management interface → Must be on a Distributed Port Group (vDS-backed). Standard Port Groups are not supported here.
- Workload networks being extended (for IP retention) → Must also be backed by a Distributed Port Group or NSX segment. Standard Switch port groups cannot be used as source networks for HCX Network Extension.
Since your NE is already connected to a Distributed Port Group, you're actually already in the right configuration — just keep it there. Don't move the management interface to a Standard Port Group.
One additional callout: if you plan to enable HCX Mobility Optimized Networking (MON) down the line, the Microsoft docs explicitly state that vSphere Standard Switch is not supported for that feature as well.
Configure VMware HCX in Azure VMware Solution – Prerequisites
https://learn.microsoft.com/en-us/azure/azure-vmware/configure-vmware-hcx#prerequisites
Create an HCX Network Extensio
https://learn.microsoft.com/en-us/azure/azure-vmware/configure-hcx-network-extension
Q2: Two on-premises clusters under the same vCenter do I need separate HCX components per cluster?
Great news: No, you do not need separate HCX Connectors or Managers.
HCX has a 1:1 relationship with vCenter Server, so a single HCX Connector can cover all clusters managed by that vCenter. You don't need to deploy duplicate HCX Manager, Interconnect (IX), or NE appliances just because you have two clusters.
What you will need to think about is your Service Mesh and Compute Profile design.
- If both clusters share the same Management and vMotion networks, you can add both as Service Clusters within a single Compute Profile and a single Service Mesh. The single IX appliance can serve both.
- If the two clusters have different Management or vMotion network configurations(which is common when clusters are physically or logically separated), the recommended approach is to create separate Compute Profiles and separate Service Meshes one per cluster. This ensures IX and NE appliances are deployed into the correct network context for each cluster.
In both scenarios, one HCX Connector is sufficient on-premises. The Service Mesh (and its appliances) is what scales per cluster not the Connector itself.
Configure VMware HCX – Create a Compute Profile
https://learn.microsoft.com/en-us/azure/azure-vmware/configure-vmware-hcx#create-a-compute-profile
Install VMware HCX in Azure VMware Solution
https://learn.microsoft.com/en-us/azure/azure-vmware/install-vmware-hcx
Compute Profile Considerations and Concepts
https://techdocs.broadcom.com/us/en/vmware-cis/hcx/vmware-hcx/4-10/getting-started-with-vmware-hcx-4-10/hcx-deployment-considerations/compute-profile-considerations-and-concepts.html
Thanks,
Manish.