Skip to content

Commit d99c1f5

Browse files
committed
fixes
1 parent 8c50438 commit d99c1f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/virtual-network/tutorial-create-route-table-portal.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,6 @@ Network virtual appliances (NVAs) are virtual machines that help with network fu
325325

326326
### [PowerShell](#tab/powershell)
327327

328-
### Create a virtual machine
329-
330328
Create the VM with [New-AzVM](/powershell/module/az.compute/new-azvm). The following example creates a VM named *vm-nva*.
331329

332330
```azurepowershell-interactive
@@ -352,7 +350,7 @@ New-AzVM @vmParams
352350

353351
### [CLI](#tab/cli)
354352

355-
Create a VM to be used as the NVA in the *subnet-dmz* subnet with [az vm create](/cli/azure/vm). When you create a VM, Azure creates and assigns a network interface *vm-nvaVMNic* and a subnet-public IP address to the VM, by default. The `--public-ip-address ""` parameter instructs Azure not to create and assign a subnet-public IP address to the VM, since the VM doesn't need to be connected to from the internet.
353+
Create a VM to be used as the NVA in the *subnet-dmz* subnet with [az vm create](/cli/azure/vm).
356354

357355
```azurecli-interactive
358356
az vm create \

0 commit comments

Comments
 (0)