Skip to content

Commit d4e6f53

Browse files
committed
Updates
1 parent 5de26ac commit d4e6f53

File tree

2 files changed

+24
-29
lines changed

2 files changed

+24
-29
lines changed
-77.8 KB
Loading

articles/virtual-network/ip-services/virtual-network-multiple-ip-addresses-portal.md

Lines changed: 24 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Assign multiple IP addresses to VMs - Azure portal
2+
title: Assign multiple IP addresses to virtual machines - Azure portal
33
description: Learn how to assign multiple IP addresses to a virtual machine using the Azure portal.
44
services: virtual-network
5-
ms.date: 03/22/2024
5+
ms.date: 02/06/2024
66
ms.author: mbender
77
author: mbender-ms
88
ms.service: azure-virtual-network
@@ -16,11 +16,9 @@ An Azure Virtual Machine (VM) has one or more network interfaces (NIC) attached
1616

1717
Assigning multiple IP addresses to a VM enables the following capabilities:
1818

19-
* Hosting multiple websites or services with different IP addresses and TLS/SSL certificates on a single server.
20-
21-
* Serve as a network virtual appliance, such as a firewall or load balancer.
22-
23-
* The ability to add any (primary or secondary) private IP addresses of the NICs to an Azure Load Balancer backend pool. For more information about load balancing multiple IP configurations, see [Load balancing multiple IP configurations](../../load-balancer/load-balancer-multiple-ip.md?toc=%2fazure%2fvirtual-network%2ftoc.json) and [Outbound rules](../../load-balancer/outbound-rules.md#limitations).
19+
- Hosting multiple websites or services with different IP addresses and TLS/SSL certificates on a single server.
20+
- Serve as a network virtual appliance, such as a firewall or load balancer.
21+
- The ability to add any (primary or secondary) private IP addresses of the NICs to an Azure Load Balancer backend pool. For more information about load balancing multiple IP configurations, see [Load balancing multiple IP configurations](../../load-balancer/load-balancer-multiple-ip.md?toc=%2fazure%2fvirtual-network%2ftoc.json) and [Outbound rules](../../load-balancer/outbound-rules.md#limitations).
2422

2523
Every NIC attached to a VM has one or more IP configurations associated to it. Each configuration is assigned one static or dynamic private IP address. Each configuration may also have one public IP address resource associated to it. To learn more about IP addresses in Azure, see [IP addresses in Azure](../../virtual-network/ip-services/public-ip-addresses.md).
2624

@@ -39,7 +37,6 @@ This article explains how to add multiple IP addresses to a virtual machine usin
3937
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
4038

4139
- An existing Azure virtual machine. For more information about creating a virtual machine, see [Create a Windows VM](/azure/virtual-machines/windows/quick-create-portal) or [Create a Linux VM](/azure/virtual-machines/linux/quick-create-portal).
42-
4340
- The example used in this article is named **myVM**. Replace this value with your virtual machine name.
4441

4542
> [!NOTE]
@@ -59,26 +56,24 @@ You can add a private and public IP address to an Azure network interface by com
5956

6057
3. In **Virtual machines**, select **myVM** or the name of your virtual machine.
6158

62-
4. Select **Networking** in **Settings**.
59+
4. Select **Network settings** under **Networking**.
6360

64-
5. Select the name of the network interface of the virtual machine. In this example, it's named **myvm889_z1**.
61+
5. In **Network settings**, Select the name of the network interface and IP configuration of the virtual machine in the **Network interface / IP configuration** dropdown menu. The existing IP configuration is displayed. In this example, it's named **myvm138_z1 (primary) / ipconfig1 (primary)**.
6562

66-
:::image type="content" source="./media/virtual-network-multiple-ip-addresses-portal/select-nic.png" alt-text="Screenshot of myVM networking and network interface selection.":::
63+
:::image type="content" source="./media/virtual-network-multiple-ip-addresses-portal/select-nic.png" alt-text="Screenshot of myVM networking and network interface selection.":::
6764

68-
6. In the network interface, select **IP configurations** in **Settings**.
69-
70-
7. The existing IP configuration is displayed. This configuration is created when the virtual machine is created. To add a private and public IP address to the virtual machine, select **+ Add**.
65+
6. In **IP Configurations** To add a private and public IP address to the virtual machine, select **+ Add**.
7166

7267
8. In **Add IP configuration**, enter or select the following information.
7368

74-
| Setting | Value |
75-
| ------- | ----- |
76-
| Name | Enter **ipconfig2**. |
77-
| **Private IP address settings** | |
78-
| Allocation | Select **Static**. |
79-
| IP address | Enter an unused address in the network for your virtual machine. </br> For the 10.1.0.0/24 subnet in the example, an IP would be **10.1.0.5**. |
80-
| **Public IP address** | Select **Associate** |
81-
| Public IP address | Select **Create new**. </br> Enter **myPublicIP-2** in **Name**. </br> Select **Standard** in **SKU**. </br> Select **OK**. |
69+
| Setting | Value |
70+
| ------- | ----- |
71+
| Name | Enter **ipconfig2**. |
72+
| **Private IP address settings** | |
73+
| Allocation | Select **Static**. |
74+
| Private IP address | Enter an unused address in the network for your virtual machine. </br> For the 10.1.0.0/24 subnet in the example, an IP would be **10.1.0.5**. |
75+
| **Public IP address** | Select **Associate public IP address** |
76+
| Public IP address | Select **Create a public IP address**. </br> Enter **public-ip-02** in **Name**. </br> Select **Standard** in **SKU**. </br> Select **OK**. |
8277

8378
9. Select **OK**.
8479

@@ -102,20 +97,20 @@ You can add a private IP address to a virtual machine by completing the followin
10297

10398
5. Select the name of the network interface of the virtual machine. In this example, it's named **myvm889_z1**.
10499

105-
:::image type="content" source="./media/virtual-network-multiple-ip-addresses-portal/select-nic.png" alt-text="Screenshot of myVM networking and network interface selection.":::
100+
:::image type="content" source="./media/virtual-network-multiple-ip-addresses-portal/select-nic.png" alt-text="Screenshot of myVM networking and network interface selection.":::
106101

107102
6. In the network interface, select **IP configurations** in **Settings**.
108103

109104
7. The existing IP configuration is displayed. This configuration is created when the virtual machine is created. To add a private and public IP address to the virtual machine, select **+ Add**.
110105

111106
8. In **Add IP configuration**, enter or select the following information.
112107

113-
| Setting | Value |
114-
| ------- | ----- |
115-
| Name | Enter **ipconfig3**. |
116-
| **Private IP address settings** | |
117-
| Allocation | Select **Static**. |
118-
| IP address | Enter an unused address in the network for your virtual machine. </br> For the 10.1.0.0/24 subnet in the example, an IP would be **10.1.0.6**. |
108+
| Setting | Value |
109+
| ------- | ----- |
110+
| Name | Enter **ipconfig3**. |
111+
| **Private IP address settings** | |
112+
| Allocation | Select **Static**. |
113+
| IP address | Enter an unused address in the network for your virtual machine. </br> For the 10.1.0.0/24 subnet in the example, an IP would be **10.1.0.6**. |
119114

120115
9. Select **OK**.
121116

0 commit comments

Comments
 (0)