Skip to content

Commit 0bb2104

Browse files
Merge pull request #213624 from mialdrid/patch-177
GA support for Vnet peering and UDR
2 parents fca82e0 + b0b3b39 commit 0bb2104

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

articles/expressroute/expressroute-howto-linkvnet-arm.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,15 @@ $connection = Get-AzVirtualNetworkGatewayConnection -Name "MyConnection" -Resour
198198
$connection.ExpressRouteGatewayBypass = $True
199199
Set-AzVirtualNetworkGatewayConnection -VirtualNetworkGatewayConnection $connection
200200
```
201+
### FastPath virtual network peering and user defined routes (UDRs).
202+
203+
With FastPath and virtual network peering, you can enable ExpressRoute connectivity directly to VMs in a local or peered virtual network, bypassing the ExpressRoute virtual network gateway in the data path.
204+
205+
With FastPath and UDR, you can configure a UDR on the GatewaySubnet to direct ExpressRoute traffic to an Azure Firewall or third party NVA. FastPath will honor the UDR and send traffic directly to the target Azure Firewall or NVA, bypassing the ExpressRoute virtual network gateway in the data path.
206+
207+
> [!NOTE]
208+
> * Virtual network peering and UDR support is enabled by default for all new FastPath connections
209+
> * To enable virtual network peering and UDR support for FastPath connections configured before 9/19/2022, disable and enable FastPath on the target connection.
201210
202211
### FastPath and Private Link for 100 Gbps ExpressRoute Direct
203212

@@ -220,22 +229,6 @@ Register-AzProviderFeature -FeatureName ExpressRoutePrivateEndpointGatewayBypass
220229
221230
## Enroll in ExpressRoute FastPath features (preview)
222231

223-
FastPath support for virtual network peering is now in Public preview, both IPv4 and IPv6 scenarios are supported. IPv4 FastPath and VNet peering can be enabled on connections associated to both ExpressRoute Direct and ExpressRoute Partner circuits. IPv6 FastPath support for VNet peering is limited to connections associated to ExpressRoute Direct.
224-
225-
### FastPath virtual network peering and user defined routes (UDRs).
226-
227-
With FastPath and virtual network peering, you can enable ExpressRoute connectivity directly to VMs in a local or peered virtual network, bypassing the ExpressRoute virtual network gateway in the data path.
228-
229-
With FastPath and UDR, you can configure a UDR on the GatewaySubnet to direct ExpressRoute traffic to an Azure Firewall or third party NVA. FastPath will honor the UDR and send traffic directly to the target Azure Firewall or NVA, bypassing the ExpressRoute virtual network gateway in the data path.
230-
231-
> [!NOTE]
232-
> The previews for virtual network peering and user defined routes (UDRs) are offered together. You cannot enable only one scenario.
233-
>
234-
235-
To enroll in these previews, send an email to [email protected] and include the following information:
236-
* Subscription ID
237-
* Service key of the target ExpressRoute circuit
238-
* Name and Resource Group/ARM resource ID of the target virtual network(s)
239232
### FastPath and Private Link for 10 Gbps ExpressRoute Direct
240233

241234
With FastPath and Private Link, Private Link traffic sent over ExpressRoute bypasses the ExpressRoute virtual network gateway in the data path. This preview supports connections associated to 10 Gbps ExpressRoute Direct circuits. This preview doesn't support ExpressRoute circuits managed by an ExpressRoute partner.

0 commit comments

Comments
 (0)