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-ilip-nat.md
+7-7Lines changed: 7 additions & 7 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 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.
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 a virtual machine public IP address to Azure Virtual Network NAT
14
+
# Tutorial: Migrate a virtual machine public IP address to Azure NAT Gateway
15
15
16
16
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.
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 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.
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
@@ -60,7 +60,7 @@ In this section, you'll learn how to remove the public IP address from the virtu
60
60
61
61
### (Optional) Upgrade IP address
62
62
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.
64
64
65
65
1. In the search box at the top of the portal, enter **Public IP**. Select **Public IP addresses**.
66
66
@@ -132,6 +132,6 @@ In this article, you learned how to:
132
132
133
133
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).
134
134
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:
136
136
> [!div class="nextstepaction"]
137
137
> [Migrate outbound access to NAT gateway](tutorial-migrate-outbound-nat.md)
0 commit comments