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
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,6 @@ NAT gateway resources are part of [Virtual Network NAT](nat-overview.md) and pro
28
28
29
29
*Figure: Virtual Network NAT for outbound to Internet*
30
30
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
-
35
31
## How to deploy NAT
36
32
37
33
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
335
331
- NSG flow logging isn't supported when using NAT.
336
332
- NAT can't span multiple virtual networks.
337
333
338
-
## Preview participation
339
-
340
-
Follow [instructions to enable your subscription](nat-overview.md#public-preview-participation).
341
334
342
335
## Feedback
343
336
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).
Copy file name to clipboardExpand all lines: articles/virtual-network/nat-metrics.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,6 @@ Azure Virtual Network NAT gateway resources provide multi-dimensional metrics. Y
26
26
27
27
*Figure: Virtual Network NAT for outbound to Internet*
28
28
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
-
32
29
## Metrics
33
30
34
31
NAT gateway resources provide the following multi-dimensional metrics in Azure Monitor:
Copy file name to clipboardExpand all lines: articles/virtual-network/nat-overview.md
+3-49Lines changed: 3 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ ms.date: 03/05/2020
17
17
ms.author: allensu
18
18
---
19
19
20
-
# What is Virtual Network NAT (Public Preview)?
20
+
# What is Virtual Network NAT?
21
21
22
22
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.
>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
-
41
37
## Static IP addresses for outbound-only
42
38
43
39
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
122
118
123
119
At general availability, NAT data path is at least 99.9% available.
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
@@ -185,7 +139,7 @@ NAT is supported through normal support channels.
185
139
186
140
## Feedback
187
141
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).
189
143
190
144
191
145
## Limitations
@@ -199,4 +153,4 @@ We want to know how we can improve the service. Share your [feedback on the Publ
199
153
200
154
* Learn about [NAT gateway resource](./nat-gateway-resource.md).
201
155
*[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).
Copy file name to clipboardExpand all lines: articles/virtual-network/troubleshoot-nat.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,6 @@ ms.author: allensu
20
20
21
21
This article helps administrators diagnose and resolve connectivity problems when using Virtual Network NAT.
22
22
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.
0 commit comments