Skip to content

Commit 218f99e

Browse files
Merge pull request #208464 from mbender-ms/patch-11
AVNM - Freshness - Removed typos for Route Server
2 parents f212c92 + 9e85fc9 commit 218f99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To begin your configuration, sign in to your Azure account. If you use the Cloud
3535
az login
3636
```
3737

38-
Select the subscription for which you want to create an ExpressRoute circuit.
38+
Select the subscription where network manager will be deployed.
3939

4040
```azurecli-interactive
4141
az account set \
@@ -44,7 +44,7 @@ az account set \
4444

4545
## Create a resource group
4646

47-
Before you can create an Azure Route Server, you have to create a resource group to host the Route Server. Create a resource group with [az group create](/cli/azure/group#az-group-create). This example creates a resource group named **myAVNMResourceGroup** in the **westus** location:
47+
Before you can deploy Azure Virtual Network Manager, you have to create a resource group to host the . Create a rnetwork manager esource group with [az group create](/cli/azure/group#az-group-create). This example creates a resource group named **myAVNMResourceGroup** in the **westus** location:
4848

4949
```azurecli-interactive
5050
az group create \

0 commit comments

Comments
 (0)