Skip to content

Commit c0e04b4

Browse files
name fix - tutorial migrate outbound
1 parent 16f05f9 commit c0e04b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/virtual-network/nat-gateway/tutorial-migrate-outbound-nat.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
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.
55
author: asudbring
66
ms.author: allensu
77
ms.service: virtual-network
@@ -11,13 +11,13 @@ ms.date: 5/25/2022
1111
ms.custom: template-tutorial
1212
---
1313

14-
# Tutorial: Migrate outbound access to Azure Virtual Network NAT
14+
# Tutorial: Migrate outbound access to Azure NAT Gateway
1515

1616
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.
1717

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.
1919

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)
2121

2222
In this tutorial, you learn how to:
2323

@@ -33,7 +33,7 @@ In this tutorial, you learn how to:
3333
* The load balancer name used in the examples is **myLoadBalancer**.
3434

3535
> [!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).
3737
3838
## Migrate default outbound access
3939

0 commit comments

Comments
 (0)