Skip to content

Commit 20e6edf

Browse files
committed
update
1 parent 3a33c24 commit 20e6edf

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

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

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -11,46 +11,21 @@ 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: 04/01/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

2725
If you decide to install and use Azure CLI locally instead, this quickstart requires you to use Azure CLI version 2.0.28 or later. To find your installed version, run `az --version`. See [Install Azure CLI](/cli/azure/install-azure-cli) for install or upgrade info.
2826

2927
## Prerequisites
3028

31-
### Register the service
32-
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-
40-
It takes up to 30 minutes for feature registration to complete. You can check your registration status by running the following Azure CLI command:
41-
42-
```azurecli
43-
az feature show --name AllowIPv6VirtualNetwork --namespace Microsoft.Network
44-
az feature show --name AllowIPv6CAOnStandardLB --namespace Microsoft.Network
45-
```
46-
47-
After the registration is complete, run the following command:
48-
49-
```azurecli
50-
az provider register --namespace Microsoft.Network
51-
```
52-
53-
### Create a Standard Load Balancer
5429
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).
5530

5631
## Create IPv6 addresses
@@ -168,8 +143,6 @@ You can view the IPv6 dual stack virtual network in Azure portal as follows:
168143

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

171-
> [!NOTE]
172-
> The IPv6 for Azure virtual network is available in the Azure portal in read-only for this preview release.
173146

174147
## Clean up resources
175148

articles/virtual-network/virtual-network-ipv4-ipv6-dual-stack-cli.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,13 @@ This article shows you how to deploy a dual stack (IPv4 + IPv6) application with
2121

2222
To deploy a dual stack (IPV4 + IPv6) application using Standard Load Balancer, see [Deploy an IPv6 dual stack application with Standard Load Balancer using Azure CLI](virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-cli.md).
2323

24-
<<<<<<< HEAD
25-
26-
=======
27-
>>>>>>> 65a0ababa1a16cf76af39f63094bcd9011d714d7
2824

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

3127
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3228

3329
If you decide to install and use Azure CLI locally instead, this quickstart requires you to use Azure CLI version 2.0.49 or later. To find your installed version, run `az --version`. See [Install Azure CLI](/cli/azure/install-azure-cli) for install or upgrade info.
3430

35-
<<<<<<< HEAD
36-
37-
=======
38-
>>>>>>> 65a0ababa1a16cf76af39f63094bcd9011d714d7
3931
## Create a resource group
4032

4133
Before you can create your dual-stack virtual network, you must create a resource group with [az group create](/cli/azure/group). The following example creates a resource group named *DsResourceGroup01* in the *eastus* location:
@@ -368,10 +360,6 @@ You can view the IPv6 dual stack virtual network in Azure portal as follows:
368360

369361
![IPv6 dual stack virtual network in Azure](./media/virtual-network-ipv4-ipv6-dual-stack-powershell/dual-stack-vnet.png)
370362

371-
<<<<<<< HEAD
372-
=======
373-
374-
>>>>>>> 65a0ababa1a16cf76af39f63094bcd9011d714d7
375363

376364

377365
## Clean up resources

0 commit comments

Comments
 (0)