Skip to content

Commit 1a9097b

Browse files
authored
Merge pull request #126694 from bubbletroubles/patch-23
Updated to add that the last IP in the subnet can't be used.
2 parents 16eb865 + 955aa9d commit 1a9097b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/ip-services/private-ip-addresses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Private IPs allow communication to these resources without the use of a public I
3434

3535
Azure assigns private IP addresses to resources from the address range of the virtual network subnet where the resource is.
3636

37-
Azure reserves the first four addresses in each subnet address range. The addresses can't be assigned to resources. For example, if the subnet's address range is 10.0.0.0/16, addresses 10.0.0.0-10.0.0.3 and 10.0.255.255 are unavailable. IP addresses within the subnet's address range can only be assigned to one resource at a time.
37+
Azure reserves five IP addresses in every subnet, which cannot be assigned to resources. These include the first four addresses and the last address in the subnet range. For example, in the 10.0.0.0/16 subnet, the reserved addresses are 10.0.0.0-10.0.0.3 and 10.0.255.255. All other IP addresses in the range can only be assigned to one resource at a time.
3838

3939
There are two methods in which a private IP address is given:
4040

0 commit comments

Comments
 (0)