Skip to content

Commit 37c5c70

Browse files
committed
fixes
1 parent 7f8f1cc commit 37c5c70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ With NAT, individual VMs (or other compute resources) don't need public IP addre
2828

2929
### Resiliency
3030

31-
NAT is a fully managed and distributed service. It doesn't depend on any individual compute instances such as VMs or a single physical gateway device. It uses software defined networking making it highly resilient.
31+
NAT is a fully managed and distributed service. It doesn't depend on any individual compute instances such as VMs or a single physical gateway device. NAT uses software defined networking making it highly resilient.
3232

3333
### Scalability
3434

35-
NAT can be associated to a subnet and can be used by all compute resources in that subnet. Further, all subnets in a VNet can use the same resource. When associated to a public IP prefix, it will automatically scale to the number of IP addresses needed for outbound.
35+
NAT can be associated to a subnet and can be used by all compute resources in that subnet. Further, all subnets in a virtual network can use the same resource. When associated to a public IP prefix, it automatically scales to the number of IP addresses needed for outbound.
3636

3737
### Performance
3838

@@ -76,7 +76,7 @@ NAT is fully scaled out from the start. There's no ramp up or scale-out operatio
7676

7777
* NAT can’t be deployed in a [gateway subnet](../../vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsub)
7878

79-
* The private side of NAT (virtual machine instances or other compute resources) sends TCP reset packets for attempts to communicate on a TCP connection that doesn't exist. One example is connections that have reached idle timeout. The next packet received will return a TCP Reset to the private IP address to signal and force connection closure. The public side of NAT doesn't generate TCP reset packets or any other traffic. Only traffic produced by the customer's virtual network is emitted.
79+
* The private side of NAT (virtual machine instances or other compute resources) sends TCP reset packets for attempts to communicate on a TCP connection that doesn't exist. One example is connections that have reached idle timeout. The next packet received will return a TCP reset to the private IP address to signal and force connection closure. The public side of NAT doesn't generate TCP reset packets or any other traffic. Only traffic produced by the customer's virtual network is emitted.
8080

8181
* A default TCP idle timeout of 4 minutes is used and can be increased to up to 120 minutes. Any activity on a flow can also reset the idle timer, including TCP keepalives.
8282

0 commit comments

Comments
 (0)