Skip to content

Commit 5bb0c5d

Browse files
Clarify rules per NIC limit
1 parent 7d7d9af commit 5bb0c5d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

includes/azure-virtual-network-limits.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,16 @@ The following limits apply only for networking resources managed through Azure R
7171
| Load balancers | 1,000 |
7272
| Frontend IP configurations | 600 |
7373
| Rules (Load Balancer + Inbound NAT) per resource | 1,500 |
74-
| Rules configured to NIC (across all IPs on a NIC) | 300 |
74+
| Rules per NIC (across all IPs on a NIC)<sup>1<sup> | 300 |
7575
| High-availability ports rule | 1 per internal frontend |
7676
| Outbound rules per Load Balancer | 600 |
7777
| Backend pool size | 5,000 |
7878
| Azure global Load Balancer Backend pool size | 300 |
79-
| Backend IP configurations per frontend <sup>1<sup> | 10,000 |
79+
| Backend IP configurations per frontend <sup>2<sup> | 10,000 |
8080
| Backend IP configurations across all frontends | 500,000 |
8181

82-
<sup>1</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.
82+
<sup>1<sup> Each NIC can have a total of 300 rules (load balancing, inbound NAT, and outbound rules combined) configured across all IP configurations on the NIC.
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.
8384

8485
Load Balancer doesn't apply any throughput limits. However, throughput limits for virtual machines and virtual networks still apply. For more information, see [Virtual machine network bandwidth](../articles/virtual-network/virtual-machine-network-throughput.md).
8586

0 commit comments

Comments
 (0)