Skip to content

Commit e54023b

Browse files
committed
tweak
1 parent f814bd1 commit e54023b

5 files changed

+12
-16
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,7 @@ 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-
172-
> [!IMPORTANT]
173-
> 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.
174-
>
170+
[!INCLUDE [VPN gateway note](../../includes/route-server-note-vpn-gateway.md)]
175171

176172
1. To enable route exchange between Azure Route Server and the gateway(s), use [az network routerserver update](/cli/azure/network/routeserver#az-network-routeserver-update) with the `--allow-b2b-traffic`` flag set to **true**:
177173

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ 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)]
95+
[!INCLUDE [VPN gateway note](../../includes/route-server-note-vpn-gateway.md)]
9696

9797
1. Go to [Route Server](./overview.md) in the Azure portal and select the Route Server you want to configure.
9898

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +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-
[!INCLUDE [VPN gateway note](../../includes/route-server-note-vpn-active-active.md)]
147+
[!INCLUDE [VPN gateway note](../../includes/route-server-note-vpn-gateway.md)]
148148

149149
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:
150150

includes/route-server-note-vpn-active-active.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
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 created before creating Azure Route Server and must be configured in **active-active** mode and have the ASN set to 65515.

0 commit comments

Comments
 (0)