Skip to content

Commit 64fd252

Browse files
authored
Merge pull request #252948 from halkazwini/rs-overview
Update related content section
2 parents 0ca25a5 + 1607bb8 commit 64fd252

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/route-server/overview.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: What is Azure Route Server?
33
description: Learn how Azure Route Server can simplify routing between your network virtual appliance (NVA) and your virtual network.
4-
services: route-server
54
author: halkazwini
5+
ms.author: halkazwini
66
ms.service: route-server
77
ms.topic: overview
8-
ms.date: 01/09/2023
9-
ms.author: halkazwini
10-
ms.custom: template-overview, engagement-fy23
11-
#Customer intent: As an IT administrator, I want to learn about Azure Route Server and what I can use it for.
8+
ms.date: 09/27/2023
9+
10+
#CustomerIntent: As an IT administrator, I want to learn about Azure Route Server and what I can use it for.
1211
---
1312

1413
# What is Azure Route Server?
@@ -19,7 +18,7 @@ Azure Route Server simplifies dynamic routing between your network virtual appli
1918

2019
## How does it work?
2120

22-
The following diagram illustrates how Azure Route Server works with an SDWAN NVA and a security NVA in a virtual network. Once youve established the BGP peering, Azure Route Server will receive an on-premises route (10.250.0.0/16) from the SDWAN appliance and a default route (0.0.0.0/0) from the firewall. These routes are then automatically configured on the VMs in the virtual network. As a result, all traffic destined to the on-premises network will be sent to the SDWAN appliance, while all Internet-bound traffic will be sent to the firewall. In the opposite direction, Azure Route Server will send the virtual network address (10.1.0.0/16) to both NVAs. The SDWAN appliance can propagate it further to the on-premises network.
21+
The following diagram illustrates how Azure Route Server works with an SDWAN NVA and a security NVA in a virtual network. Once you've established the BGP peering, Azure Route Server will receive an on-premises route (10.250.0.0/16) from the SDWAN appliance and a default route (0.0.0.0/0) from the firewall. These routes are then automatically configured on the VMs in the virtual network. As a result, all traffic destined to the on-premises network will be sent to the SDWAN appliance, while all Internet-bound traffic will be sent to the firewall. In the opposite direction, Azure Route Server will send the virtual network address (10.1.0.0/16) to both NVAs. The SDWAN appliance can propagate it further to the on-premises network.
2322

2423
:::image type="content" source="./media/overview/route-server-overview.png" alt-text="Diagram showing Azure Route Server configured in a virtual network.":::
2524

@@ -55,8 +54,9 @@ For service level agreement details, see [SLA for Azure Route Server](https://az
5554

5655
For frequently asked questions about Azure Route Server, see [Azure Route Server FAQ](route-server-faq.md).
5756

58-
## Next steps
57+
## Related content
5958

60-
- [Learn how to configure Azure Route Server](quickstart-configure-route-server-powershell.md)
61-
- [Learn how Azure Route Server works with Azure ExpressRoute and Azure VPN](expressroute-vpn-support.md)
62-
- [Learn module: Introduction to Azure Route Server](/training/modules/intro-to-azure-route-server)
59+
- To learn how to create and configure Azure Route Server, see [Quickstart: Create and configure Route Server using the Azure portal](quickstart-configure-route-server-powershell.md).
60+
- To learn how Azure Route Server works with Azure ExpressRoute and Azure VPN, see [Azure Route Server support for ExpressRoute and Azure VPN](expressroute-vpn-support.md).
61+
- Training module: [Introduction to Azure Route Server](/training/modules/intro-to-azure-route-server).
62+
- Azure Architecture Center: [Update route tables by using Azure Route Server](/azure/architecture/example-scenario/networking/manage-routing-azure-route-server).

0 commit comments

Comments
 (0)