Skip to content

Commit d51e538

Browse files
Merge pull request #213771 from mialdrid/patch-181
Revert GA support
2 parents 7e38295 + ed26d0b commit d51e538

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

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

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -198,18 +198,6 @@ $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-
**FastPath support for virtual network peering and UDRs is only available for ExpressRoute Direct connections**.
208-
209-
> [!NOTE]
210-
> * Virtual network peering and UDR support is enabled by default for all new FastPath connections
211-
> * To enable virtual network peering and UDR support for FastPath connections configured before 9/19/2022, disable and enable FastPath on the target connection.
212-
213201
### FastPath and Private Link for 100 Gbps ExpressRoute Direct
214202

215203
With FastPath and Private Link, Private Link traffic sent over ExpressRoute bypasses the ExpressRoute virtual network gateway in the data path. This is Generally Available for connections associated to 100 Gb ExpressRoute Direct circuits. To enable this, follow the below guidance:
@@ -231,6 +219,23 @@ Register-AzProviderFeature -FeatureName ExpressRoutePrivateEndpointGatewayBypass
231219
232220
## Enroll in ExpressRoute FastPath features (preview)
233221

222+
### FastPath virtual network peering and user defined routes (UDRs).
223+
224+
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.
225+
226+
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.
227+
228+
To enroll in the preview, send an email to **[email protected]**, providing the following information:
229+
* Azure Subscription ID
230+
* Virtual Network (VNet) Resource ID
231+
* ExpressRoute Circuit Resource ID
232+
233+
**FastPath support for virtual network peering and UDRs is only available for ExpressRoute Direct connections**.
234+
235+
> [!NOTE]
236+
> * Virtual network peering and UDR support is enabled by default for all new FastPath connections
237+
> * To enable virtual network peering and UDR support for FastPath connections configured before 9/19/2022, disable and enable FastPath on the target connection.
238+
234239
### FastPath and Private Link for 10 Gbps ExpressRoute Direct
235240

236241
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)