Skip to content

Commit 8c2a8f5

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#42024
Added 10.0.255.255 as reserved IP
1 parent f35fd77 commit 8c2a8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/virtual-network-ip-addresses-overview-arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ In the Azure Resource Manager deployment model, a private IP address is associat
146146

147147
### Allocation method
148148

149-
A private IP address is allocated from the address range of the virtual network subnet a resource is deployed in. Azure reserves the first four addresses in each subnet address range, so the addresses cannot 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 cannot be assigned to resources. IP addresses within the subnet's address range can only be assigned to one resource at a time.
149+
A private IP address is allocated from the address range of the virtual network subnet a resource is deployed in. Azure reserves the first four addresses in each subnet address range, so the addresses cannot 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 cannot be assigned to resources. IP addresses within the subnet's address range can only be assigned to one resource at a time.
150150

151151
There are two methods in which a private IP address is allocated:
152152

0 commit comments

Comments
 (0)