Skip to content

Commit 204dd28

Browse files
committed
removed preview text
1 parent 17dafd2 commit 204dd28

File tree

2 files changed

+7
-53
lines changed

2 files changed

+7
-53
lines changed

articles/virtual-network/ipv6-add-to-existing-vnet-cli.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@ ms.devlang: na
1111
ms.topic: article
1212
ms.tgt_pltfrm: na
1313
ms.workload: infrastructure-services
14-
ms.date: 10/23/2019
14+
ms.date: 03/13/2020
1515
ms.author: kumud
1616
---
1717

18-
# Add IPv6 to an IPv4 application in Azure virtual network - Azure CLI (Preview)
18+
# Add IPv6 to an IPv4 application in Azure virtual network - Azure CLI
1919

2020
This article shows you how to add IPv6 addresses to an application that is using IPv4 public IP address in an Azure virtual network for a Standard Load Balancer using Azure CLI. The in-place upgrade includes a virtual network and subnet, a Standard Load Balancer with IPv4 + IPV6 frontend configurations, VMs with NICs that have a IPv4 + IPv6 configurations, network security group, and public IPs.
2121

22-
> [!Important]
23-
> IPv6 support for Azure Virtual Network is currently in public preview. This preview is provided without a service level agreement and is not 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.
2422

2523
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2624

@@ -30,25 +28,6 @@ If you decide to install and use Azure CLI locally instead, this quickstart requ
3028

3129
### Register the service
3230

33-
Before you deploy a dual stack application in Azure, you must configure your subscription for this preview feature using the following Azure CLI:
34-
35-
```azurecli
36-
az feature register --name AllowIPv6VirtualNetwork --namespace Microsoft.Network
37-
az feature register --name AllowIPv6CAOnStandardLB --namespace Microsoft.Network
38-
```
39-
It takes up to 30 minutes for feature registration to complete. You can check your registration status by running the following Azure CLI command:
40-
41-
```azurelci
42-
az feature show --name AllowIPv6VirtualNetwork --namespace Microsoft.Network
43-
az feature show --name AllowIPv6CAOnStandardLB --namespace Microsoft.Network
44-
```
45-
After the registration is complete, run the following command:
46-
47-
```azurelci
48-
az provider register --namespace Microsoft.Network
49-
```
50-
51-
### Create a Standard Load Balancer
5231
This article assumes that you deployed a Standard Load Balancer as described in [Quickstart: Create a Standard Load Balancer - Azure CLI](../load-balancer/quickstart-load-balancer-standard-public-cli.md).
5332

5433
## Create IPv6 addresses
@@ -166,8 +145,7 @@ You can view the IPv6 dual stack virtual network in Azure portal as follows:
166145

167146
![IPv6 dual stack virtual network in Azure](./media/ipv6-add-to-existing-vnet-powershell/ipv6-dual-stack-vnet.png)
168147

169-
> [!NOTE]
170-
> The IPv6 for Azure virtual network is available in the Azure portal in read-only for this preview release.
148+
171149

172150
## Clean up resources
173151

articles/virtual-network/ipv6-add-to-existing-vnet-powershell.md

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,49 +11,26 @@ ms.devlang: na
1111
ms.topic: article
1212
ms.tgt_pltfrm: na
1313
ms.workload: infrastructure-services
14-
ms.date: 10/21/2019
14+
ms.date: 03/13/2020
1515
ms.author: kumud
1616
---
1717

18-
# Upgrade an IPv4 application to IPv6 in Azure virtual network - PowerShell (Preview)
18+
# Upgrade an IPv4 application to IPv6 in Azure virtual network - PowerShell
1919

2020
This article shows you how to add IPv6 connectivity to an existing IPv4 application in an Azure virtual network with a Standard Load Balancer and Public IP. The in-place upgrade includes:
2121
- IPv6 address space for the virtual network and subnet
2222
- a Standard Load Balancer with both IPv4 and IPV6 frontend configurations
2323
- VMs with NICs that have both an IPv4 + IPv6 configuration
2424
- IPv6 Public IP so the load balancer has Internet-facing IPv6 connectivity
2525

26-
> [!Important]
27-
> IPv6 support for Azure Virtual Network is currently in public preview. This preview is provided without a service level agreement and is not 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+
2827

2928
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3029

3130
If you choose to install and use PowerShell locally, this article requires the Azure PowerShell module version 6.9.0 or later. Run `Get-Module -ListAvailable Az` to find the installed version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-Az-ps). If you are running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
3231

3332
## Prerequisites
3433

35-
### Register the service
36-
37-
Before you deploy a dual stack application in Azure, you must configure your subscription for this preview feature using the following Azure PowerShell:
38-
39-
Register as follows:
40-
```azurepowershell
41-
Register-AzProviderFeature -FeatureName AllowIPv6VirtualNetwork -ProviderNamespace Microsoft.Network
42-
Register-AzProviderFeature -FeatureName AllowIPv6CAOnStandardLB -ProviderNamespace Microsoft.Network
43-
```
44-
It takes up to 30 minutes for feature registration to complete. You can check your registration status by running the following Azure PowerShell command:
45-
Check on the registration as follows:
46-
```azurepowershell
47-
Get-AzProviderFeature -FeatureName AllowIPv6VirtualNetwork -ProviderNamespace Microsoft.Network
48-
Get-AzProviderFeature -FeatureName AllowIPv6CAOnStandardLB -ProviderNamespace Microsoft.Network
49-
```
50-
After the registration is complete, run the following command:
51-
52-
```azurepowershell
53-
Register-AzResourceProvider -ProviderNamespace Microsoft.Network
54-
```
55-
56-
### Create a Standard Load Balancer
5734
This article assumes that you deployed a Standard Load Balancer as described in [Quickstart: Create a Standard Load Balancer - Azure PowerShell](../load-balancer/quickstart-create-standard-load-balancer-powershell.md).
5835

5936
## Retrieve the resource group
@@ -172,8 +149,7 @@ You can view the IPv6 dual stack virtual network in Azure portal as follows:
172149

173150
![IPv6 dual stack virtual network in Azure](./media/ipv6-add-to-existing-vnet-powershell/ipv6-dual-stack-vnet.png)
174151

175-
> [!NOTE]
176-
> The IPv6 for Azure virtual network is available in the Azure portal in read-only for this preview release.
152+
177153

178154
## Clean up resources
179155

0 commit comments

Comments
 (0)