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
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: allensu
6
6
ms.service: virtual-network
7
7
ms.subService: ip-services
8
8
ms.topic: overview
9
-
ms.date: 10/01/2021
9
+
ms.date: 04/19/2023
10
10
ms.custom: template-overview
11
11
---
12
12
@@ -17,10 +17,15 @@ IP services are a collection of IP address related services that enable communic
17
17
IP services consist of:
18
18
19
19
* Public IP addresses
20
+
20
21
* Public IP address prefixes
22
+
21
23
* Custom IP address prefixes (BYOIP)
24
+
22
25
* Private IP addresses
26
+
23
27
* Routing preference
28
+
24
29
* Routing preference unmetered
25
30
26
31
## Public IP addresses
@@ -30,11 +35,17 @@ Public IPs are used by internet resources to communicate inbound to resources in
30
35
A public IP address is a resource with its own properties. Some of the resources that you can associate with a public IP address are:
31
36
32
37
* Virtual machine network interfaces
38
+
33
39
* Internet-facing load balancers
40
+
34
41
* Virtual Network gateways (VPN/ER)
42
+
35
43
* NAT gateways
44
+
36
45
* Application gateways
46
+
37
47
* Azure Firewall
48
+
38
49
* Bastion Host
39
50
40
51
For more information about public IP addresses, see [Public IP addresses](./public-ip-addresses.md) and [Create, change, or delete an Azure public IP address](./virtual-network-public-ip-address.md)
@@ -46,8 +57,11 @@ Public IP prefixes are reserved ranges of IP addresses in Azure. Public IP addre
46
57
The following public IP prefix sizes are available:
47
58
48
59
- /28 (IPv4) or /124 (IPv6) = 16 addresses
60
+
49
61
- /29 (IPv4) or /125 (IPv6) = 8 addresses
62
+
50
63
- /30 (IPv4) or /126 (IPv6) = 4 addresses
64
+
51
65
- /31 (IPv4) or /127 (IPv6) = 2 addresses
52
66
53
67
Prefix size is specified as a Classless Inter-Domain Routing (CIDR) mask size.
@@ -63,8 +77,11 @@ Private IPs allow communication between resources in Azure. Azure assigns privat
63
77
Some of the resources that you can associate a private IP address with are:
64
78
65
79
* Virtual machines
80
+
66
81
* Internal load balancers
82
+
67
83
* Application gateways
84
+
68
85
* Private endpoints
69
86
70
87
For more information about private IP addresses, see [Private IP addresses](./private-ip-addresses.md).
@@ -98,6 +115,9 @@ For more information about routing preference unmetered, see [What is Routing Pr
98
115
Get started creating IP services resources:
99
116
100
117
-[Create a public IP address using the Azure portal](./create-public-ip-portal.md).
118
+
101
119
-[Create a public IP address prefix using the Azure portal](./create-public-ip-prefix-portal.md).
120
+
102
121
-[Configure a private IP address for a VM using the Azure portal](./virtual-networks-static-private-ip-arm-pportal.md).
122
+
103
123
-[Configure routing preference for a public IP address using the Azure portal](./routing-preference-portal.md).
0 commit comments