Skip to content

Commit 16f05f9

Browse files
name fix - tutorial ilpip
1 parent 6eb9c0c commit 16f05f9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Tutorial: Migrate a virtual machine public IP address to NAT gateway'
3-
titleSuffix: Azure Virtual Network NAT
4-
description: Learn how to migrate your virtual machine public IP to a Virtual Network NAT gateway.
3+
titleSuffix: Azure NAT Gateway
4+
description: Learn how to migrate your virtual machine public IP 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 a virtual machine public IP address to Azure Virtual Network NAT
14+
# Tutorial: Migrate a virtual machine public IP address to Azure NAT Gateway
1515

1616
In this article, you'll learn how to migrate your virtual machine's public IP address to a NAT gateway. You'll learn how to remove the IP address from the virtual machine. You'll reuse the IP address from the virtual machine 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 a virtual machine to have a public IP address to have outbound connectivity.
18+
Azure NAT Gateway is the recommended method for outbound connectivity. Azure 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 a virtual machine to have a public IP address to have 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

@@ -60,7 +60,7 @@ In this section, you'll learn how to remove the public IP address from the virtu
6060

6161
### (Optional) Upgrade IP address
6262

63-
The NAT gateway resource in Azure Virtual Network NAT requires a standard SKU public IP address. In this section, you'll upgrade the IP you removed from the virtual machine in the previous section. If the IP address you removed is already a standard SKU public IP, you can proceed to the next section.
63+
The NAT gateway resource requires a standard SKU public IP address. In this section, you'll upgrade the IP you removed from the virtual machine in the previous section. If the IP address you removed is already a standard SKU public IP, you can proceed to the next section.
6464

6565
1. In the search box at the top of the portal, enter **Public IP**. Select **Public IP addresses**.
6666

@@ -132,6 +132,6 @@ In this article, you learned how to:
132132

133133
Any virtual machine created within this subnet won't require a public IP address and will automatically have outbound connectivity. For more information about NAT gateway and the connectivity benefits it provides, see [Design virtual networks with NAT gateway](nat-gateway-resource.md).
134134

135-
Advance to the next article to learn how to migrate default outbound access to Azure Virtual Network NAT:
135+
Advance to the next article to learn how to migrate default outbound access to Azure NAT Gateway:
136136
> [!div class="nextstepaction"]
137137
> [Migrate outbound access to NAT gateway](tutorial-migrate-outbound-nat.md)

0 commit comments

Comments
 (0)