Skip to content

Commit eb1a788

Browse files
committed
removed preview stuff
1 parent bd7eef9 commit eb1a788

File tree

4 files changed

+4
-63
lines changed

4 files changed

+4
-63
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/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)

0 commit comments

Comments
 (0)