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/ip-services/ip-services-overview.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
-
title: What is Azure Virtual Network IP Services?
3
-
description: Overview of Azure Virtual Network IP Services. Learn how IP services work and how to use IP resources in Azure.
2
+
title: What is Azure virtual network IP Services?
3
+
description: Overview of Azure virtual network IP Services. Learn how IP services work and how to use IP resources in Azure.
4
4
author: mbender-ms
5
5
ms.author: mbender
6
-
ms.date: 08/24/2023
6
+
ms.date: 11/05/2024
7
7
ms.service: azure-virtual-network
8
8
ms.subService: ip-services
9
9
ms.topic: overview
10
10
ms.custom: template-overview
11
11
---
12
12
13
-
# What is Azure Virtual Network IP Services?
13
+
# What is Azure Virtual network IP Services?
14
14
15
-
IP services are a collection of IP address related services that enable communication in an Azure Virtual Network. Public and private IP addresses are used in Azure for communication between resources. The communication with resources can occur in a private Azure Virtual Network and the public Internet.
15
+
IP services are a collection of IP address related services that enable communication in an Azure virtual network. Public and private IP addresses are used in Azure for communication between resources. The communication with resources can occur in a private Azure virtual network and the public Internet.
16
16
17
17
IP services consist of:
18
18
@@ -76,7 +76,13 @@ Private IPs allow communication between resources in Azure. Azure assigns privat
76
76
77
77
Some of the resources that you can associate a private IP address with are:
* Network Interfaces can contain one primary and multiple secondary IP configurations.
82
+
83
+
* Each primary IP configuration must be a single IP address (a /32 IPv4 address or a /128 IPv6 address).
84
+
85
+
* Secondary IP configurations can be a single IP address OR a block of IP addresses (*in preview*). Only IPv4 addresses of block size of /28 are available today for associating with a secondary IP configuration.
description: Learn about private IP addresses in Azure.
5
5
author: mbender-ms
6
6
ms.author: mbender
7
-
ms.date: 12/01/2023
7
+
ms.date: 11/05/2024
8
8
ms.service: azure-virtual-network
9
9
ms.subservice: ip-services
10
10
ms.topic: conceptual
@@ -42,6 +42,8 @@ There are two methods in which a private IP address is given:
42
42
43
43
Azure assigns the next available unassigned or unreserved IP address in the subnet's address range. While this is normally the next sequentially available address, there's no guarantee that the address will be the next one in the range. For example, if addresses 10.0.0.4-10.0.0.9 are already assigned to other resources, the next IP address assigned is most likely 10.0.0.10. However, it could be any address between 10.0.0.10 and 10.0.0.254. If a specific Private IP address is required for a resource, you should use a static private IP address.
44
44
45
+
A private IP address prefix allocation is only successful when the full unallocated block of IP addresses is available. For example, only a valid /28 IPv4 address block will result in a successful prefix allocation.
46
+
45
47
Dynamic is the default allocation method. Once assigned, dynamic IP addresses are released if a network interface is:
46
48
47
49
* Deleted
@@ -65,9 +67,14 @@ To assign the network interface to a different subnet, you change the allocation
65
67
> [!NOTE]
66
68
> When requesting a private IP address, the allocation is not deterministic or sequential. There are no guarantees the next allocated IP address will utilize the next sequential IP address or use previously deallocated addresses. If a specific Private IP address is required for a resource, you should consider using a static private IP address.
67
69
68
-
## Virtual machines
70
+
## Virtual machine network interfaces
71
+
72
+
One or more private IP addresses are assigned to one or more **network interfaces** of a Virtual Machine. Network interfaces are assigned to a [Windows](/azure/virtual-machines/windows/overview?toc=%2fazure%2fvirtual-network%2ftoc.json) or [Linux](/azure/virtual-machines/linux/overview?toc=%2fazure%2fvirtual-network%2ftoc.json) virtual machine, and enable connectivity with other resources within and outside the Virtual Network.
69
73
70
-
One or more private IP addresses are assigned to one or more **network interfaces**. The network interfaces are assigned to a [Windows](/azure/virtual-machines/windows/overview?toc=%2fazure%2fvirtual-network%2ftoc.json) or [Linux](/azure/virtual-machines/linux/overview?toc=%2fazure%2fvirtual-network%2ftoc.json) virtual machine. You can specify the allocation method as either dynamic or static for each private IP address.
74
+
Network interfaces are configured with private IP addresses for communication within the Azure virtual network and other Azure resources, and can optionally be configured with public IP addresses for communication outside the Azure (e.g. Internet, customer on-premises).
75
+
A network interface has one primary IP configuration associated with them and an option to attach zero or more secondary private IP configurations. For the total count of private IP configurations on a network interface allowed in your subscription, see [Azure limits](../../azure-resource-manager/management/azure-subscription-service-limits.md?toc=%2fazure%2fvirtual-network%2ftoc.json#azure-resource-manager-virtual-networking-limits). The primary IP configuration on the network interface must have a single IP address (a /32 IPv4 address or a /128 IPv6 address) attached to it, while the secondary IP configurations can have either a single IP address or a block of IP addresses (*in preview*) attached to them. The only allowed blocks are IPv4 addresses of size /28 today.
76
+
77
+
You can specify the allocation method as either dynamic or static for each private IP address.
71
78
72
79
### Internal DNS hostname resolution (for virtual machines)
73
80
@@ -117,4 +124,6 @@ The limits on IP addressing are found in the full set of [limits for networking]
117
124
118
125
* Learn about [Public IP Addresses in Azure](public-ip-addresses.md)
119
126
120
-
*[Deploy a VM with a static private IP address using the Azure portal](./virtual-networks-static-private-ip-arm-pportal.md)
127
+
*[Deploy a VM with a static private IP address using the Azure portal](./virtual-networks-static-private-ip-arm-pportal.md)
128
+
129
+
*[Deploy a VM that uses private IP address blocks for a larger scale using the Azure portal](./virtual-network-private-ip-address-blocks-portal.md)
0 commit comments