Skip to content

Commit da7e72e

Browse files
Merge pull request #228815 from jjaygbay1/update-networking-interconnectivity-concepts
Update networking interconnectivity concepts
2 parents 3c9899c + 2b1f6eb commit da7e72e

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

articles/azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ Before you begin the prerequisites, review the [Performance best practices](#per
4343
4444
## Supported regions
4545

46+
47+
Azure VMware Solution are currently supported in the following regions:
48+
**Asia**: East Asia, Japan East, Japan West, Southeast Asia.
49+
**Australia**: Australia East, Australia Southeast.
50+
**Brazil**: Brazil South.
51+
**Europe**: France Central, Germany West Central, North Europe, Sweden Central, Sweden North, Switzerland West, UK South, UK West, West Europe
52+
**North America**: Canada Central, Canada East, Central US, East US, East US 2, North Central US, South Central US, West US, West US 2.
53+
4654
Azure VMware Solution is currently supported in the following regions:
4755

4856
* Australia East
@@ -72,6 +80,7 @@ Azure VMware Solution is currently supported in the following regions:
7280
* West US
7381
* West US 2
7482

83+
7584
## Performance best practices
7685

7786
There are some important best practices to follow for optimal performance of NFS datastores on Azure NetApp Files volumes.

articles/azure-vmware/concepts-networking.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,20 @@ For full interconnectivity to your private cloud, you need to enable ExpressRout
6565
> [!IMPORTANT]
6666
> Customers should not advertise bogon routes over ExpressRoute from on-premises or their Azure VNET. Examples of bogon routes include 0.0.0.0/5 or 192.0.0.0/3.
6767
68+
69+
## Route advertisement guidelines to Azure VMware Solution
70+
You need to follow these guidelines while advertising routes from your on-premises and Azure VNET to Azure VMware Solution over ExpressRoute:
71+
72+
| **Supported** |**Not supported**|
73+
| ---------------| ---------------|
74+
| Default route – 0.0.0.0/0*| Bogon routes. For example: ``0.0.0.0/1, 128.0.0.0/1 0.0.0.0/5``, or ``192.0.0.0/3.``|
75+
|RFC-1918 address blocks. For example, (``10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16``) or its subnets ( ``10.1.0.0/16, 172.24.0.0/16, 192.168.1.0/24``).| Special address block reserved by IANA. For example,``RFC 6598-100.64.0.0/10`` and its subnets. |
76+
|Customer owned public-IP CIDR block or its subnets.||
77+
78+
> [!NOTE]
79+
> The customer-advertised default route to Azure VMware Solution can't be used to route back the traffic when the customer accesses Azure VMware Solution management appliances (vCenter, NSX-T Manager, HCX Manager). The customer needs to advertise a more specific route to Azure VMware Solution for that traffic to be routed back.
80+
81+
6882
## Limitations
6983
[!INCLUDE [azure-vmware-solutions-limits](includes/azure-vmware-solutions-limits.md)]
7084

0 commit comments

Comments
 (0)