Skip to content

Commit 7b2017a

Browse files
authored
Merge pull request #112740 from christiankuhtz/patch-309
added perf section
2 parents a76bb72 + dd292f7 commit 7b2017a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/virtual-network/nat-gateway-resource.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: overview
1414
ms.tgt_pltfrm: na
1515
ms.workload: infrastructure-services
16-
ms.date: 04/09/2020
16+
ms.date: 04/24/2020
1717
ms.author: allensu
1818
---
1919

@@ -223,6 +223,12 @@ While the scenario will appear to work, its health model and failure mode is und
223223
>[!NOTE]
224224
>IP addresses by themselves aren't zone-redundant if no zone is specified. The frontend of a [Standard Load Balancer is zone-redundant](../load-balancer/load-balancer-standard-availability-zones.md#frontend) if an IP address isn't created in a specific zone. This doesn't apply to NAT. Only regional or zone-isolation is supported.
225225
226+
## Performance
227+
228+
Each NAT gateway resource can provide up to 50 Gbps of throughput. You can split your deployments into multiple subnets and assign each subnet or groups of subnets a NAT gateway to scale out.
229+
230+
Each NAT gateway can support 64,000 connections per assigned outbound IP address. Review the following section on Source Network Address Translation (SNAT) for details as well as the [troubleshooting article](https://docs.microsoft.com/azure/virtual-network/troubleshoot-nat) for specific problem resolution guidance.
231+
226232
## Source Network Address Translation
227233

228234
Source network address translation (SNAT) rewrites the source of a flow to originate from a different IP address. NAT gateway resources use a variant of SNAT commonly referred to port address translation (PAT). PAT rewrites the source address and source port. With SNAT, there's no fixed relationship between the number of private addresses and their translated public addresses.

0 commit comments

Comments
 (0)