Skip to content

Commit c67e130

Browse files
authored
Merge pull request #97488 from adstuart/patch-19
Update route-server-limits.md
2 parents 257b29f + 852d0b0 commit c67e130

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

includes/route-server-limits.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ ms.date: 07/26/2022
88
| Resource | Limit |
99
|----------|-------|
1010
| Number of BGP peers supported | 8 |
11-
| Number of routes each BGP peer can advertise to Azure Route Server | 1000 |
12-
| Number of routes that Azure Route Server can advertise to ExpressRoute or VPN gateway | 200 |
13-
| Number of VMs in the virtual network (including peered virtual networks) that Azure Route Server can support | 2000 |
11+
| Number of routes each BGP peer can advertise to Azure Route Server <sup>1</sup> | 1000 |
12+
| Number of routes that Azure Route Server can advertise to ExpressRoute or VPN gateway <sup>2</sup> | 200 |
13+
| Number of VMs in the virtual network (including peered virtual networks) that Azure Route Server can support <sup>3</sup> | 2000 |
14+
15+
<sup>1</sup> If your NVA advertises more routes than the limit, the BGP session will get dropped. In the event BGP session is dropped between the gateway and Azure Route Server, you'll lose connectivity from your on-premises network to Azure.
16+
17+
<sup>2</sup> Please be aware of the ExpressRoute Private Peering [limit](/azure/azure-resource-manager/management/azure-subscription-service-limits#:~:text=for%20an%20ExpressRoute%20connection-,1%2C000,-Maximum%20number%20of%20IPv6) of 1000 routes per connection from Virtual Network Gateway towards ExpressRoute circuit. For instance, the total number of routes from all Virtual Network Address Spaces + ARS Branch-to-branch, must not exceed 1000.
18+
19+
<sup>3</sup> The number of VMs that Azure Route Server can support isn't a hard limit, and it depends on how the Route Server infrastructure is deployed within an Azure Region.

0 commit comments

Comments
 (0)