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-manage-subnet.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,20 @@ You can run the commands either in the [Azure Cloud Shell](/azure/cloud-shell/ov
29
29
30
30
- 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.
31
31
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.
33
33
34
34
# [PowerShell](#tab/azure-powershell)
35
35
36
36
You can run the commands either in the [Azure Cloud Shell](/azure/cloud-shell/overview) or from PowerShell on your computer.
37
37
38
38
- 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.
39
39
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`.
Copy file name to clipboardExpand all lines: articles/virtual-network/virtual-network-network-interface.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Create, change, or delete an Azure network interface
3
3
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.
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.
16
16
17
17
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.
18
18
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
-
21
19
## Prerequisites
22
20
23
21
- 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
686
684
687
685
## Next steps
688
686
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).
690
692
691
-
-Create a single NIC VM with multiple IPv4 addressesby 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).
692
694
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