Skip to content

Commit 8b6621d

Browse files
committed
Fix Acrolinx issues
1 parent 74745fc commit 8b6621d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/vpn-gateway/site-to-site-high-bandwidth-tunnel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The full list of required objects are:
2828
- ExpressRoute Circuit
2929
- ExpressRoute Virtual Network Gateway
3030
- Connection between the ExpressRoute circuit and the virtual network gateway WITH FastPath enabled.
31-
- VPN Gateway of sku type VpnGw5AZ with Advanced Connectivity enabled
31+
- VPN Gateway of SKU type VpnGw5AZ with Advanced Connectivity enabled
3232
- VPN Local Network Gateway
3333
- User Defined Route (UDR) to push ER traffic to the VPN Gateway
3434

@@ -53,7 +53,7 @@ Set-AzVirtualNetworkGatewayConnection -VirtualNetworkGatewayConnection $connect
5353
```
5454
After enabling FastPath, the value of **$connection.ExpressRouteGatewayBypass** should have the value **$true**.
5555

56-
In the Azure management portal, navigate to the Connections blade of your ExpressRoute circuit. Under Settings-Configuration, verified the FastPath setting to Enable
56+
In the Azure portal, navigate to the Connections page of your ExpressRoute circuit. Under Settings-Configuration, verified the FastPath setting to Enable
5757

5858
![3]
5959

@@ -70,7 +70,7 @@ IPsec tunnels are established via transit through ExpressRoute private peering.
7070

7171
The routes between the VPN Device and the VPN Gateway should contain the detailed on-premises networks. Routing can be via either static routes or Border Gateway Protocol (BGP). By keeping your on-premises networks in this routing "channel" you ensure Azure traffic to on-premises is encrypted before entering the ExpressRoute data path, traveling inside the VPN tunnel.
7272

73-
If you do add routes to ExpressRoute BGP that you wish to encrypt, they will leak around the VPN Gateway and NOT be encrypted. To prevent this a UDR can be used on the virtual networks sending traffic to point to the VPN Gateway as the next hop to ensure that traffic is put into the encrypted tunnel before transiting ExpressRoute.
73+
If you do add routes to ExpressRoute BGP, they leak around the VPN Gateway and are NOT be encrypted. To prevent route leaks, a UDR can be used on the virtual networks sending traffic to point to the VPN Gateway as the next hop to ensure that traffic is put into the encrypted tunnel before transiting ExpressRoute.
7474

7575
## <a name="VNetGateway"></a>Create a VPN gateway High Bandwidth tunnel
7676
In this step, you create a virtual network gateway (VPN gateway) High Bandwidth tunnels for your virtual network. The High Bandwidth tunnel is supported only on VpnGw5AZ SKU.

0 commit comments

Comments
 (0)