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-resource.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ NAT gateway resources are part of [Virtual Network NAT](nat-overview.md) and pro
30
30
31
31
32
32
>[!NOTE]
33
-
>Virtual Network NAT is available as public preview at this time. Currently it's only available in a limited set of [regions](nat-overview.md#region-availability). This preview is provided without a service level agreement and isn't recommended for production workloads. Certain features may not be supported or may have constrained capabilities. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms) for details.
33
+
>Virtual Network NAT is available as a public preview. Currently it's available in a limited set of [regions](nat-overview.md#region-availability). This preview is provided without a service level agreement and isn't recommended for production workloads. Certain features may not be supported or may have constrained capabilities. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms) for details.
34
34
35
35
## How to deploy NAT
36
36
@@ -143,7 +143,7 @@ Review this section to familiarize yourself with considerations for designing vi
143
143
144
144
### Cost optimization
145
145
146
-
[Service endpoints](virtual-network-service-endpoints-overview.md) and [private link](../private-link/private-link-overview.md) are two options to consider for optimizing cost where NAT isn't needed. Any traffic directed to service endpoints or private link is not processed by the virtual network's NAT.
146
+
[Service endpoints](virtual-network-service-endpoints-overview.md) and [private link](../private-link/private-link-overview.md) are options to consider for optimizing cost. NAT isn't needed for these services. Traffic directed to service endpoints or private link is not processed by the virtual network's NAT.
147
147
148
148
Service endpoints tie Azure service resources to your virtual network and control access to your Azure service resources. For example, when you access Azure storage, use a service endpoint for storage to avoid data processed NAT charges. Service endpoints are free.
149
149
@@ -331,7 +331,7 @@ A SNAT port is available for reuse to the same destination IP address and destin
331
331
## Limitations
332
332
333
333
- NAT is compatible with standard SKU public IP, public IP prefix, and load balancer resources. Basic resources (for example basic load balancer) and any products derived from them aren't compatible with NAT. Basic resources must be placed on a subnet not configured with NAT.
334
-
- IPv4 address family is supported. NAT doesn't interact with IPv6 address family. NAT cannot be deployed on a subnet with IPv6 prefix.
334
+
- IPv4 address family is supported. NAT doesn't interact with IPv6 address family. NAT can't be deployed on a subnet with an IPv6 prefix.
335
335
- NSG flow logging isn't supported when using NAT.
336
336
- NAT can't span multiple virtual networks.
337
337
@@ -341,27 +341,26 @@ Follow [instructions to enable your subscription](nat-overview.md#public-preview
341
341
342
342
## Feedback
343
343
344
-
We want to know how we can improve the service. Share your [feedback on the Public Preview](https://aka.ms/natfeedback) with us. And you can propose and vote on what we should build next at [UserVoice for NAT](https://aka.ms/natuservoice).
344
+
We want to know how we can improve the service. Share your [feedback on the Public Preview](https://aka.ms/natfeedback). Propose and vote on what we should build next at [UserVoice for NAT](https://aka.ms/natuservoice).
345
345
346
346
## Next steps
347
347
348
348
* Learn about [virtual network NAT](nat-overview.md).
349
349
* Learn about [metrics and alerts for NAT gateway resources](nat-metrics.md).
350
350
* Learn about [troubleshooting NAT gateway resources](troubleshoot-nat.md).
351
-
*[Tell us what to build next for Virtual Network NAT in UserVoice](https://aka.ms/natuservoice).
352
-
*[Provide feedback on the Public Preview](https://aka.ms/natfeedback).
0 commit comments