Skip to content

Commit e8d6b71

Browse files
authored
Merge pull request #92931 from KumudD/patch-34
Update virtual-network-ipv4-ipv6-dual-stack-cli.md
2 parents 9c3858d + adc656a commit e8d6b71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ az provider register --namespace Microsoft.Network
5050
```
5151
## Create a resource group
5252

53-
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 *myRGDualStack* in the *eastus* location:
53+
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:
5454

5555
```azurecli
5656
az group create \
@@ -59,7 +59,7 @@ az group create \
5959
```
6060

6161
## Create IPv4 and IPv6 public IP addresses for load balancer
62-
To access your IPv4 and IPv6 endpoints on the Internet, you need IPv4 and IPv6 public IP addresses for the load balancer. Create a public IP address with [az network public-ip create](/cli/azure/network/public-ip). The following example creates IPv4 and IPv6 public IP address named *dsPublicIP_v4* and *dsPublicIP_v6* in the *myRGDualStack* resource group:
62+
To access your IPv4 and IPv6 endpoints on the Internet, you need IPv4 and IPv6 public IP addresses for the load balancer. Create a public IP address with [az network public-ip create](/cli/azure/network/public-ip). The following example creates IPv4 and IPv6 public IP address named *dsPublicIP_v4* and *dsPublicIP_v6* in the *DsResourceGroup01* resource group:
6363

6464
```azurecli
6565
# Create an IPV4 IP address
@@ -379,7 +379,7 @@ You can view the IPv6 dual stack virtual network in Azure portal as follows:
379379
When no longer needed, you can use the [az group delete](/cli/azure/group#az-group-delete) command to remove the resource group, VM, and all related resources.
380380

381381
```azurecli
382-
az group delete --name DsRG1
382+
az group delete --name DsResourceGroup01
383383
```
384384

385385
## Next steps

0 commit comments

Comments
 (0)