Skip to content

Commit f31921f

Browse files
authored
Merge pull request #295663 from jjaygbay1/avs-native-fleet
AVS fleet info design (public preview)
2 parents 0b93fa9 + 2d7bede commit f31921f

29 files changed

+703
-107
lines changed

articles/azure-vmware/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ highlightedContent:
2121
- title: What's Azure VMware Solution?
2222
itemType: overview
2323
url: /azure/azure-vmware/introduction
24-
- title: Architecture and design
25-
itemType: get-started
26-
url: architecture-network-design-considerations.md
24+
- title: What's Azure VMware Solution in an Azure Virtual Network (Public preview)
25+
itemType: overview
26+
url: /azure/azure-vmware/native-introduction
2727
- title: Networking
2828
itemType: how-to-guide
2929
url: tutorial-expressroute-global-reach-private-cloud.md

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

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Install and activate VMware HCX in Azure VMware Solution
2+
title: Install VMware HCX in Azure VMware Solution
33
description: Install VMware HCX in your Azure VMware Solution private cloud.
44
ms.topic: how-to
55
ms.service: azure-vmware
66
ms.custom: engagement-fy23
77
ms.date: 02/26/2025
88
---
99

10-
# Install and activate VMware HCX in Azure VMware Solution
10+
# Install VMware HCX in Azure VMware Solution
1111

1212
[VMware HCX](https://techdocs.broadcom.com/us/en/vmware-cis/hcx/vmware-hcx/4-10.html) is an application mobility platform designed for simplifying application migration, rebalancing workloads, and optimizing disaster recovery across data centers and clouds.
1313

@@ -23,7 +23,7 @@ This article also teaches you how to do the following tasks:
2323
* Download and deploy the VMware HCX Connector in on-premises.
2424
* Activate VMware HCX with a license key.
2525

26-
After HCX is deployed, follow the recommended [Next steps](#next-steps).
26+
After deploying HCX, follow the recommended [Next steps](#next-steps).
2727

2828
## Prerequisite
2929

@@ -36,13 +36,20 @@ After HCX is deployed, follow the recommended [Next steps](#next-steps).
3636
1. Select **Get started** for **HCX Workload Mobility**.
3737

3838
:::image type="content" source="media/tutorial-vmware-hcx/add-hcx-workload-mobility.png" alt-text="Screenshot showing the Get started button for VMware HCX Workload Mobility." lightbox="media/tutorial-vmware-hcx/add-hcx-workload-mobility.png":::
39+
1. If you're installing HCX add-on on Azure VMware Solution in an Azure virtual network, then follow this step:
40+
41+
1. Specify a unique /24 CIDR address block for HCX uplink and management. This IP block is utilized for HCX service mesh appliances management and uplink interfaces.
42+
43+
:::image type="content" source="media/native-connectivity/native-hcx-install.png" alt-text="Screenshot showing how to install HCX add-on on an Azure VMware Solution in an Azure virtual network." lightbox="media/native-connectivity/native-hcx-install.png":::
3944

4045
1. Select the **I agree with terms and conditions** checkbox and then select **Install**.
4146

4247
Once installed, you should see the HCX Manager IP and the HCX keys required for the HCX on-premises connector site pairing on the **Migration using HCX** tab.
48+
>[!NOTE]
49+
> When initiating a site pair where source is Azure VMware Solution in an Azure Virtual Network, you can use IP address. If you need to use FQDN, raise a support case.
4350
4451
> [!IMPORTANT]
45-
> If you don't see the HCX key after installing, click the **ADD** button to generate the key which you can then use for site pairing.
52+
> If you don't see the HCX key after installing, select the **ADD** button to generate the key which you can then use for site pairing.
4653
4754
:::image type="content" source="media/tutorial-vmware-hcx/configure-hcx-appliance-for-migration-using-hcx-tab.png" alt-text="Screenshot showing the Migration using VMware HCX tab under Connectivity." lightbox="media/tutorial-vmware-hcx/configure-hcx-appliance-for-migration-using-hcx-tab.png":::
4855

@@ -82,7 +89,9 @@ HCX offers various [services](https://techdocs.broadcom.com/us/en/vmware-cis/hcx
8289
- Downgrading from HCX Enterprise Edition to HCX Advanced is possible without redeploying.
8390

8491
1. Verify that you reverted to an HCX Advanced configuration state and you aren't using the Enterprise features.
85-
1. If you plan to downgrade, verify that no scheduled migrations, [Enterprise services](https://techdocs.broadcom.com/us/en/vmware-cis/hcx/vmware-hcx/4-10/vmware-hcx-user-guide-4-10/vmware-hcx-services.html) like RAV and HCX MON, etc. are in use. Open a [support request](https://rc.portal.azure.com/#create/Microsoft.Support) to request downgrade.
92+
93+
1. If you plan to downgrade, verify that no scheduled migrations, [Enterprise services](https://techdocs.broadcom.com/us/en/vmware-cis/hcx/vmware-hcx/4-9/vmware-hcx-user-guide-4-9/vmware-hcx-services.html) like RAV or HCX MON, etc. are active. Open a [support request](https://rc.portal.azure.com/#create/Microsoft.Support) to request downgrade.
94+
8695

8796
## Download and deploy the VMware HCX Connector on-premises
8897

@@ -108,7 +117,7 @@ Use the following steps to download the VMware HCX Connector OVA file, and then
108117

109118
1. Verify and then select **Finish** to deploy the VMware HCX Connector OVA.
110119
>[!IMPORTANT]
111-
>You will need to turn on the virtual appliance manually. After powering on, wait 10-15 minutes before proceeding to the next step.
120+
>You need to turn on the virtual appliance manually. After powering on, wait 10-15 minutes before proceeding to the next step.
112121
113122
## Activate VMware HCX
114123

articles/azure-vmware/introduction.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,22 @@ The diagram shows the adjacency between private clouds and VNets in Azure, Azure
2323

2424
You can deploy new or scale existing private clouds through the Azure portal or Azure CLI.
2525

26+
## Azure VMware Solution deployment types
27+
28+
Azure VMware Solution provides two different deployment types:
29+
30+
1. Azure VMware Solution provides VMware vSphere clusters built from dedicated bare-metal hosts deployed in Azure datacenter facilities. Microsoft-managed **ExpressRoute circuits** provide connectivity between VMware vSphere hosts and native Azure resources deployed in Virtual Networks.
31+
32+
2. [Azure VMware Solution in a Virtual Network](native-introduction.md) (Public Preview) provides VMware vSphere clusters built from dedicated Azure bare-metal hosts. Azure VMware Solution in an **Azure Virtual Network** features an updated network architecture whereby VMware vSphere hosts are directly attached to Azure Virtual Networks. This offering in only supported on the AV64 SKU.
33+
34+
2635
## Azure VMware Solution private cloud extension with AV64 node size
2736

28-
The AV64 is a new Azure VMware Solution host SKU, which is available to expand (not to create) the Azure VMware Solution private cloud built with the existing AV36, AV36P, or AV52 SKU. Use the [Microsoft documentation](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=azure-vmware) to check for availability of the AV64 SKU in the region.
37+
The AV64 is an Azure VMware Solution host SKU, which is available to expand the Azure VMware Solution private cloud built with the existing AV36, AV36P, or AV52 SKU. If you want to deploy AV64 directly, refer to [Azure VMWare Solution in an Azure Virtual Network](native-introduction.md). Use the [Microsoft documentation](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=azure-vmware) to check for availability of the AV64 SKU in the region.
2938

3039
:::image type="content" source="media/introduction/av64-mixed-sku-topology.png" alt-text="Diagram showing Azure VMware Solution private cloud with AV64 SKU in mixed SKU configuration." border="false" lightbox="media/introduction/av64-mixed-sku-topology.png":::
3140

32-
### Prerequisite for AV64 usage
41+
### Prerequisite for AV64 expansion on AV36, AV36P, and AV52
3342

3443
See the following prerequisites for AV64 cluster deployment.
3544

199 KB
Loading
43.8 KB
Loading
73 KB
Loading
155 KB
Loading
308 KB
Loading
264 KB
Loading
62.5 KB
Loading

0 commit comments

Comments
 (0)