An Azure service that enables network appliances to exchange route information with Azure virtual networks dynamically.
Hello Kaushal, Pravesh
When you trying to “peer the hub to the VPN Gateway” manually. In Virtual WAN, the hub already exchanges routes with the VPN Gateway; adding an extra Hub BGP Connection to the gateway’s BGP IP duplicates/overlaps the built‑in peering and hits the conflicts.
In a Hub VNet design, Azure Route Server (ARS) does not use manual BGP peering to Azure VPN Gateway or ExpressRoute Gateway. The peering with those Azure‑managed gateways is created and managed automatically by the platform once ARS is deployed in the same VNet and route exchange (“branch‑to‑branch”) is enabled. Trying to “add a BGP peer” from ARS to the VPN Gateway will fail.
Instead of manual peering,
deploy ARS in RouteServerSubnet (/26) in the Hub VNet and enable Route exchange. ARS will then automatically exchange routes with the VPN Gateway and (if present) the AVS ExpressRoute gateway—allowing transitive routing among on‑prem ↔ AVS ↔ NVAs.
Refer this article: https://learn.microsoft.com/en-us/azure/route-server/expressroute-vpn-support
How route exchange works
When you deploy Azure Route Server in a virtual network alongside virtual network gateways and NVAs, route exchange enables these components to share routing information dynamically.
Default Behavior
By default, Azure Route Server doesn't propagate routes between different types of network components. Each component (NVA, ExpressRoute gateway, VPN gateway) only exchanges routes directly with the route server.
NOTE: Attempting to manually add a BGP peer between ARS and Azure VPN Gateway (using the gateway’s BGP ASN/IP) will fail because those sessions are service‑managed, not user‑defined.
Do not try to peer ARS with Azure VPN Gateway—that combination isn’t supported. ARS is for peering with NVAs in your VNet; VPN Gateway does BGP with your on‑premises device via the VPN connection itself. Use vWAN if you need hub‑managed transit between spokes/gateways, or keep ARS for NVA scenarios only.
Does route propagation happen automatically?
Yes—in Virtual WAN hubs, route propagation between hub connections (e.g., VPN sites, ER circuits, spoke VNets) is managed by the service. You don’t need (and must not attempt) an extra Hub BGP Connection to the Azure‑managed gateways
I hope this has been helpful!
If above is unclear and/or you are unsure about something add a comment below.