Skip to content

Commit 3f55b3b

Browse files
committed
nic
1 parent fd88ad7 commit 3f55b3b

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

articles/virtual-network/virtual-network-manage-subnet.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,20 @@ You can run the commands either in the [Azure Cloud Shell](/azure/cloud-shell/ov
2929

3030
- Azure Cloud Shell is a free interactive shell that has common Azure tools preinstalled and configured to use with your account. To run the commands in the Cloud Shell, select **Open Cloudshell** at the upper-right corner of the code block. Select **Copy** to copy the code, and paste it into Cloud Shell to run it. You can also run the Cloud Shell from within the Azure portal.
3131

32-
- If you [install Azure CLI locally](/cli/azure/install-azure-cli) to run the commands, you need Azure CLI version 2.0.31 or later. Run [az version](/cli/azure/reference-index?#az-version) to find your installed version, and run [az upgrade](/cli/azure/reference-index?#az-upgrade) to upgrade. Then run `az login` to connect to Azure.
32+
- If you [install Azure CLI locally](/cli/azure/install-azure-cli) to run the commands, you need Azure CLI version 2.31.0 or later. Run [az version](/cli/azure/reference-index?#az-version) to find your installed version, and run [az upgrade](/cli/azure/reference-index?#az-upgrade) to upgrade. Then run `az login` to connect to Azure.
3333

3434
# [PowerShell](#tab/azure-powershell)
3535

3636
You can run the commands either in the [Azure Cloud Shell](/azure/cloud-shell/overview) or from PowerShell on your computer.
3737

3838
- Azure Cloud Shell is a free interactive shell that has common Azure tools preinstalled and configured to use with your account. To run the commands in the Cloud Shell, select **Open Cloudshell** at the upper-right corner of a code block. Select **Copy** to copy the code, and paste it into Cloud Shell to run it. You can also run the Cloud Shell from within the Azure portal.
3939

40-
- If you [install Azure PowerShell locally](/powershell/azure/install-Az-ps) to run the commands, you need Azure PowerShell module version 1.0.0 or later. Run `Get-Module -ListAvailable Az` to find your installed version. If you need to upgrade, see [Update the Azure PowerShell module](/powershell/azure/install-Az-ps#update-the-azure-powershell-module). Then run `Connect-AzAccount` to connect to Azure.
40+
- If you [install Azure PowerShell locally](/powershell/azure/install-Az-ps) to run the commands, you need Azure PowerShell module version 5.4.1 or later. Run `Get-Module -ListAvailable Az` to find your installed version. If you need to upgrade, see [Update the Azure PowerShell module](/powershell/azure/install-Az-ps#update-the-azure-powershell-module).
41+
42+
Also make sure your `Az.Network` module is 4.3.0 or later. To verify the installed module, use `Get-InstalledModule -Name Az.Network`. To update, use the command `Update-Module -Name Az.Network`.
43+
44+
Run `Connect-AzAccount` to connect to Azure.
45+
4146

4247
---
4348

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create, change, or delete an Azure network interface
33
titlesuffix: Azure Virtual Network
4-
description: Learn what a network interface is and how to create, change settings for, and delete one.
4+
description: Learn how to create, delete, and view and change settings for network interfaces by using the Azure portal, Azure PowerShell, or Azure CLI.
55
author: asudbring
66
ms.service: virtual-network
77
ms.custom: devx-track-azurecli, devx-track-azurepowershell
@@ -12,12 +12,10 @@ ms.author: allensu
1212

1313
# Create, change, or delete a network interface
1414

15-
A network interface enables an Azure virtual machine (VM) to communicate with internet, Azure, and on-premises resources. This article explains how to create, change settings for, and delete a network interface.
15+
A network interface enables an Azure virtual machine (VM) to communicate with internet, Azure, and on-premises resources. This article explains how to create, view and change settings for, and delete a network interface.
1616

1717
A VM you create in the Azure portal has one network interface with default settings. You can create network interfaces with custom settings instead, and add one or more network interfaces to a VM when or after you create it. You can also change network interface settings for an existing network interface.
1818

19-
To add, change, or remove IP addresses for a network interface, see [Manage IP addresses](./ip-services/virtual-network-network-interface-addresses.md). To add or remove network interfaces for VMs, see [Add or remove network interfaces](virtual-network-network-interface-vm.md).
20-
2119
## Prerequisites
2220

2321
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -686,8 +684,12 @@ The next hop feature of Azure Network Watcher can also help you determine if rou
686684

687685
## Next steps
688686

689-
- Create a VM with multiple NICs by using [Azure CLI](/azure/virtual-machines/linux/multiple-nics?toc=%2fazure%2fvirtual-network%2ftoc.json) or [PowerShell](/azure/virtual-machines/windows/multiple-nics?toc=%2fazure%2fvirtual-network%2ftoc.json).
687+
- To add, change, or remove IP addresses for a network interface, see [Manage IP addresses](./ip-services/virtual-network-network-interface-addresses.md).
688+
689+
- To add or remove network interfaces for VMs, see [Add or remove network interfaces](virtual-network-network-interface-vm.md).
690+
691+
- To create a VM with multiple NICs, see [How to create a Linux virtual machine in Azure with multiple network interface cards](/azure/virtual-machines/linux/multiple-nics?toc=%2fazure%2fvirtual-network%2ftoc.json) or [Create and manage a Windows virtual machine that has multiple NICs](/azure/virtual-machines/windows/multiple-nics?toc=%2fazure%2fvirtual-network%2ftoc.json).
690692

691-
- Create a single NIC VM with multiple IPv4 addresses by using [Azure CLI](./ip-services/virtual-network-multiple-ip-addresses-cli.md) or [PowerShell](./ip-services/virtual-network-multiple-ip-addresses-powershell.md).
693+
- To create a single NIC VM with multiple IPv4 addresses, see [Assign multiple IP addresses to virtual machines by using the Azure CLI](./ip-services/virtual-network-multiple-ip-addresses-cli.md) or [Assign multiple IP addresses to virtual machines by using Azure PowerShell](./ip-services/virtual-network-multiple-ip-addresses-powershell.md).
692694

693-
- Create a single NIC VM with a private IPv6 address behind Azure Load Balancer by using [Azure CLI](/azure/load-balancer/load-balancer-ipv6-internet-cli?toc=%2fazure%2fvirtual-network%2ftoc.json), [PowerShell](/azure/load-balancer/load-balancer-ipv6-internet-ps?toc=%2fazure%2fvirtual-network%2ftoc.json), or an [Azure Resource Manager template](/azure/load-balancer/load-balancer-ipv6-internet-template?toc=%2fazure%2fvirtual-network%2ftoc.json).
695+
- To create a single NIC VM with a private IPv6 address behind Azure Load Balancer, see [Create a public load balancer with IPv6 using Azure CLI](/azure/load-balancer/load-balancer-ipv6-internet-cli?toc=%2fazure%2fvirtual-network%2ftoc.json), [Create an internet facing load balancer with IPv6 using PowerShell](/azure/load-balancer/load-balancer-ipv6-internet-ps?toc=%2fazure%2fvirtual-network%2ftoc.json), or [Deploy an Internet-facing load-balancer solution with IPv6 by using a template](/azure/load-balancer/load-balancer-ipv6-internet-template?toc=%2fazure%2fvirtual-network%2ftoc.json).

0 commit comments

Comments
 (0)