Skip to content

Commit 1d5b113

Browse files
authored
Merge pull request #107406 from asudbring/natpatch
minor change to next steps
2 parents 12ef978 + 3bef496 commit 1d5b113

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

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

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ NAT gateway resources are part of [Virtual Network NAT](nat-overview.md) and pro
3030

3131

3232
>[!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.
3434
3535
## How to deploy NAT
3636

@@ -143,7 +143,7 @@ Review this section to familiarize yourself with considerations for designing vi
143143

144144
### Cost optimization
145145

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.
147147

148148
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.
149149

@@ -331,7 +331,7 @@ A SNAT port is available for reuse to the same destination IP address and destin
331331
## Limitations
332332

333333
- 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.
335335
- NSG flow logging isn't supported when using NAT.
336336
- NAT can't span multiple virtual networks.
337337

@@ -341,27 +341,26 @@ Follow [instructions to enable your subscription](nat-overview.md#public-preview
341341

342342
## Feedback
343343

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).
345345

346346
## Next steps
347347

348348
* Learn about [virtual network NAT](nat-overview.md).
349349
* Learn about [metrics and alerts for NAT gateway resources](nat-metrics.md).
350350
* 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).
353351
* Tutorial for validating NAT Gateway
354-
- [Azure CLI](tutorial-create-validate-nat-gateway-cli.md),
355-
- [PowerShell](tutorial-create-validate-nat-gateway-cli.md),
352+
- [Azure CLI](tutorial-create-validate-nat-gateway-cli.md)
353+
- [PowerShell](tutorial-create-validate-nat-gateway-cli.md)
356354
- [Portal](tutorial-create-validate-nat-gateway-cli.md)
357355
* Quickstart for deploying a NAT gateway resource
358-
- [Azure CLI](./quickstart-create-nat-gateway-cli.md),
359-
- [PowerShell](./quickstart-create-nat-gateway-powershell.md),
360-
- [Portal](./quickstart-create-nat-gateway-portal.md).
356+
- [Azure CLI](./quickstart-create-nat-gateway-cli.md)
357+
- [PowerShell](./quickstart-create-nat-gateway-powershell.md)
358+
- [Portal](./quickstart-create-nat-gateway-portal.md)
361359
* Learn about NAT gateway resource API
362-
- [REST API](https://docs.microsoft.com/rest/api/virtualnetwork/natgateways),
363-
- [Azure CLI](https://docs.microsoft.com/cli/azure/network/nat/gateway?view=azure-cli-latest),
364-
- [PowerShell](https://docs.microsoft.com/powershell/module/az.network/new-aznatgateway).
360+
- [REST API](https://docs.microsoft.com/rest/api/virtualnetwork/natgateways)
361+
- [Azure CLI](https://docs.microsoft.com/cli/azure/network/nat/gateway?view=azure-cli-latest)
362+
- [PowerShell](https://docs.microsoft.com/powershell/module/az.network/new-aznatgateway)
363+
365364
* Learn about [availability zones](../availability-zones/az-overview.md).
366365
* Learn about [standard load balancer](../load-balancer/load-balancer-standard-overview.md).
367366
* Learn about [availability zones and standard load balancer](../load-balancer/load-balancer-standard-availability-zones.md).

0 commit comments

Comments
 (0)