Skip to content

Commit 065ebe4

Browse files
committed
docs: Remove preview verbiage for NAT Gateway V2 GA
Reapplying changes from reverted PR #310271 Removed all preview callouts and references in preparation for NAT Gateway V2 and Public IP V2 General Availability on January 14, 2026. Changes include: - Removed 'Standard V2 SKU Azure NAT Gateway is currently in PREVIEW' callouts from 17 files - Removed all 'Supplemental Terms of Use for Microsoft Azure Previews' references - Updated FAQ to reflect GA status (removed 'Public Preview' mention) - Changed 'Azure preview portal' to 'Azure portal' in quickstart documentation - Updated reliability guide to remove preview callout - Minor text improvements for clarity and grammar Files modified: 20 NAT Gateway documentation files
1 parent 080d86b commit 065ebe4

18 files changed

Lines changed: 7 additions & 92 deletions

articles/nat-gateway/manage-nat-gateway-v2.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ ms.custom: template-how-to, devx-track-azurecli, devx-track-azurepowershell
1515

1616
Learn how to create and remove a NAT gateway resource from a virtual network subnet. A NAT gateway enables outbound connectivity for resources in an Azure Virtual Network. You can change the public IP addresses and public IP address prefixes associated with the NAT gateway changed after deployment.
1717

18-
> [!IMPORTANT]
19-
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
20-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
21-
2218
This article explains how to manage the following aspects of NAT gateway:
2319

2420
- Create a NAT gateway and associate it with an existing subnet.

articles/nat-gateway/monitor-nat-gateway-flow-logs.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ In this article, you learn how to set up, monitor, and troubleshoot with Azure S
2020
- An Azure StandardV2 NAT Gateway resource. To learn how to create a StandardV2 NAT Gateway resource, see [Quickstart: Create a StandardV2 NAT Gateway](./quickstart-create-nat-gateway-v2.md).
2121
- An Azure Monitor Log Analytics workspace. To learn how to create a Log Analytics workspace, see [Quickstart: Create a Log Analytics workspace](/azure/azure-monitor/logs/quick-create-workspace).
2222

23-
> [!IMPORTANT]
24-
> StandardV2 Azure NAT Gateway is currently in PREVIEW.
25-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
2623

27-
## Enable diagnostic settings to collect NAT gateway flow logs
28-
29-
In this section, you learn how to set up StandardV2 NAT gateway flow logs and send it to the recommended destination – Log Analytics workspace, which enables you to manage data retention and access. To learn more about the other destinations, including Azure Storage account and Azure Event Hubs, see [Diagnostic settings in Azure Monitor - Azure Monitor | Microsoft Learn.](/azure/azure-monitor/platform/diagnostic-settings)
3024

3125
> [!NOTE]
3226
> If you're sending logs to Azure Storage or Event Hubs, ensure the region of your storage account and Event Hubs namespace are in the same region as your StandardV2 NAT gateway resource.

articles/nat-gateway/nat-gateway-design.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ ms.date: 11/04/2025
1414

1515
Review this article to familiarize yourself with considerations for designing virtual networks with NAT gateway.
1616

17-
> [!IMPORTANT]
18-
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
19-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
20-
2117
## Connect to the internet with a NAT gateway
2218

2319
NAT Gateway is recommended for all production workloads where you need to connect to a public endpoint over the internet. Outbound connectivity takes place right away upon deployment of a NAT gateway with a subnet and at least one public IP address. No routing configurations are required to start connecting outbound with the NAT gateway. The NAT gateway becomes the subnet’s default route to the internet.

articles/nat-gateway/nat-gateway-flow-logs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ ms.custom:
1515

1616
NAT Gateway Flow Logs provide IP information on the traffic flowing through your StandardV2 NAT gateway. Logs are captured through Azure Monitor resource log category `NatGatewayFlowLogsV1`, which you enable through Diagnostic Settings on your StandardV2 NAT gateway resource.
1717

18-
> [!IMPORTANT]
19-
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
20-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
21-
2218
## Why use flow logs?
2319

2420
Flow logs provide visibility to the traffic flowing through your NAT gateway, which is critical to:

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ ms.author: alittleton
1414

1515
This article describes the key components of the NAT gateway resource that enable it to provide highly secure, scalable, and resilient outbound connectivity. NAT Gateway can be configured in your subscription through supported clients. These clients include Azure portal, Azure CLI, Azure PowerShell, Resource Manager templates, or appropriate alternatives.
1616

17-
> [!IMPORTANT]
18-
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
19-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
20-
2117
## NAT Gateway SKUs
2218
NAT Gateway is available in two SKUs: StandardV2 and Standard.
2319

articles/nat-gateway/nat-metrics.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ This article provides an overview of all NAT gateway metrics and diagnostic capa
1515

1616
All metrics are the same for Standard and StandardV2 NAT Gateway.
1717

18-
> [!IMPORTANT]
19-
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
20-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
21-
22-
Azure NAT Gateway provides the following diagnostic capabilities:
23-
24-
- Multi-dimensional metrics and alerts through Azure Monitor. You can use these metrics to monitor and manage your NAT gateway and to assist you in troubleshooting issues.
2518

2619
- Network Insights: Azure Monitor Insights provides you with visual tools to view, monitor, and assist you in diagnosing issues with your NAT gateway resource. Insights provide you with a topological map of your Azure setup and metrics dashboards.
2720

articles/nat-gateway/nat-overview.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ Azure NAT Gateway is a fully managed and highly resilient Network Address Transl
2121

2222
NAT Gateway dynamically allocates SNAT ports to automatically scale outbound connectivity and minimize the risk of SNAT port exhaustion.
2323

24-
> [!IMPORTANT]
25-
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
26-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
27-
28-
:::image type="content" source="./media/nat-overview/flow-map.png" alt-text="Figure shows a NAT receiving traffic from internal subnets and directing it to a public IP address." lightbox="./media/nat-overview/flow-map.png":::
29-
30-
*Figure: Azure NAT Gateway*
3124

3225
Azure NAT Gateway is available in two SKUs:
3326
* **Standard** SKU NAT Gateway is zonal (deployed to a single availability zone) and provides scalable outbound connectivity for subnets in a single virtual network.

articles/nat-gateway/nat-sku.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ ms.customs: references_regions
1212
# Azure NAT Gateway SKUs
1313
Azure Network Address Translation (NAT) Gateway has two stock-keeping units (SKUs). This article provides an overview of these different SKUs and their differences.
1414

15-
> [!IMPORTANT]
16-
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
17-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
18-
1915
## SKU comparison
2016
Azure Network Address Translation (NAT) Gateway has two stock-keeping units (SKUs) - Standard and StandardV2. To compare and understand the differences between Standard and StandardV2 SKU, see the following table.
2117

articles/nat-gateway/quickstart-create-nat-gateway-v2-templates.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ ms.custom: subject-armqs, mode-arm, devx-track-arm-template
1313

1414
Get started with NAT Gateway V2 by using an Azure Resource Manager template (ARM template) or Bicep template. The templates deploy a NAT gateway, virtual network, subnet, and Ubuntu virtual machine for testing NAT gateway functionality. The NAT gateway is assigned to a subnet of the virtual network.
1515

16-
> [!IMPORTANT]
17-
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
18-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
19-
2016
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
2117

2218
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template opens in the Azure portal.

articles/nat-gateway/quickstart-create-nat-gateway-v2.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ ms.custom: template-quickstart, FY23 content-maintenance, linux-related-content
1515

1616
In this quickstart, learn how to create a Standard V2 Azure NAT Gateway by using the Azure portal, and PowerShell. The NAT Gateway service provides scalable outbound connectivity for virtual machines in Azure.
1717

18-
> [!IMPORTANT]
19-
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
20-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
21-
2218
> [!NOTE]
23-
> Terraform is currently unavailable. Use the Azure preview portal, CLI, or Azure PowerShell to create a Standard V2 NAT Gateway.
19+
> Terraform is currently unavailable. Use the Azure portal, CLI, or Azure PowerShell to create a Standard V2 NAT Gateway.
2420
2521
## Prerequisites
2622

0 commit comments

Comments
 (0)