You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/route-server/overview.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
---
2
2
title: What is Azure Route Server?
3
3
description: Learn how Azure Route Server can simplify routing between your network virtual appliance (NVA) and your virtual network.
4
-
services: route-server
5
4
author: halkazwini
5
+
ms.author: halkazwini
6
6
ms.service: route-server
7
7
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.
12
11
---
13
12
14
13
# What is Azure Route Server?
@@ -19,7 +18,7 @@ Azure Route Server simplifies dynamic routing between your network virtual appli
19
18
20
19
## How does it work?
21
20
22
-
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.
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.
23
22
24
23
:::image type="content" source="./media/overview/route-server-overview.png" alt-text="Diagram showing Azure Route Server configured in a virtual network.":::
25
24
@@ -55,8 +54,9 @@ For service level agreement details, see [SLA for Azure Route Server](https://az
55
54
56
55
For frequently asked questions about Azure Route Server, see [Azure Route Server FAQ](route-server-faq.md).
57
56
58
-
## Next steps
57
+
## Related content
59
58
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