Azure Route Server
This blog is a part of 2 series blog post on Azure Route Server. In this blog, we will understand what is Azure Route Server, supported Network Design scenarios, its pre-requisites and its benefits. In second blog post, I showcase you how to configure Azure Route Server.
Azure Route Server is a fully managed new offering from Microsoft (is under Preview) that simplifies routing management in your Azure infrastructure, especially if you have a Network Virtual Appliance or NVA. It simplifies the dynamic routing between your Virtual Network and NVA which support BGP protocol & SD networking.
When we provision Azure Route Server, in the background it creates a VMSS which provides high availability to the service. If it is deployed in an Azure region which supports Zone Redundancy, it places the VM's into the Availability Zone to maintain the high availability of the service. It will pick up the first 2 IP from the subnet as soon as the Azure Route Service is deployed.
There are multiple Architecture Design Patterns can be used to deploy Azure Route Server.
It eliminates the need to manually configure or maintain route tables.
Azure Route Server can support route sharing with:
Recommended by LinkedIn
You can enable or disable the route exchange on the Azure Route Server. Also, you don't need to manually configure or maintain route tables.
With NVAs, it allows you to exchange routing information directly through Border Gateway Protocol (BGP) routing protocol between any NVA that supports the BGP routing protocol and the Azure Virtual Network.
Pre-requisite
Benefits
In the next blog post, we will create an Azure Route Server in the Azure portal.