Skip to content

Commit 35fc877

Browse files
committed
tweak
1 parent ca9bb22 commit 35fc877

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/virtual-network/virtual-network-network-interface-vm.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Before you create the VM, [create a network interface](virtual-network-network-i
4343

4444
|Tool|Command|
4545
|---|---|
46-
|CLI|[az vm create](/cli/azure/vm#az-vm-create). [Example](../virtual-machines/linux/multiple-nics.md#create-a-vm-and-attach-the-nics)|
47-
|PowerShell|[New-AzNetworkInterface](/powershell/module/az.network/new-aznetworkinterface) and [New-AzVM](/powershell/module/az.compute/new-azvm). [Example](../virtual-machines/windows/multiple-nics.md#create-a-vm-with-multiple-nics)|
46+
|CLI|[az vm create](/cli/azure/vm#az-vm-create). See [example](../virtual-machines/linux/multiple-nics.md#create-a-vm-and-attach-the-nics)|
47+
|PowerShell|[New-AzNetworkInterface](/powershell/module/az.network/new-aznetworkinterface) and [New-AzVM](/powershell/module/az.compute/new-azvm). See [example](../virtual-machines/windows/multiple-nics.md#create-a-vm-with-multiple-nics)|
4848

4949
## Add a network interface to an existing VM
5050

@@ -75,8 +75,8 @@ Now you can configure the VM operating system to use multiple network interfaces
7575

7676
|Tool|Command|
7777
|---|---|
78-
|CLI|[az vm nic add](/cli/azure/vm/nic#az-vm-nic-add). [Example](../virtual-machines/linux/multiple-nics.md#add-a-nic-to-a-vm)|
79-
|PowerShell|[Add-AzVMNetworkInterface](/powershell/module/az.compute/add-azvmnetworkinterface). [Example](../virtual-machines/windows/multiple-nics.md#add-a-nic-to-an-existing-vm)|
78+
|CLI|[az vm nic add](/cli/azure/vm/nic#az-vm-nic-add). See [example](../virtual-machines/linux/multiple-nics.md#add-a-nic-to-a-vm)|
79+
|PowerShell|[Add-AzVMNetworkInterface](/powershell/module/az.compute/add-azvmnetworkinterface). See [example](../virtual-machines/windows/multiple-nics.md#add-a-nic-to-an-existing-vm)|
8080

8181
## View network interfaces for a VM
8282

@@ -123,8 +123,8 @@ To learn about network interface settings and how to change them, see [Manage ne
123123

124124
|Tool|Command|
125125
|---|---|
126-
|CLI|[az vm nic remove](/cli/azure/vm/nic#az-vm-nic-remove). [Example](../virtual-machines/linux/multiple-nics.md#remove-a-nic-from-a-vm)|
127-
|PowerShell|[Remove-AzVMNetworkInterface](/powershell/module/az.compute/remove-azvmnetworkinterface). [Example](../virtual-machines/windows/multiple-nics.md#remove-a-nic-from-an-existing-vm)|
126+
|CLI|[az vm nic remove](/cli/azure/vm/nic#az-vm-nic-remove). See [example](../virtual-machines/linux/multiple-nics.md#remove-a-nic-from-a-vm)|
127+
|PowerShell|[Remove-AzVMNetworkInterface](/powershell/module/az.compute/remove-azvmnetworkinterface). See [example](../virtual-machines/windows/multiple-nics.md#remove-a-nic-from-an-existing-vm)|
128128

129129
## Constraints
130130

0 commit comments

Comments
 (0)