Skip to content

Commit cffe4ed

Browse files
authored
Merge pull request #107509 from asudbring/natpatch
Removed preview for GA
2 parents fbf5295 + 8d56faa commit cffe4ed

11 files changed

+4
-90
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ NAT gateway resources are part of [Virtual Network NAT](nat-overview.md) and pro
2828

2929
*Figure: Virtual Network NAT for outbound to Internet*
3030

31-
32-
>[!NOTE]
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-
3531
## How to deploy NAT
3632

3733
Configuring and using NAT gateway is intentionally made simple:
@@ -335,13 +331,10 @@ A SNAT port is available for reuse to the same destination IP address and destin
335331
- NSG flow logging isn't supported when using NAT.
336332
- NAT can't span multiple virtual networks.
337333

338-
## Preview participation
339-
340-
Follow [instructions to enable your subscription](nat-overview.md#public-preview-participation).
341334

342335
## Feedback
343336

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).
337+
We want to know how we can improve the service. Propose and vote on what we should build next at [UserVoice for NAT](https://aka.ms/natuservoice).
345338

346339
## Next steps
347340

articles/virtual-network/nat-metrics.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ Azure Virtual Network NAT gateway resources provide multi-dimensional metrics. Y
2626

2727
*Figure: Virtual Network NAT for outbound to Internet*
2828

29-
>[!NOTE]
30-
>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.
31-
3229
## Metrics
3330

3431
NAT gateway resources provide the following multi-dimensional metrics in Azure Monitor:

articles/virtual-network/nat-overview.md

Lines changed: 3 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 03/05/2020
1717
ms.author: allensu
1818
---
1919

20-
# What is Virtual Network NAT (Public Preview)?
20+
# What is Virtual Network NAT?
2121

2222
Virtual Network NAT (network address translation) simplifies outbound-only Internet connectivity for virtual networks. When configured on a subnet, all outbound connectivity uses your specified static public IP addresses. Outbound connectivity is possible without load balancer or public IP addresses directly attached to virtual machines. NAT is fully managed and highly resilient.
2323

@@ -34,10 +34,6 @@ Virtual Network NAT (network address translation) simplifies outbound-only Inter
3434

3535
*Figure: Virtual Network NAT*
3636

37-
38-
>[!NOTE]
39-
>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.
40-
4137
## Static IP addresses for outbound-only
4238

4339
Outbound connectivity can be defined for each subnet with NAT. Multiple subnets within the same virtual network can have different NATs. A subnet is configured by specifying which [NAT gateway resource](./nat-gateway-resource.md) to use. All UDP and TCP outbound flows from any virtual machine instance will use NAT.
@@ -122,48 +118,6 @@ You can monitor the operation of your NAT through multi-dimensional metrics expo
122118

123119
At general availability, NAT data path is at least 99.9% available.
124120

125-
## <a name = "region-availability"></a>Region availability
126-
127-
NAT is currently available in these regions:
128-
129-
- Europe West
130-
- Japan East
131-
- US East 2
132-
- US West
133-
- US West 2
134-
- US West Central
135-
136-
## <a name = "enable-preview"></a>Public Preview participation
137-
138-
Subscriptions must be registered to allow participation in the Public Preview. Participation requires a two-step process and instructions are provided below for Azure CLI and Azure PowerShell. The activation may take several minutes to complete.
139-
140-
### Azure CLI
141-
142-
1. register subscription for Public Preview
143-
144-
```azurecli-interactive
145-
az feature register --namespace Microsoft.Network --name AllowNatGateway
146-
```
147-
148-
2. activate registration
149-
150-
```azurecli-interactive
151-
az provider register --namespace Microsoft.Network
152-
```
153-
154-
### Azure PowerShell
155-
156-
1. register subscription for Public Preview
157-
158-
```azurepowershell-interactive
159-
Register-AzProviderFeature -ProviderNamespace Microsoft.Network -FeatureName AllowNatGateway
160-
```
161-
162-
2. activate registration
163-
164-
```azurepowershell-interactive
165-
Register-AzResourceProvider -ProviderNamespace Microsoft.Network
166-
```
167121

168122
## Pricing
169123

@@ -185,7 +139,7 @@ NAT is supported through normal support channels.
185139

186140
## Feedback
187141

188-
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).
142+
We want to know how we can improve the service. Propose and vote on what we should build next at [UserVoice for NAT](https://aka.ms/natuservoice).
189143

190144

191145
## Limitations
@@ -199,4 +153,4 @@ We want to know how we can improve the service. Share your [feedback on the Publ
199153

200154
* Learn about [NAT gateway resource](./nat-gateway-resource.md).
201155
* [Tell us what to build next for Virtual Network NAT in UserVoice](https://aka.ms/natuservoice).
202-
* [Provide feedback on the Public Preview](https://aka.ms/natfeedback).
156+

articles/virtual-network/quickstart-create-nat-gateway-cli.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ ms.author: allensu
1919

2020
This quickstart shows you how to use Azure Virtual Network NAT service. You'll create a NAT gateway to provide outbound connectivity for a virtual machine in Azure.
2121

22-
>[!NOTE]
23-
>Azure Virtual Network NAT is available as public preview at this time and available in a limited set of [regions](https://azure.microsoft.com/global-infrastructure/regions/). 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.
24-
2522

2623
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2724

@@ -231,6 +228,5 @@ Review metrics in Azure Monitor to see your NAT service operating. Diagnose issu
231228
- Quickstart for deploying [NAT gateway resource using Azure CLI](./quickstart-create-nat-gateway-cli.md).
232229
- Quickstart for deploying [NAT gateway resource using Azure PowerShell](./quickstart-create-nat-gateway-powershell.md).
233230
- Quickstart for deploying [NAT gateway resource using Azure portal](./quickstart-create-nat-gateway-portal.md).
234-
- [Provide feedback on the Public Preview](https://aka.ms/natfeedback).
235231
> [!div class="nextstepaction"]
236232

articles/virtual-network/quickstart-create-nat-gateway-portal.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ ms.author: allensu
2020

2121
This quickstart shows you how to use Azure Virtual Network NAT service. You'll create a NAT gateway to provide outbound connectivity for a virtual machine in Azure.
2222

23-
>[!NOTE]
24-
>Azure Virtual Network NAT is available as public preview at this time and 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.
25-
2623
## Sign in to Azure
2724

2825
Sign in to the [Azure portal](https://portal.azure.com).
@@ -174,6 +171,5 @@ Review metrics in Azure Monitor to see your NAT service operating. Diagnose issu
174171
- Quickstart for deploying [NAT gateway resource using Azure CLI](./quickstart-create-nat-gateway-cli.md).
175172
- Quickstart for deploying [NAT gateway resource using Azure PowerShell](./quickstart-create-nat-gateway-powershell.md).
176173
- Quickstart for deploying [NAT gateway resource using Azure portal](./quickstart-create-nat-gateway-portal.md).
177-
- [Provide feedback on the Public Preview](https://aka.ms/natfeedback).
178174
> [!div class="nextstepaction"]
179175

articles/virtual-network/quickstart-create-nat-gateway-powershell.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ ms.author: allensu
2121

2222
This quickstart shows you how to use Azure Virtual Network NAT service. You'll create a NAT gateway to provide outbound connectivity for a virtual machine in Azure.
2323

24-
>[!NOTE]
25-
>Azure Virtual Network NAT is available as public preview at this time and available in a limited set of [regions](https://azure.microsoft.com/global-infrastructure/regions/). 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.
26-
2724

2825
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2926

@@ -289,7 +286,6 @@ Review metrics in Azure Monitor to see your NAT service operating. Diagnose issu
289286
- Quickstart for deploying [NAT gateway resource using Azure CLI](./quickstart-create-nat-gateway-cli.md).
290287
- Quickstart for deploying [NAT gateway resource using Azure PowerShell](./quickstart-create-nat-gateway-powershell.md).
291288
- Quickstart for deploying [NAT gateway resource using Azure portal](./quickstart-create-nat-gateway-portal.md).
292-
- [Provide feedback on the Public Preview](https://aka.ms/natfeedback).
293289
> [!div class="nextstepaction"]
294290
295291

articles/virtual-network/quickstart-create-nat-gateway-template.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ ms.custom: subject-armqs
2121

2222
Get started with Virtual Network NAT by using an Azure Resource Manager Template. This template deploys a virtual network, a NAT gateway, and Ubuntu virtual machine. The Ubuntu virtual machine is deployed to a subnet that is associated with the NAT gateway.
2323

24-
>[!NOTE]
25-
>Azure Virtual Network NAT is available as public preview at this time and available in a limited set of [regions](https://azure.microsoft.com/global-infrastructure/regions/). 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.
26-
2724
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
2825

2926
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.

articles/virtual-network/troubleshoot-nat.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ ms.author: allensu
2020

2121
This article helps administrators diagnose and resolve connectivity problems when using Virtual Network NAT.
2222

23-
>[!NOTE]
24-
>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.
25-
2623
## Problems
2724

2825
* [SNAT exhaustion](#snat-exhaustion)

articles/virtual-network/tutorial-create-validate-nat-gateway-cli.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ ms.author: allensu
1818

1919
In this tutorial, you'll create a NAT gateway to provide outbound connectivity for virtual machines in Azure. To test the NAT gateway, you deploy a source and destination virtual machine. You'll test the NAT gateway by making outbound connections to a public IP address. These connections will come from the source to the destination virtual machine. This tutorial deploys source and destination in two different virtual networks in the same resource group for simplicity only.
2020

21-
>[!NOTE]
22-
>Azure Virtual Network NAT is available as public preview at this time and 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.
23-
2421

2522
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2623

@@ -419,7 +416,6 @@ Review metrics in Azure Monitor to see your NAT service operating. Diagnose issu
419416
- Quickstart for deploying [NAT gateway resource using Azure CLI](./quickstart-create-nat-gateway-cli.md).
420417
- Quickstart for deploying [NAT gateway resource using Azure PowerShell](./quickstart-create-nat-gateway-powershell.md).
421418
- Quickstart for deploying [NAT gateway resource using Azure portal](./quickstart-create-nat-gateway-portal.md).
422-
- [Provide feedback on the Public Preview](https://aka.ms/natfeedback).
423419

424420
> [!div class="nextstepaction"]
425421

articles/virtual-network/tutorial-create-validate-nat-gateway-portal.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ ms.author: allensu
2020

2121
In this tutorial, you'll create a NAT gateway to provide outbound connectivity for virtual machines in Azure. To test the NAT gateway, you deploy a source and destination virtual machine. You'll test the NAT gateway by making outbound connections to a public IP address from the source to the destination virtual machine. This tutorial deploys source and destination in two different virtual networks in the same resource group for simplicity only.
2222

23-
>[!NOTE]
24-
>Azure Virtual Network NAT is available as public preview at this time and 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.
25-
2623
## Sign in to Azure
2724

2825
Sign in to the [Azure portal](https://portal.azure.com).
@@ -310,7 +307,6 @@ Review metrics in Azure Monitor to see your NAT service operating. Diagnose issu
310307
- Quickstart for deploying [NAT gateway resource using Azure CLI](./quickstart-create-nat-gateway-cli.md).
311308
- Quickstart for deploying [NAT gateway resource using Azure PowerShell](./quickstart-create-nat-gateway-powershell.md).
312309
- Quickstart for deploying [NAT gateway resource using Azure portal](./quickstart-create-nat-gateway-portal.md).
313-
- [Provide feedback on the Public Preview](https://aka.ms/natfeedback).
314310

315311
> [!div class="nextstepaction"]
316312

0 commit comments

Comments
 (0)