Skip to content

Commit 9249d0c

Browse files
authored
Update expressroute-howto-linkvnet-arm.md
1 parent 4261d5c commit 9249d0c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,12 @@ Set-AzVirtualNetworkGatewayConnection -VirtualNetworkGatewayConnection $connecti
204204
```
205205
### FastPath Virtual Network Peering, User-Defined-Routes (UDRs) and Private Link support for ExpressRoute Direct Connections
206206

207-
With Virtual Network Peering and UDR support, FastPath will send traffic directly to VMs deployed in "spoke" Virtual Networks (connected via Virtual Network Peering) and honor any UDRs configured on the GatewaySubnet. With FastPath and Private Link, Private Link traffic sent over ExpressRoute bypasses the ExpressRoute virtual network gateway in the data path. With both of these features enabled, FastPath will directly send traffic to a Private Endpoint deployed in a "spoke" Virtual Network.
207+
With Virtual Network Peering and UDR support, FastPath will send traffic directly to VMs deployed in "spoke" Virtual Networks (connected via Virtual Network Peering) and honor any UDRs configured on the GatewaySubnet. This capability is now generally available (GA).
208208

209-
These scenarios are Generally Available for limited scenarios with connections associated to 100-Gb ExpressRoute Direct circuits. To enable, follow the below guidance:
210-
1. Complete this [Microsoft Form](https://aka.ms/fastpathlimitedga) to request to enroll your subscription.
209+
With FastPath and Private Link, Private Link traffic sent over ExpressRoute bypasses the ExpressRoute virtual network gateway in the data path. With both of these features enabled, FastPath will directly send traffic to a Private Endpoint deployed in a "spoke" Virtual Network.
210+
211+
These scenarios are Generally Available for limited scenarios with connections associated to 100 Gbps ExpressRoute Direct circuits. To enable, follow the below guidance:
212+
1. Complete this [Microsoft Form](https://aka.ms/fastpathlimitedga) to request to enroll your subscription. Requests may take up to 4 weeks to complete, so plan deployments accordingly.
211213
2. Once you receive a confirmation from Step 1, run the following Azure PowerShell command in the target Azure subscription.
212214
```azurepowershell-interactive
213215
$connection = Get-AzVirtualNetworkGatewayConnection -ResourceGroupName <resource-group> -ResourceName <connection-name>
@@ -220,17 +222,16 @@ Set-AzVirtualNetworkGatewayConnection -VirtualNetworkGatewayConnection $connecti
220222
> You can use [Connection Monitor](how-to-configure-connection-monitor.md) to verify that your traffic is reaching the destination using FastPath.
221223
222224
> [!NOTE]
223-
> Enabling FastPath Private Link support for limited GA scenarios may take upwards of 2 weeks to complete. Please plan your deployment(s) in advance.
225+
> Enabling FastPath Private Link support for limited GA scenarios may take upwards of 4 weeks to complete. Please plan your deployment(s) in advance.
224226
>
225227
226228
**FastPath support for virtual network peering and UDRs is only available for ExpressRoute Direct connections**.
227229

228230
> [!NOTE]
229-
> Any connections configured for FastPath in the target subscription will be enrolled in the selected preview. We do not advise enabling these previews in production subscriptions.
230-
> If you already have FastPath configured and want to enroll in the preview feature, you need to do the following:
231-
> 1. Enroll in one of the FastPath preview features with the Azure PowerShell commands.
231+
> If you already have FastPath configured and want to enroll in the limited GA features, you need to do the following:
232+
> 1. Enroll in one of the FastPath features with the Azure PowerShell commands.
232233
> 1. Disable and then re-enable FastPath on the target connection.
233-
> 1. To switch between preview features, register the subscription with the target preview PowerShell command, and then disable and re-enable FastPath on the connection.
234+
> 1. To switch between limited GA feature, register the subscription with the target preview PowerShell command, and then disable and re-enable FastPath on the connection.
234235
>
235236
236237
## Clean up resources

0 commit comments

Comments
 (0)