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/nat-gateway/tutorial-migrate-outbound-nat.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: 'Tutorial: Migrate outbound access to NAT gateway'
3
-
titlesuffix: Azure Virtual Network NAT
4
-
description: Learn how to migrate outbound access in your virtual network to a Virtual Network NAT gateway.
3
+
titlesuffix: Azure NAT Gateway
4
+
description: Learn how to migrate outbound access in your virtual network to a NAT gateway.
5
5
author: asudbring
6
6
ms.author: allensu
7
7
ms.service: virtual-network
@@ -11,13 +11,13 @@ ms.date: 5/25/2022
11
11
ms.custom: template-tutorial
12
12
---
13
13
14
-
# Tutorial: Migrate outbound access to Azure Virtual Network NAT
14
+
# Tutorial: Migrate outbound access to Azure NAT Gateway
15
15
16
16
In this article, you'll learn how to migrate your outbound connectivity from [default outbound access](../ip-services/default-outbound-access.md) to a NAT gateway. You'll learn how to change your outbound connectivity from load balancer outbound rules to a NAT gateway. You'll reuse the IP address from the outbound rule configuration for the NAT gateway.
17
17
18
-
Azure Virtual Network NAT is the recommended method for outbound connectivity. A NAT gateway is a fully managed and highly resilient Network Address Translation (NAT) service. A NAT gateway doesn't have the same limitations of SNAT port exhaustion as default outbound access. A NAT gateway replaces the need for outbound rules in a load balancer for outbound connectivity.
18
+
Azure NAT Gateway is the recommended method for outbound connectivity. A NAT gateway is a fully managed and highly resilient Network Address Translation (NAT) service. A NAT gateway doesn't have the same limitations of SNAT port exhaustion as default outbound access. A NAT gateway replaces the need for outbound rules in a load balancer for outbound connectivity.
19
19
20
-
For more information about Azure Virtual Network NAT, see [What is Azure Virtual Network NAT](nat-overview.md)
20
+
For more information about Azure NAT Gateway, see [What is Azure NAT Gateway](nat-overview.md)
21
21
22
22
In this tutorial, you learn how to:
23
23
@@ -33,7 +33,7 @@ In this tutorial, you learn how to:
33
33
* The load balancer name used in the examples is **myLoadBalancer**.
34
34
35
35
> [!NOTE]
36
-
> Virtual Network NAT provides outbound connectivity for standard internal load balancers. For more information on integrating a NAT gateway with your internal load balancers, see [Tutorial: Integrate a NAT gateway with an internal load balancer using Azure portal](tutorial-nat-gateway-load-balancer-internal-portal.md).
36
+
> Azure NAT Gateway provides outbound connectivity for standard internal load balancers. For more information on integrating a NAT gateway with your internal load balancers, see [Tutorial: Integrate a NAT gateway with an internal load balancer using Azure portal](tutorial-nat-gateway-load-balancer-internal-portal.md).
0 commit comments