Skip to content

Commit f814bd1

Browse files
committed
add a vpn note
1 parent 7820838 commit f814bd1

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

articles/route-server/quickstart-configure-route-server-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ RouteServerIps : {10.5.10.4, 10.5.10.5} "virtualRouterAsn": 65515,
167167

168168
If you have an ExpressRoute and an Azure VPN gateway in the same virtual network and you want them to exchange routes, you can enable route exchange on the Azure Route Server.
169169

170+
[!INCLUDE [VPN gateway note](../../includes/route-server-note-vpn-active-active.md)]
171+
170172
> [!IMPORTANT]
171173
> For greenfield deployments make sure to create the Azure VPN gateway before creating Azure Route Server; otherwise the deployment of Azure VPN Gateway will fail.
172174
>

articles/route-server/quickstart-configure-route-server-portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ You'll need the Azure Route Server's peer IPs and ASN to complete the configurat
9292

9393
If you have an ExpressRoute gateway and/or VPN gateway and you want them to exchange routes with the Route Server, you can enable route exchange.
9494

95+
[!INCLUDE [VPN gateway note](../../includes/route-server-note-vpn-active-active.md)]
96+
9597
1. Go to [Route Server](./overview.md) in the Azure portal and select the Route Server you want to configure.
9698

9799
1. Select **Configuration** under *Settings* in the left navigation panel.

articles/route-server/quickstart-configure-route-server-powershell.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ RouteServerIps : {10.5.10.4, 10.5.10.5}
144144

145145
If you have an ExpressRoute and an Azure VPN gateway in the same virtual network and you want them to exchange routes, you can enable route exchange on the Azure Route Server.
146146

147-
> [!IMPORTANT]
148-
> Azure VPN gateway must be configured in **active-active** mode and have the ASN set to 65515.
147+
[!INCLUDE [VPN gateway note](../../includes/route-server-note-vpn-active-active.md)]
149148

150149
1. To enable route exchange between Azure Route Server and the gateway(s), use [Update-AzRouteServer](/powershell/module/az.network/update-azrouteserver) with the *-AllowBranchToBranchTraffic* flag:
151150

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
author: halkazwini
3+
ms.author: halkazwini
4+
ms.service: route-server
5+
ms.topic: include
6+
ms.date: 04/18/2023
7+
---
8+
> [!IMPORTANT]
9+
> Azure VPN gateway must be configured in **active-active** mode and have the ASN set to 65515.

0 commit comments

Comments
 (0)