Skip to content

Commit 2f7a26c

Browse files
authored
Merge pull request #215325 from aimee-littleton/patch-105
Total connection limit on NAT GW
2 parents 7fd2a4e + 58476ab commit 2f7a26c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

includes/azure-nat-gateway-limits.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ The following limits apply to NAT gateway resources managed through Azure Resour
1717
|---------------------|--------------------|
1818
| Public IP addresses | 16 per NAT gateway |
1919
| NAT gateways | 1,000 per subscription per region |
20-
| Packets processed | 1M - 5M packets / second |
21-
| Simultaneous connections | 50,000 connections to the same destination / public IP |
20+
| Packets processed | 1M - 5M packets per second |
21+
| Connections to same destination endpoint | 50,000 connections to the same destination per public IP |
22+
| Connections total | 2M connections per NAT gateway |

0 commit comments

Comments
 (0)