Skip to content

Commit b97f077

Browse files
authored
Merge pull request #248058 from halkazwini/rs-git-qs
Update the note about VNG and RS
2 parents bf91214 + abe88f2 commit b97f077

5 files changed

+22
-12
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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
title: 'Quickstart: Create and configure Route Server - Azure portal'
33
description: In this quickstart, you learn how to create and configure an Azure Route Server using the Azure portal.
4-
services: route-server
54
author: halkazwini
5+
ms.author: halkazwini
66
ms.service: route-server
77
ms.topic: quickstart
8-
ms.date: 07/19/2022
9-
ms.author: halkazwini
8+
ms.date: 08/11/2022
109
ms.custom: mode-ui, template-quickstart
1110
---
1211

@@ -94,9 +93,11 @@ If you have a virtual network gateway (ExpressRoute or VPN) in the same virtual
9493

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

97-
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.
9899

99-
1. Select **Configuration** under *Settings* in the left navigation panel.
100+
1. Select **Configuration** under **Settings** in the left navigation panel.
100101

101102
1. Select **Enable** for the **Branch-to-Branch** setting and then select **Save**.
102103

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
title: 'Quickstart: Create and configure Route Server - Azure PowerShell'
33
description: In this quickstart, you learn how to create and configure an Azure Route Server using Azure PowerShell.
4-
services: route-server
54
author: halkazwini
65
ms.author: halkazwini
7-
ms.date: 04/06/2023
8-
ms.topic: quickstart
96
ms.service: route-server
7+
ms.topic: quickstart
8+
ms.date: 08/11/2023
109
ms.custom: template-quickstart, devx-track-azurepowershell, mode-api, engagement-fy23
1110
---
1211

@@ -146,6 +145,8 @@ If you have a virtual network gateway (ExpressRoute or VPN) in the same virtual
146145

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

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

151152
```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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: halkazwini
33
ms.author: halkazwini
44
ms.service: route-server
55
ms.topic: include
6-
ms.date: 04/18/2023
6+
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.
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)