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: articles/virtual-network/nat-gateway/nat-overview.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: asudbring
8
8
ms.service: virtual-network
9
9
ms.subservice: nat
10
10
ms.topic: conceptual
11
-
ms.date: 03/17/2022
11
+
ms.date: 12/06/2022
12
12
ms.author: allensu
13
13
---
14
14
@@ -81,15 +81,15 @@ Virtual appliance UDR / ExpressRoute >> NAT gateway >> Instance-level public IP
81
81
82
82
* Public IP prefixes
83
83
84
-
* Public IP addresses and prefixes derived from custom IP prefixes (BYOIP), to learn more, see [Custom IP address prefix (BYOIP)](../ip-services/custom-ip-address-prefix.md)
84
+
* Public IP addresses and prefixes derived from custom IP prefixes (BYOIP), to learn more, see [Custom IP address prefix (BYOIP)](../ip-services/custom-ip-address-prefix.md).
85
85
86
86
* NAT gateway can’t be associated to an IPv6 public IP address or IPv6 public IP prefix. It can be associated to a dual stack subnet, but will only be able to direct outbound traffic with an IPv4 address.
87
87
88
88
### Availability zones
89
89
90
90
* A NAT gateway can be created in a specific availability zone or placed in 'no zone'.
91
91
92
-
* NAT gateway can be isolated in a specific zone when you create [zone isolation scenarios](./nat-availability-zones.md). This deployment is called a zonal deployment. After NAT gateway is deployed, the zone selection cannot be changed.
92
+
* NAT gateway can be isolated in a specific zone when you create [zone isolation scenarios](./nat-availability-zones.md). This deployment is called a zonal deployment. After NAT gateway is deployed, the zone selection can't be changed.
93
93
94
94
* NAT gateway is placed in no zone by default. A [non-zonal NAT gateway](./nat-availability-zones.md#non-zonal) is placed in a zone for you by Azure.
95
95
@@ -99,19 +99,19 @@ Virtual appliance UDR / ExpressRoute >> NAT gateway >> Instance-level public IP
99
99
100
100
* Basic resources, such as basic load balancer or basic public IPs aren't compatible with Virtual Network NAT. Basic resources must be placed on a subnet not associated to a NAT gateway. Basic load balancer and basic public IP can be upgraded to standard to work with a NAT gateway
101
101
102
-
*To upgrade a basic load balancer to standard, see [Upgrade a public basic Azure Load Balancer](../../load-balancer/upgrade-basic-standard.md).
102
+
*Upgrade a load balancer from basic to standard, see [Upgrade a public basic Azure Load Balancer](../../load-balancer/upgrade-basic-standard.md).
103
103
104
-
*To upgrade a basic public IP to standard, see [Upgrade a public IP address](../ip-services/public-ip-upgrade-portal.md).
104
+
*Upgrade a public IP from basic to standard, see [Upgrade a public IP address](../ip-services/public-ip-upgrade-portal.md).
105
105
106
106
### NAT gateway timers
107
107
108
-
* NAT gateway holds on to SNAT ports after a connection closes before it is available to reuse to connect to the same destination endpoint over the internet. SNAT port reuse timer durations for TCP traffic vary depending on how the connection closes. To learn more, see [Port Reuse Timers](./nat-gateway-resource.md#port-reuse-timers).
108
+
* NAT gateway holds on to SNAT ports after a connection closes before it's available to reuse to connect to the same destination endpoint over the internet. SNAT port reuse timer durations for TCP traffic vary depending on how the connection closes. To learn more, see [Port Reuse Timers](./nat-gateway-resource.md#port-reuse-timers).
109
109
110
110
* 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. To learn more, see [Idle Timeout Timers](./nat-gateway-resource.md#idle-timeout-timers).
111
111
112
-
* UDP traffic has an idle timeout timer of 4 minutes that cannot be changed.
112
+
* UDP traffic has an idle timeout timer of 4 minutes that can't be changed.
113
113
114
-
* UDP traffic has a port reset timer of 65 seconds for which a port is in hold down before it is available for reuse to the same destination endpoint.
114
+
* UDP traffic has a port reset timer of 65 seconds for which a port is in hold down before it's available for reuse to the same destination endpoint.
115
115
116
116
## Pricing and SLA
117
117
@@ -128,3 +128,5 @@ For information on the SLA, see [SLA for Virtual Network NAT](https://azure.micr
128
128
* Learn about the [NAT gateway resource](./nat-gateway-resource.md).
129
129
130
130
*[Learn module: Introduction to Azure Virtual Network NAT](/training/modules/intro-to-azure-virtual-network-nat).
131
+
132
+
* To learn more about architecture options for Azure Virtual Network NAT, see [Azure Well-Architected Framework review of an Azure NAT gateway](/azure/architecture/networking/guide/well-architected-network-address-translation-gateway).
0 commit comments