Proposed Pull Request Change

title description author ms.author ms.service ms.topic ms.date
What is Azure Route Server? Learn how Azure Route Server simplifies dynamic routing between network virtual appliances and Azure virtual networks using BGP protocol for automated route management. duongau duau azure-route-server overview 09/17/2025
πŸ“„ Document Links
GitHub View on GitHub Microsoft Learn View on Microsoft Learn
Raw New Markdown
Generating updated version of doc...
Rendered New Markdown
Generating updated version of doc...
+0 -0
+0 -0
--- title: What is Azure Route Server? description: Learn how Azure Route Server simplifies dynamic routing between network virtual appliances and Azure virtual networks using BGP protocol for automated route management. author: duongau ms.author: duau ms.service: azure-route-server ms.topic: overview ms.date: 09/17/2025 #CustomerIntent: As an Azure administrator, I want to understand Azure Route Server capabilities so I can implement dynamic routing solutions that eliminate manual route table management. --- # What is Azure Route Server? Azure Route Server is a fully managed Azure service that simplifies dynamic routing between network virtual appliances (NVAs) and Azure virtual networks. It enables automatic route exchange through Border Gateway Protocol (BGP) between NVAs and the Azure Software Defined Network (SDN), eliminating the need for manual route table configuration and maintenance. With Azure Route Server, you can deploy sophisticated network topologies that automatically adapt to changes, support multiple NVAs for high availability, and maintain centralized routing controlβ€”all backed by Azure's managed infrastructure. [!INCLUDE [route server preview note](../../includes/route-server-note-preview-date.md)] ## Key capabilities Azure Route Server provides essential capabilities for modern cloud networking: - **Dynamic route exchange**: Automatically exchange routes between NVAs and Azure virtual networks using BGP - **Simplified management**: Eliminate manual route table configuration and maintenance - **High availability**: Built-in redundancy and fault tolerance through Azure's managed infrastructure - **Standard protocol support**: Works with any NVA that supports BGP routing - **Flexible deployment**: Deploy in new or existing virtual networks without infrastructure changes ## How Azure Route Server works Azure Route Server acts as a BGP route reflector within your virtual network, automatically managing route distribution between NVAs and Azure's routing infrastructure. In the following diagram, Route Server receives: - An on-premises route (10.250.0.0/16) from the SD-WAN appliance - A default route (0.0.0.0/0) from the security appliance :::image type="content" source="./media/overview/route-server-overview.png" alt-text="Diagram showing Azure Route Server configured in a virtual network with SD-WAN and security NVAs."::: These routes are automatically configured on all virtual machines in the network. Traffic destined for on-premises networks flows through the SD-WAN appliance, while internet-bound traffic routes through the security appliance. The SD-WAN appliance can propagate the virtual network address (10.1.0.0/16) to on-premises networks. ### Route exchange process 1. **BGP peering establishment**: Route Server establishes BGP sessions with NVAs in your virtual network 2. **Route learning**: NVAs advertise their routes to Route Server (for example, on-premises prefixes from SD-WAN appliances) 3. **Route propagation**: Route Server automatically programs learned routes into Azure's SDN 4. **Traffic direction**: Virtual machines automatically use the programmed routes to reach advertised destinations 5. **Bidirectional routing**: Route Server also advertises virtual network prefixes back to NVAs ## Benefits of Azure Route Server Azure Route Server eliminates common networking complexities and provides significant operational benefits: - **Automated route management** - No need to manually update routing tables when virtual network addresses change or when NVAs announce new routes - **Simplified NVA deployment** - Deploy network virtual appliances without complex routing configuration or ongoing maintenance overhead - **Multiple NVA support** - Connect multiple NVA instances with configurable BGP attributes for active-active performance or active-passive resilience scenarios - **Standards-based integration** - Works with any BGP-capable network virtual appliance using industry-standard protocols - **Flexible deployment options** - Deploy in new virtual networks or integrate seamlessly into existing network infrastructure - **Reduced operational overhead** - Eliminate manual user-defined route updates and streamline network change management ## Common use cases Azure Route Server enables several important networking scenarios: - **Hub-and-spoke architectures** - Deploy Route Server in hub virtual networks to manage routing for multiple spokes with centralized routing control and simplified connectivity between spokes through hub-based NVAs. - **Hybrid connectivity** - Connect Azure virtual networks to on-premises networks through SD-WAN appliances, combine multiple connection types like ExpressRoute and VPN with intelligent path selection, and implement automatic failover between connectivity paths. - **Network security** - Route traffic through security appliances like firewalls and intrusion detection systems, implement granular security policies with centralized enforcement, and meet regulatory requirements for traffic inspection and logging. ## Service limits and considerations Understanding Azure Route Server limits helps you plan your network architecture: [!INCLUDE [route server limits](../../includes/route-server-limits.md)] ## Integration with Azure services Azure Route Server works seamlessly with other Azure networking components: - **ExpressRoute gateways**: Exchange routes between ExpressRoute circuits and NVAs for enhanced hybrid connectivity - **VPN gateways**: Integrate site-to-site VPN connections with dynamic routing capabilities - **Virtual network peering**: Support hub-and-spoke topologies with automatic route propagation to spoke networks - **Load balancers**: Use with internal load balancers through next hop IP support for NVA high availability For detailed integration scenarios, see [Azure Route Server support for ExpressRoute and VPN](expressroute-vpn-support.md). ## Pricing Azure Route Server uses a simple hourly pricing model: - **Deployment-based pricing**: Pay for the time Route Server is deployed, regardless of traffic volume - **No data transfer costs**: Route Server doesn't charge for routes processed or BGP sessions maintained - **Cost optimization**: Consider regional deployment patterns for cost efficiency For current pricing details, see [Azure Route Server pricing](https://azure.microsoft.com/pricing/details/route-server/). ## Service Level Agreement (SLA) For complete SLA details, see [Service Level Agreements (SLA) for Online Services](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services). ## Frequently asked questions (FAQ) For answers to frequently asked questions about Azure Route Server, see [Azure Route Server FAQ](route-server-faq.md). ## Next steps Get started with Azure Route Server and explore advanced scenarios: - [Quickstart: Create an Azure Route Server using the Azure portal](quickstart-create-route-server-portal.md) - [Tutorial: Configure BGP peering between Azure Route Server and network virtual appliance (NVA)](peer-route-server-with-virtual-appliance.md) - [Multi-region networking with Azure Route Server](multiregion.md) - Training module: [Introduction to Azure Route Server](/training/modules/intro-to-azure-route-server) - Azure Architecture Center: [Update route tables by using Azure Route Server](/azure/architecture/example-scenario/networking/manage-routing-azure-route-server)
Success! Branch created successfully. Create Pull Request on GitHub
Error: