Skip to content

Commit e6b57b9

Browse files
committed
acrolinx and fixes
1 parent ca1d706 commit e6b57b9

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

articles/virtual-network/ip-services/ip-services-overview.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: allensu
66
ms.service: virtual-network
77
ms.subService: ip-services
88
ms.topic: overview
9-
ms.date: 10/01/2021
9+
ms.date: 04/19/2023
1010
ms.custom: template-overview
1111
---
1212

@@ -17,10 +17,15 @@ IP services are a collection of IP address related services that enable communic
1717
IP services consist of:
1818

1919
* Public IP addresses
20+
2021
* Public IP address prefixes
22+
2123
* Custom IP address prefixes (BYOIP)
24+
2225
* Private IP addresses
26+
2327
* Routing preference
28+
2429
* Routing preference unmetered
2530

2631
## Public IP addresses
@@ -30,11 +35,17 @@ Public IPs are used by internet resources to communicate inbound to resources in
3035
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:
3136

3237
* Virtual machine network interfaces
38+
3339
* Internet-facing load balancers
40+
3441
* Virtual Network gateways (VPN/ER)
42+
3543
* NAT gateways
44+
3645
* Application gateways
46+
3747
* Azure Firewall
48+
3849
* Bastion Host
3950

4051
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
4657
The following public IP prefix sizes are available:
4758

4859
- /28 (IPv4) or /124 (IPv6) = 16 addresses
60+
4961
- /29 (IPv4) or /125 (IPv6) = 8 addresses
62+
5063
- /30 (IPv4) or /126 (IPv6) = 4 addresses
64+
5165
- /31 (IPv4) or /127 (IPv6) = 2 addresses
5266

5367
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
6377
Some of the resources that you can associate a private IP address with are:
6478

6579
* Virtual machines
80+
6681
* Internal load balancers
82+
6783
* Application gateways
84+
6885
* Private endpoints
6986

7087
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
98115
Get started creating IP services resources:
99116

100117
- [Create a public IP address using the Azure portal](./create-public-ip-portal.md).
118+
101119
- [Create a public IP address prefix using the Azure portal](./create-public-ip-prefix-portal.md).
120+
102121
- [Configure a private IP address for a VM using the Azure portal](./virtual-networks-static-private-ip-arm-pportal.md).
122+
103123
- [Configure routing preference for a public IP address using the Azure portal](./routing-preference-portal.md).

0 commit comments

Comments
 (0)