You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/ipv6-overview.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ IPv6 for Azure VNet includes the following capabilities:
53
53
- Optional multiple front-end configurations which enable a single load balancer to use multiple IPv6 public IP addresses- the same frontend protocol and port can be reused across frontend addresses.
54
54
- Optional IPv6 ports can be reused on backend instances using the *Floating IP* feature of load-balancing rules
55
55
- Note: Load balancing does not perform any protocol translation (no NAT64).
56
+
- Note: IPv6 can be load balanced only to the primary network interface (NIC) on Azure VMs.
56
57
-[Standard IPv6 internal Load Balancer](ipv6-dual-stack-standard-internal-load-balancer-powershell.md) support to create resilient multi-tier applications within Azure VNETs.
57
58
- Basic IPv6 public Load Balancer support for compatibility with legacy deployments
58
59
-[Reserved IPv6 Public IP addresses and address ranges](ipv6-public-ip-address-prefix.md) provide stable, predictable IPv6 addresses which ease whitelisting of your azure-hosted applications for your company and your customers.
@@ -68,10 +69,14 @@ IPv6 for Azure VNET is a foundational feature set which enables customers to hos
68
69
69
70
## Limitations
70
71
The current IPv6 for Azure virtual network release has the following limitations:
71
-
- IPv6 for Azure virtual network is available in all global Azure Commercial regions using all deployment methods. Deployment in the US Government cloud is temporarily limited to ARM (JSON) template, Command Line Interface (CLI) and Powershell. IPv6 support in the US Government cloud portal will be available shortly.
72
+
- IPv6 for Azure virtual network is available in all global Azure Commercial and US Government regions using all deployment methods.
72
73
- ExpressRoute gateways CAN be used for IPv4-only traffic in a VNET with IPv6 enabled. Support for IPv6 traffic is on our roadmap.
73
74
- VPN gateways CANNOT be used in a VNET with IPv6 enabled, either directly or peered with "UseRemoteGateway".
74
75
- The Azure platform (AKS, etc.) does not support IPv6 communication for Containers.
76
+
- IPv6 can be load balanced only to the primary network interface (NIC) on Azure VMs. Load balancing IPv6 traffic to secondary NICs is not supported.
77
+
- IPv6-only Virtual Machines or Virtual Machines Scale Sets are not supported, each NIC must include at least one IPv4 IP configuration.
78
+
- When adding IPv6 to existing IPv4 deployments, IPv6 ranges can not be added to a VNET with existing resource navigation links.
79
+
- Forward DNS for IPv6 is supported for Azure public DNS today but Reverse DNS is not yet supported.
0 commit comments