Skip to content

Commit dbfc2b0

Browse files
Merge pull request #211428 from thisisanniefang/patch-39
Update LB limits
2 parents 211daa0 + e6b13be commit dbfc2b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

includes/azure-virtual-network-limits.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,13 @@ The following limits apply only for networking resources managed through Azure R
7575
| Outbound rules per Load Balancer | 600 |
7676
| Backend pool size | 5,000 |
7777
| Load Balancers per VM <sup>1<sup> | 2 (1 Public and 1 internal) |
78-
| Backend IP configurations per frontend | 10,000 |
78+
| Backend IP configurations per frontend <sup>2<sup> | 10,000 |
79+
| Backend IP configurations across all frontends | 500,000 |
7980

8081
<sup>1</sup> An exception to this limit is that 2 public load balancers can be in front of a VM if an IPv4 address config is used for one load balancer and IPv6 address config is used for the second.
8182

83+
<sup>2</sup> Backend IP configurations are aggregated across all load balancer rules including load balancing, inbound NAT, and outbound rules. Each rule a backend pool instance is configured to counts as one configuration.
84+
8285
**Gateway Load Balancer**
8386

8487
| Resource | Limit |

0 commit comments

Comments
 (0)