Skip to content

Commit 631ebda

Browse files
authored
Merge pull request #92933 from KumudD/patch-36
Fixed typo
2 parents cc32786 + 79243c0 commit 631ebda

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-standard-load-balancer-cli.md

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

51-
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:
51+
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:
5252

5353
```azurecli
5454
az group create \
@@ -57,7 +57,7 @@ az group create \
5757
```
5858

5959
## Create IPv4 and IPv6 public IP addresses for load balancer
60-
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:
60+
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:
6161

6262
```azurecli
6363
# Create an IPV4 IP address
@@ -377,7 +377,7 @@ You can view the IPv6 dual stack virtual network in Azure portal as follows:
377377
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.
378378

379379
```azurecli
380-
az group delete --name DsRG1
380+
az group delete --name DsResourceGroup01
381381
```
382382

383383
## Next steps

0 commit comments

Comments
 (0)