Skip to content

Commit af25156

Browse files
authored
Merge pull request #85425 from anavinahar/patch-146
Update virtual-networks-faq.md
2 parents 9a31d89 + fabae13 commit af25156

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/virtual-network/virtual-networks-faq.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ Yes. For more information about public IP address ranges, see [Create a virtual
6666
Yes. See [Azure limits](../azure-subscription-service-limits.md?toc=%2fazure%2fvirtual-network%2ftoc.json#networking-limits) for details. Subnet address spaces cannot overlap one another.
6767

6868
### Are there any restrictions on using IP addresses within these subnets?
69-
Yes. Azure reserves 5 IP addresses within each subnet. These are x.x.x.0-x.x.x.3 and the last address of the subnet.
70-
- x.x.x.0 and the last address of the subnet is reserved for protocol conformance.
71-
- x.x.x.1-x.x.x.3 is reserved in each subnet for Azure services.
69+
Yes. Azure reserves 5 IP addresses within each subnet. These are x.x.x.0-x.x.x.3 and the last address of the subnet. x.x.x.1-x.x.x.3 is reserved in each subnet for Azure services.
70+
- x.x.x.0: Network address
71+
- x.x.x.1: Reserved by Azure for the default gateway
72+
- x.x.x.2, x.x.x.3: Reserved by Azure to map the Azure DNS IPs to the VNet space
73+
- x.x.x.255: Network broadcast address
7274

7375
### How small and how large can VNets and subnets be?
7476
The smallest supported subnet is /29, and the largest is /8 (using CIDR subnet definitions).

0 commit comments

Comments
 (0)