Skip to content

Commit c34e3d4

Browse files
Merge pull request #235225 from aimee-littleton/patch-134
name fix - tutorial dual stack
2 parents d31cced + fbc52f5 commit c34e3d4

8 files changed

+31
-31
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Tutorial: Configure dual-stack outbound connectivity with a NAT gateway and a public load balancer'
3-
titleSuffix: Azure Virtual Network NAT
3+
titleSuffix: Azure NAT Gateway
44
description: Learn how to configure outbound connectivity for a dual stack network with a NAT gateway and a public load balancer.
55
author: asudbring
66
ms.author: allensu

articles/virtual-network/nat-gateway/tutorial-hub-spoke-nat-firewall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Tutorial: Integrate NAT gateway with Azure Firewall in a hub and spoke network'
3-
titleSuffix: Azure Virtual Network NAT
3+
titleSuffix: Azure NAT Gateway
44
description: Learn how to integrate a NAT gateway and Azure Firewall in a hub and spoke network.
55
author: asudbring
66
ms.author: allensu
@@ -443,4 +443,4 @@ If you're not going to continue to use this application, delete the created reso
443443

444444
Advance to the next article to learn how to integrate a NAT gateway with an Azure Load Balancer:
445445
> [!div class="nextstepaction"]
446-
> [Integrate NAT gateway with an internal load balancer](tutorial-nat-gateway-load-balancer-internal-portal.md)
446+
> [Integrate NAT gateway with an internal load balancer](tutorial-nat-gateway-load-balancer-internal-portal.md)

articles/virtual-network/nat-gateway/tutorial-hub-spoke-route-nat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Tutorial: Use a NAT gateway with a hub and spoke network'
3-
titleSuffix: Azure Virtual Network NAT
3+
titleSuffix: Azure NAT Gateway
44
description: Learn how to integrate a NAT gateway into a hub and spoke network with a network virtual appliance.
55
author: asudbring
66
ms.author: allensu
@@ -15,7 +15,7 @@ ms.custom: template-tutorial
1515

1616
A hub and spoke network is one of the building blocks of a highly available multiple location network infrastructure. The most common deployment of a hub and spoke network is done with the intention of routing all inter-spoke and outbound internet traffic through the central hub. The purpose is to inspect all of the traffic traversing the network with a Network Virtual Appliance (NVA) for security scanning and packet inspection.
1717

18-
For outbound traffic to the internet, the network virtual appliance would typically have one network interface with an assigned public IP address. The NVA after inspecting the outbound traffic forwards the traffic out the public interface and to the internet. Azure Virtual Network NAT eliminates the need for the public IP address assigned to the NVA. Associating a NAT gateway with the public subnet of the NVA changes the routing for the public interface to route all outbound internet traffic through the NAT gateway. The elimination of the public IP address increases security and allows for the scaling of outbound source network address translation (SNAT) with multiple public IP addresses and or public IP prefixes.
18+
For outbound traffic to the internet, the network virtual appliance would typically have one network interface with an assigned public IP address. The NVA after inspecting the outbound traffic forwards the traffic out the public interface and to the internet. Azure NAT Gateway eliminates the need for the public IP address assigned to the NVA. Associating a NAT gateway with the public subnet of the NVA changes the routing for the public interface to route all outbound internet traffic through the NAT gateway. The elimination of the public IP address increases security and allows for the scaling of outbound source network address translation (SNAT) with multiple public IP addresses and or public IP prefixes.
1919

2020
> [!IMPORTANT]
2121
> The NVA used in this article is for demonstration purposes only and is simulated with an Ubuntu virtual machine. The solution doesn't include a load balancer for high availability of the NVA deployment. Replace the Ubuntu virtual machine in this article with an NVA of your choice. Consult the vendor of the chosen NVA for routing and configuration instructions. A load balancer and availability zones is recommended for a highly available NVA infrastructure.
@@ -858,4 +858,4 @@ If you're not going to continue to use this application, delete the created reso
858858
859859
Advance to the next article to learn how to use an Azure Gateway Load Balancer for highly available network virtual appliances:
860860
> [!div class="nextstepaction"]
861-
> [Gateway Load Balancer](../../load-balancer/gateway-overview.md)
861+
> [Gateway Load Balancer](../../load-balancer/gateway-overview.md)

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)

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

articles/virtual-network/nat-gateway/tutorial-nat-gateway-load-balancer-internal-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Tutorial: Integrate NAT gateway with an internal load balancer - Azure portal'
3-
titleSuffix: Virtual Network NAT
4-
description: In this tutorial, learn how to integrate a Virtual Network NAT gateway with an internal load Balancer using the Azure portal.
3+
titleSuffix: Azure NAT Gateway
4+
description: In this tutorial, learn how to integrate a NAT gateway with an internal load Balancer using the Azure portal.
55
author: asudbring
66
ms.author: allensu
77
ms.service: virtual-network
@@ -312,6 +312,6 @@ the virtual network, virtual machine, and NAT gateway with the following steps:
312312

313313
## Next steps
314314

315-
For more information on Azure Virtual Network NAT, see:
315+
For more information on Azure NAT Gateway, see:
316316
> [!div class="nextstepaction"]
317-
> [Virtual Network NAT overview](nat-overview.md)
317+
> [Azure NAT Gateway overview](nat-overview.md)

articles/virtual-network/nat-gateway/tutorial-nat-gateway-load-balancer-public-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Tutorial: Integrate NAT gateway with a public load balancer - Azure portal'
3-
titleSuffix: Virtual Network NAT
4-
description: In this tutorial, learn how to integrate a Virtual Network NAT gateway with a public load Balancer using the Azure portal.
3+
titleSuffix: Azure NAT Gateway
4+
description: In this tutorial, learn how to integrate a NAT gateway with a public load Balancer using the Azure portal.
55
author: asudbring
66
ms.author: allensu
77
ms.service: virtual-network
@@ -325,6 +325,6 @@ the virtual network, virtual machine, and NAT gateway with the following steps:
325325

326326
## Next steps
327327

328-
For more information on Azure Virtual Network NAT, see:
328+
For more information on Azure NAT Gateway, see:
329329
> [!div class="nextstepaction"]
330-
> [Virtual Network NAT overview](nat-overview.md)
330+
> [Azure NAT Gateway overview](nat-overview.md)

articles/virtual-network/nat-gateway/tutorial-protect-nat-gateway-ddos.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Tutorial: Protect your NAT gateway with Azure DDoS Protection Standard'
3-
titlesuffix: Azure Virtual Network NAT
3+
titlesuffix: Azure NAT Gateway
44
description: Learn how to create an NAT gateway in an Azure DDoS Protection Standard protected virtual network.
55
author: asudbring
66
ms.author: allensu
@@ -12,7 +12,7 @@ ms.date: 01/24/2022
1212

1313
# Tutorial: Protect your NAT gateway with Azure DDoS Protection Standard
1414

15-
This article helps you create an Azure Virtual Network NAT gateway with a DDoS protected virtual network. Azure DDoS Protection Standard enables enhanced DDoS mitigation capabilities such as adaptive tuning, attack alert notifications, and monitoring to protect your NAT gateway from large scale DDoS attacks.
15+
This article helps you create a NAT gateway with a DDoS protected virtual network. Azure DDoS Protection Standard enables enhanced DDoS mitigation capabilities such as adaptive tuning, attack alert notifications, and monitoring to protect your NAT gateway from large scale DDoS attacks.
1616

1717
> [!IMPORTANT]
1818
> Azure DDoS Protection incurs a cost when you use the Standard SKU. Overages charges only apply if more than 100 public IPs are protected in the tenant. Ensure you delete the resources in this tutorial if you aren't using the resources in the future. For information about pricing, see [Azure DDoS Protection Pricing]( https://azure.microsoft.com/pricing/details/ddos-protection/). For more information about Azure DDoS protection, see [What is Azure DDoS Protection?](../../ddos-protection/ddos-protection-overview.md).
@@ -233,6 +233,6 @@ the virtual network, virtual machine, and NAT gateway with the following steps:
233233

234234
## Next steps
235235

236-
For more information on Azure Virtual Network NAT, see:
236+
For more information on Azure NAT Gateway, see:
237237
> [!div class="nextstepaction"]
238-
> [Virtual Network NAT overview](nat-overview.md)
238+
> [Azure NAT Gateway overview](nat-overview.md)

0 commit comments

Comments
 (0)