Skip to content

Commit 36182e4

Browse files
authored
Merge pull request #97019 from EricTheRed999/patch-2
Update virtual-networks-faq.md
2 parents 1d5cf5a + f0fbea3 commit 36182e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Yes. Azure reserves 5 IP addresses within each subnet. These are x.x.x.0-x.x.x.3
7272
- x.x.x.255: Network broadcast address
7373

7474
### How small and how large can VNets and subnets be?
75-
The smallest supported subnet is /29, and the largest is /8 (using CIDR subnet definitions).
75+
The smallest supported IPv4 subnet is /29, and the largest is /8 (using CIDR subnet definitions). IPv6 subnets must be exactly /64 in size.
7676

7777
### Can I bring my VLANs to Azure using VNets?
7878
No. VNets are Layer-3 overlays. Azure does not support any Layer-2 semantics.
@@ -105,7 +105,7 @@ Yes. You can add, remove, and modify the CIDR blocks used by a VNet.
105105
Yes. All services deployed within a VNet can connect outbound to the internet. To learn more about outbound internet connections in Azure, see [Outbound connections](../load-balancer/load-balancer-outbound-connections.md?toc=%2fazure%2fvirtual-network%2ftoc.json). If you want to connect inbound to a resource deployed through Resource Manager, the resource must have a public IP address assigned to it. To learn more about public IP addresses, see [Public IP addresses](virtual-network-public-ip-address.md). Every Azure Cloud Service deployed in Azure has a publicly addressable VIP assigned to it. You define input endpoints for PaaS roles and endpoints for virtual machines to enable these services to accept connections from the internet.
106106

107107
### Do VNets support IPv6?
108-
No. You cannot use IPv6 with VNets at this time. You can however, assign IPv6 addresses to Azure load balancers to load balance virtual machines. For details, see [Overview of IPv6 for Azure Load Balancer](../load-balancer/load-balancer-ipv6-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
108+
Yes, VNets can be IPv4-only or dual stack (IPv4+IPv6). For details, see [Overview of IPv6 for Azure Virtual Networks](./ipv6-overview.md).
109109

110110
### Can a VNet span regions?
111111
No. A VNet is limited to a single region. A virtual network does, however, span availability zones. To learn more about availability zones, see [Availability zones overview](../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json). You can connect virtual networks in different regions with virtual network peering. For details, see [Virtual network peering overview](virtual-network-peering-overview.md)

0 commit comments

Comments
 (0)