You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/virtual-network-network-interface-vm.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ Before you create the VM, [create a network interface](virtual-network-network-i
43
43
44
44
|Tool|Command|
45
45
|---|---|
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)|
48
48
49
49
## Add a network interface to an existing VM
50
50
@@ -75,8 +75,8 @@ Now you can configure the VM operating system to use multiple network interfaces
75
75
76
76
|Tool|Command|
77
77
|---|---|
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)|
|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)|
80
80
81
81
## View network interfaces for a VM
82
82
@@ -123,8 +123,8 @@ To learn about network interface settings and how to change them, see [Manage ne
123
123
124
124
|Tool|Command|
125
125
|---|---|
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)|
|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)|
0 commit comments