Skip to content

Commit 7ccaae4

Browse files
committed
update
1 parent 0725b4f commit 7ccaae4

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

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

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,6 @@ If you decide to install and use Azure CLI locally instead, this quickstart requ
2626

2727
## Prerequisites
2828

29-
### Register the service
30-
31-
<<<<<<< HEAD
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
54-
>>>>>>> 6352aac246ed4de6b245b4392aed3dd84096cb74
5529
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).
5630

5731
## Create IPv6 addresses

0 commit comments

Comments
 (0)