Skip to content

Commit 1340be9

Browse files
Merge pull request #245079 from asudbring/nat-diagram-dualstack
Add diagram to dual stack nat gateway tutorial
2 parents 7ff2d79 + 56a9cfb commit 1340be9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
63.3 KB
Loading

articles/nat-gateway/tutorial-dual-stack-outbound-nat-load-balancer.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ In this tutorial, learn how to configure NAT gateway and a public load balancer
1616

1717
NAT gateway supports the use of IPv4 public IP addresses for outbound connectivity whereas load balancer supports both IPv4 and IPv6 public IP addresses. When NAT gateway with an IPv4 public IP is present with a load balancer using an IPv4 public IP address, NAT gateway takes precedence over load balancer for providing outbound connectivity. When a NAT gateway is deployed in a dual-stack network with a IPv6 load balancer, IPv4 outbound traffic uses the NAT gateway, and IPv6 outbound traffic uses the load balancer.
1818

19+
:::image type="content" source="./media/tutorial-dual-stack-outbound-nat-load-balancer/diagram-tutorial-resources.png" alt-text="Diagram of resources created during the tutorial.":::
20+
21+
1922
In this tutorial, you learn how to:
2023

2124
> [!div class="checklist"]

0 commit comments

Comments
 (0)