Skip to content

Commit e02e85b

Browse files
authored
typos
1 parent fa0af9a commit e02e85b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network-manager/create-virtual-network-manager-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ az network manager create \
6464
--scope-accesses "Connectivity" "SecurityAdmin" \
6565
--network-manager-scopes subscriptions="/subscriptions/<subscription_id>"
6666
```
67-
## Create a Network Group
67+
## Create a network group
6868

6969
Virtual Network Manager applies configurations to groups of VNets by placing them in **Network Groups.** Create a network group with [az network manager group create](/cli/azure/network/manager/group#az-network-manager-group-create).
7070

@@ -75,9 +75,9 @@ az network manager group create \
7575
--resource-group "myAVNMResourceGroup" \
7676
--description "Network Group for Production virtual networks"
7777
```
78-
## Create three virtual networks
78+
## Create virtual networks
7979

80-
Create three virtual networks with [az network vnet create](/cli/azure/network/vnet#az-network-vnet-create). This example creates virtual networks named **VNetA**, **VNetB**,**VNetC** and **VNetD** in the **West US** location. Each virtual network will have a tag of **networkType** used for dynamic membership. If you already have virtual networks you want create a mesh network with, you can skip to the next section.
80+
Create five virtual networks with [az network vnet create](/cli/azure/network/vnet#az-network-vnet-create). This example creates virtual networks named **VNetA**, **VNetB**,**VNetC** and **VNetD** in the **West US** location. Each virtual network will have a tag of **networkType** used for dynamic membership. If you already have virtual networks you want create a mesh network with, you can skip to the next section.
8181

8282
```azurecli
8383
az network vnet create \

0 commit comments

Comments
 (0)