Skip to content

Commit 3e65916

Browse files
committed
updates
1 parent eaaba17 commit 3e65916

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,13 @@ Select the subscription where network manager will be deployed.
3939

4040
```azurecli
4141
az account set \
42-
--subscription "<subscription ID>"
42+
--subscription "<subscription_id>"
43+
```
44+
Update the Azure Virtual Network Manager extension for Azure CLI.
45+
46+
```azurecli
47+
az extension update --name virtual-network-manager
4348
```
44-
4549
## Create a resource group
4650

4751
Before you can deploy Azure Virtual Network Manager, you have to create a resource group to host a network manager with [az group create](/cli/azure/group#az-group-create). This example creates a resource group named **myAVNMResourceGroup** in the **westus** location:

0 commit comments

Comments
 (0)