Skip to content

Commit b2d9f53

Browse files
committed
updated
1 parent 78535f5 commit b2d9f53

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

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

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,44 +11,24 @@ ms.devlang: na
1111
ms.topic: article
1212
ms.tgt_pltfrm: na
1313
ms.workload: infrastructure-services
14-
ms.date: 12/17/2019
14+
ms.date: 04/01/2020
1515
ms.author: kumud
1616
---
1717

18-
# Deploy an IPv6 dual stack application using Basic Load Balancer - CLI (Preview)
18+
# Deploy an IPv6 dual stack application using Basic Load Balancer - CLI
1919

2020
This article shows you how to deploy a dual stack (IPv4 + IPv6) application with Basic Load Balancer using Azure CLI that includes a dual stack virtual network with a dual stack subnet, a Basic Load Balancer with dual (IPv4 + IPv6) front-end configurations, VMs with NICs that have a dual IP configuration, dual network security group rules, and dual public IPs.
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-
> [!Important]
25-
> IPv6 dual stack 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.
24+
2625

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

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

3130
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.
3231

33-
## Prerequisites
34-
To use the IPv6 for Azure virtual network feature, you must configure your subscription using Azure CLI as follows:
35-
36-
```azurecli
37-
az feature register --name AllowIPv6VirtualNetwork --namespace Microsoft.Network
38-
az feature register --name AllowIPv6CAOnStandardLB --namespace Microsoft.Network
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-
```
5232

5333
## Create a resource group
5434

@@ -382,8 +362,6 @@ You can view the IPv6 dual stack virtual network in Azure portal as follows:
382362

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

385-
> [!NOTE]
386-
> The IPv6 for Azure virtual network is available in the Azure portal in read-only for this preview release.
387365

388366

389367
## Clean up resources

0 commit comments

Comments
 (0)