Skip to content

Commit 1c12de1

Browse files
authored
Merge pull request #294228 from mbender-ms/ip-ado370502
IP Services | Maintenance | update virtual-network-multiple-ip-addresses-portal.md
2 parents 04cf407 + e8271bb commit 1c12de1

File tree

3 files changed

+29
-32
lines changed

3 files changed

+29
-32
lines changed

articles/load-balancer/load-balancer-outbound-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This option is similar to the previous one, except when no outbound rules are cr
9595
In Azure, virtual machines created in a virtual network without explicit outbound connectivity defined are assigned a default outbound public IP address. This IP address enables outbound connectivity from the resources to the Internet. This access is referred to as [default outbound access](../virtual-network/ip-services/default-outbound-access.md). This method of access is **not recommended** as it's insecure and the IP addresses are subject to change.
9696

9797
>[!Important]
98-
>On September 30, 2025, default outbound access for new deployments will be retired. For more information, see the [official announcement](https://azure.microsoft.com/updates/upgrade-to-standard-sku-public-ip-addresses-in-azure-by-30-september-2025-basic-sku-will-be-retired/). It is recommended to use one the explicit forms of connectivity as shown in options 1-3 above.
98+
>On September 30, 2025, default outbound access for new deployments will be retired. For more information, see the [official announcement](https://azure.microsoft.com/updates?id=default-outbound-access-for-vms-in-azure-will-be-retired-transition-to-a-new-method-of-internet-access). It is recommended to use one the explicit forms of connectivity as shown in options 1-3 above.
9999
100100
### What are SNAT ports?
101101

-77.8 KB
Loading

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

Lines changed: 28 additions & 31 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

@@ -38,12 +36,13 @@ This article explains how to add multiple IP addresses to a virtual machine usin
3836

3937
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
4038

41-
- 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-
39+
- An existing Azure virtual machine with a Public IP. 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).
4340
- The example used in this article is named **myVM**. Replace this value with your virtual machine name.
41+
- Windows Server virtual machines require port **3389** to be open for Remote Desktop Protocol (RDP) connections. Linux virtual machines require port **22** to be open for Secure Shell (SSH) connections.
42+
- An Azure Bastion instance deployed for VM management in the same subnet as your virtual machine. For more information, see [Deploy Azure Bastion automatically](../../bastion/quickstart-host-portal.md)
4443

4544
> [!NOTE]
46-
> Though the steps in this article assigns all IP configurations to a single NIC, you can also assign multiple IP configurations to any NIC in a multi-NIC VM. To learn how to create a VM with multiple NICs, see [Create a VM with multiple NICs](/azure/virtual-machines/windows/multiple-nics).
45+
> Though the steps in this article assign all IP configurations to a single NIC, you can also assign multiple IP configurations to any NIC in a multi-NIC VM. To learn how to create a VM with multiple NICs, see [Create a VM with multiple NICs](/azure/virtual-machines/windows/multiple-nics).
4746
4847
:::image type="content" source="./media/virtual-network-multiple-ip-addresses-portal/multiple-ipconfigs.png" alt-text="Diagram of network configuration resources created in How-to article.":::
4948

@@ -59,26 +58,24 @@ You can add a private and public IP address to an Azure network interface by com
5958

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

62-
4. Select **Networking** in **Settings**.
61+
4. Select **Network settings** under **Networking**.
6362

64-
5. Select the name of the network interface of the virtual machine. In this example, it's named **myvm889_z1**.
63+
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)**.
6564

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.":::
65+
:::image type="content" source="./media/virtual-network-multiple-ip-addresses-portal/select-nic.png" alt-text="Screenshot of myVM networking and network interface selection.":::
6766

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**.
67+
6. In **IP Configurations** To add a private and public IP address to the virtual machine, select **+ Add**.
7168

7269
8. In **Add IP configuration**, enter or select the following information.
7370

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**. |
71+
| Setting | Value |
72+
| ------- | ----- |
73+
| Name | Enter **ipconfig2**. |
74+
| **Private IP address settings** | |
75+
| Allocation | Select **Static**. |
76+
| 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**. |
77+
| **Public IP address** | Select **Associate public IP address** |
78+
| Public IP address | Select **Create a public IP address**. </br> Enter **public-ip-02** in **Name**. </br> Select **Standard** in **SKU**. </br> Select **OK**. |
8279

8380
9. Select **OK**.
8481

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

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

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.":::
102+
:::image type="content" source="./media/virtual-network-multiple-ip-addresses-portal/select-nic.png" alt-text="Screenshot of myVM networking and network interface selection.":::
106103

107104
6. In the network interface, select **IP configurations** in **Settings**.
108105

109106
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**.
110107

111108
8. In **Add IP configuration**, enter or select the following information.
112109

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**. |
110+
| Setting | Value |
111+
| ------- | ----- |
112+
| Name | Enter **ipconfig3**. |
113+
| **Private IP address settings** | |
114+
| Allocation | Select **Static**. |
115+
| 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**. |
119116

120117
9. Select **OK**.
121118

0 commit comments

Comments
 (0)