Skip to content

Commit eaf4166

Browse files
authored
Merge pull request #298541 from rvandenbedem/patch-13
Update native-network-design-consideration.md
2 parents 9b9fd40 + c616ba5 commit eaf4166

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

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

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure VMware Solution Generation 2 private cloud design considerations (p
33
description: Learn about Azure VMware Solution Generation 2 private cloud design considerations.
44
ms.topic: conceptual
55
ms.service: azure-vmware
6-
ms.date: 4/15/2025
6+
ms.date: 4/21/2025
77
# 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.
88
---
99

@@ -18,24 +18,24 @@ This article outlines key design considerations for Azure VMware Solution Genera
1818

1919
The following functionality is limited during this time. These limitations will be lifted in the future:
2020

21-
- You cannot delete your Resource Group, which contains your Private Cloud.
22-
- You can only deploy **1 Private Cloud per Azure Virtual Network**.
23-
- You can only create **1 Private Cloud per Resource Group**. Multiple Private Clouds in a single Resource Group are not supported.
24-
- Your Private Cloud and Virtual Network for your Private Cloud must be in the *same* Resource Group.
25-
- You cannot move your Private Cloud from one Resource Group to another after the Private Cloud is created.
21+
- You cannot delete your Resource Group, which contains your private cloud.
22+
- You can only deploy **1 private cloud per Azure Virtual Network**.
23+
- You can only create **1 private cloud per Resource Group**. Multiple private clouds in a single Resource Group are not supported.
24+
- Your private cloud and Virtual Network for your private cloud must be in the *same* Resource Group.
25+
- You cannot move your private cloud from one Resource Group to another after the private cloud is created.
2626
- Virtual Network Service Endpoints direct connectivity from Azure VMware Solution workloads is not supported.
2727
- **vCloud Director** using Private Endpoints is supported. However, vCloud Director using Public Endpoints is not supported.
2828
- **vSAN Stretched Clusters** is not supported.
2929
- Public IP down to the VMware NSX Microsoft Edge for configuring internet will not be supported.
3030
- Support for **AzCLI**, **PowerShell**, and **.NET SDK** are not available during Public Preview.
31-
- **Run Commands** interacting with customer segments aren't supported including run commands interacting with Zerto, Jetstream, and other 3rd-party integrations.
31+
- **Run commands** interacting with customer segments aren't supported, including Zerto, JetStream, and other 3rd-party integrations.
3232

3333
## Unsupported integrations during Public Preview
3434

3535
The following 1st-party and 3rd-party integrations won't be available during Public Preview:
3636
- **Azure Elastic SAN**
3737
- **Zerto DR**
38-
- **Jetstream DR**
38+
- **JetStream DR**
3939

4040
## Routing and subnet considerations
4141

@@ -46,16 +46,14 @@ The private cloud connects to your Azure virtual network using standard Azure ne
4646
> [!Note]
4747
> Permitted ranges for your address block are the RFC 1918 private address spaces (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16), except for 172.17.0.0/16. Replication network is not applicable to AV64 nodes and is planned for general deprecation at a future date.
4848
49-
Avoid using the following IP schemas reserved for VMware NSX usage:
49+
Avoid using the following IP schema reserved for VMware NSX usage:
5050

5151
- 169.254.0.0/24 - used for internal transit network
5252
- 169.254.2.0/23 - used for inter-VRF transit network
5353
- 100.64.0.0/16 - used to connect T1 and T0 gateways internally
5454
- 100.73.x.x – used by Microsoft’s management network
5555

56-
Example /22 CIDR network address block: 10.31.0.0/22
57-
58-
The subnets:
56+
Example /22 CIDR network address block **10.31.0.0/22** is divided into the following subnets:
5957

6058
| **Network Usage** | **Subnet** | **Description** | **Example** |
6159
| :-- | :-- | :-- | :-- |
@@ -68,8 +66,8 @@ The subnets:
6866
| esx-cust-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 |
6967
| esx-vmotion-vmk2 | /24 | vMotion VMkernel interfaces. | 10.31.2.0/24 |
7068
| esx-vsan-vmk3 | /24 | vSAN VMkernel interfaces and node communication. | 10.31.3.0/24 |
71-
| Reserved | Reserved Space. | /27 | 10.31.0.128/27 |
72-
| Reserved | Reserved Space. | /27 | 10.31.0.192/27 |
69+
| Reserved | /27 | Reserved Space. | 10.31.0.128/27 |
70+
| Reserved | /27 | Reserved Space. | 10.31.0.192/27 |
7371

7472
## Next steps
7573

0 commit comments

Comments
 (0)