Skip to content

Commit abe88f2

Browse files
committed
split the note into two
1 parent 1b510e2 commit abe88f2

5 files changed

+17
-6
lines changed

articles/route-server/expressroute-vpn-support.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ ms.custom: template-concept, engagement-fy23
1414

1515
Azure Route Server supports not only third-party network virtual appliances (NVA) running on Azure but also seamlessly integrates with ExpressRoute and Azure VPN gateways. You don’t need to configure or manage the BGP peering between the gateway and Azure Route Server. You can enable route exchange between the gateways and Azure Route Server by enabling [branch-to-branch](quickstart-configure-route-server-portal.md#configure-route-exchange) in Azure portal. If you prefer, you can use [Azure PowerShell](quickstart-configure-route-server-powershell.md#route-exchange) or [Azure CLI](quickstart-configure-route-server-cli.md#configure-route-exchange) to enable the route exchange with the Route Server.
1616

17-
> [!WARNING]
18-
> When you create or delete an Azure Route Server in a virtual network that contains a virtual network gateway (ExpressRoute or VPN), expect downtime until the operation is complete. If you have an ExpressRoute circuit connected to the virtual network where you're creating or deleting the Route Server, the downtime doesn't affect the ExpressRoute circuit or its connections to other virtual networks.
17+
[!INCLUDE [downtime note](../../includes/route-server-note-vng-downtime.md)]
1918

2019
## How does it work?
2120

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,11 @@ If you have a virtual network gateway (ExpressRoute or VPN) in the same virtual
9393

9494
[!INCLUDE [VPN gateway note](../../includes/route-server-note-vpn-gateway.md)]
9595

96-
1. Go to [Route Server](./overview.md) in the Azure portal and select the Route Server you want to configure.
96+
[!INCLUDE [downtime note](../../includes/route-server-note-vng-downtime.md)]
97+
98+
1. Go to the Route Server that you want to configure.
9799

98-
1. Select **Configuration** under *Settings* in the left navigation panel.
100+
1. Select **Configuration** under **Settings** in the left navigation panel.
99101

100102
1. Select **Enable** for the **Branch-to-Branch** setting and then select **Save**.
101103

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ If you have a virtual network gateway (ExpressRoute or VPN) in the same virtual
145145

146146
[!INCLUDE [VPN gateway note](../../includes/route-server-note-vpn-gateway.md)]
147147

148+
[!INCLUDE [downtime note](../../includes/route-server-note-vng-downtime.md)]
149+
148150
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:
149151

150152
```azurepowershell-interactive
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: 08/11/2023
7+
---
8+
> [!WARNING]
9+
> When you create or delete a Route Server in a virtual network that contains a virtual network gateway (ExpressRoute or VPN), expect downtime until the operation is complete. If you have an ExpressRoute circuit connected to the virtual network where you're creating or deleting the Route Server, the downtime doesn't affect the ExpressRoute circuit or its connections to other virtual networks.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ ms.topic: include
66
ms.date: 08/11/2023
77
---
88
> [!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.
10-
> - When you create or delete a Route Server in a virtual network that contains a virtual network gateway (ExpressRoute or VPN), expect downtime until the operation is complete. If you have an ExpressRoute circuit connected to the virtual network where you're creating or deleting the Route Server, the downtime doesn't affect the ExpressRoute circuit or its connections to other virtual networks.
9+
> Azure VPN gateway must be created before creating the Route Server and must be configured in **active-active** mode and have the ASN set to **65515**.

0 commit comments

Comments
 (0)