You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/azure-virtual-network-limits.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,9 +74,10 @@ The following limits apply only for networking resources managed through Azure R
74
74
| Backend resources per Load Balancer <sup>1<sup> | 1,200 |
75
75
| High-availability ports rule | 1 per internal frontend |
76
76
| Outbound rules per Load Balancer | 600 |
77
-
| Load Balancers per VM | 2 (1 Public and 1 internal) |
77
+
| Load Balancers per VM <sup>2<sup>| 2 (1 Public and 1 internal) |
78
78
79
79
<sup>1</sup> The limit is up to 1,200 resources, in any combination of standalone virtual machine resources, availability set resources, and virtual machine scale-set placement groups.
80
+
<sup>2</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.
80
81
81
82
**Basic Load Balancer**
82
83
@@ -85,12 +86,12 @@ The following limits apply only for networking resources managed through Azure R
85
86
| Load balancers | 1,000 |
86
87
| Rules per resource | 250 |
87
88
| Rules per NIC (across all IPs on a NIC) | 300 |
88
-
| Frontend IP configurations <sup>2<sup> | 200 |
89
+
| Frontend IP configurations <sup>3<sup> | 200 |
89
90
| Backend pool size | 300 IP configurations, single availability set |
90
91
| Availability sets per Load Balancer | 1 |
91
92
| Load Balancers per VM | 2 (1 Public and 1 internal) |
92
93
93
-
<sup>2</sup> The limit for a single discrete resource in a backend pool (standalone virtual machine, availability set, or virtual machine scale-set placement group) is to have up to 250 Frontend IP configurations across a single Basic Public Load Balancer and Basic Internal Load Balancer.
94
+
<sup>3</sup> The limit for a single discrete resource in a backend pool (standalone virtual machine, availability set, or virtual machine scale-set placement group) is to have up to 250 Frontend IP configurations across a single Basic Public Load Balancer and Basic Internal Load Balancer.
94
95
95
96
<aname="virtual-networking-limits-classic"></a>The following limits apply only for networking resources managed through the **classic** deployment model per subscription. Learn how to [view your current resource usage against your subscription limits](../articles/networking/check-usage-against-limits.md).
0 commit comments