Skip to content

Commit d736c66

Browse files
committed
docs: Replace hardcoded values with placeholders in CLI virtual machines include prose
1 parent b6c3082 commit d736c66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/networking/includes/azure-virtual-network/create-virtual-machines-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: include file
1414

1515
### Create the first virtual machine
1616

17-
Create a virtual machine with [az vm create](/cli/azure/vm#az-vm-create). The following example creates a virtual machine named **vm-1** in the **vnet-1** virtual network. If SSH keys don't already exist in a default key location, the command creates them. The `--no-wait` option creates the virtual machine in the background, so you can continue to the next step.
17+
Create a virtual machine with [az vm create](/cli/azure/vm#az-vm-create). The following example creates a virtual machine named **\<virtual-machine-1\>** in the **\<virtual-network\>** virtual network. If SSH keys don't already exist in a default key location, the command creates them. The `--no-wait` option creates the virtual machine in the background, so you can continue to the next step.
1818

1919
```azurecli-interactive
2020
# Variable declarations
@@ -37,7 +37,7 @@ az vm create \
3737

3838
### Create the second virtual machine
3939

40-
Create a virtual machine named **vm-2** in the **vnet-1** virtual network.
40+
Create a virtual machine named **\<virtual-machine-2\>** in the **\<virtual-network\>** virtual network.
4141

4242
```azurecli-interactive
4343
# Variable declarations

0 commit comments

Comments
 (0)