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-nat-gateway-limits.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,10 @@ The following limits apply to NAT gateway resources managed through Azure Resour
17
17
|---------------------|--------------------|
18
18
| Public IP addresses | 16 per NAT gateway |
19
19
| Subnets | 800 per NAT gateway |
20
-
| Data throughput | 50 Gbps |
20
+
| Data throughput | 50* Gbps |
21
21
| NAT gateways | 1,000 per subscription per region |
22
22
| Packets processed | 1M - 5M packets per second |
23
23
| Connections to same destination endpoint | 50,000 connections to the same destination per public IP |
24
24
| Connections total | 2M connections per NAT gateway |
25
+
26
+
\* The total data throughput of 50 Gbps is split between outbound and inbound (return) data through a NAT gateway resource. Data throughput is rate limited at 25 Gbps for outbound data and 25 Gbps for inbound (response) data through NAT gateway.
0 commit comments