Skip to content

Commit 584264d

Browse files
author
Jill Grant
authored
Merge pull request #235274 from aimee-littleton/patch-136
name fix - how to manage
2 parents 89286b3 + c669d8f commit 584264d

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

articles/virtual-network/nat-gateway/index.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:Landing
22

3-
title: Virtual Network NAT documentation
4-
summary: Learn how to use Azure Virtual Network NAT. Quickstarts, tutorials, samples, and more, show you how to deploy a NAT gateway.
3+
title: Azure NAT Gateway documentation
4+
summary: Learn how to use NAT gateway. Quickstarts, tutorials, samples, and more, show you how to deploy a NAT gateway.
55
metadata:
6-
title: Azure Virtual Network NAT Documentation - Tutorials, quickstarts, API references
7-
description: Learn how to use Azure Virtual Network NAT. Quickstarts, tutorials, samples, and more, show you how to deploy a NAT gateway.
6+
title: Azure NAT Gateway Documentation - Tutorials, quickstarts, API references
7+
description: Learn how to use NAT gateway. Quickstarts, tutorials, samples, and more, show you how to deploy a NAT gateway.
88
services: virtual-network
99
ms.service: virtual-network
1010
ms.subservice: nat
@@ -20,11 +20,11 @@ landingContent:
2020
# Cards and links should be based on top customer tasks or top subjects
2121
# Start card title with a verb
2222
# Card (optional)
23-
- title: About Virtual Network NAT
23+
- title: About Azure NAT Gateway
2424
linkLists:
2525
- linkListType: overview
2626
links:
27-
- text: What is Azure Virtual Network NAT?
27+
- text: What is Azure NAT Gateway?
2828
url: nat-overview.md
2929
- linkListType: concept
3030
links:
@@ -36,7 +36,7 @@ landingContent:
3636
url: resource-health.md
3737
- linkListType: learn
3838
links:
39-
- text: Introduction to Azure Virtual Network NAT
39+
- text: Introduction to Azure NAT Gateway
4040
url: /training/modules/intro-to-azure-virtual-network-nat
4141
- linkListType: whats-new
4242
links:
@@ -84,7 +84,7 @@ landingContent:
8484
url: troubleshoot-nat-and-azure-services.md
8585

8686
# Card (optional)
87-
- title: Learn about Virtual Network NAT architecture
87+
- title: Learn about NAT Gateway architecture
8888
linkLists:
8989
- linkListType: overview
9090
links:

articles/virtual-network/nat-gateway/manage-nat-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage a NAT gateway
3-
titleSuffix: Azure Virtual Network NAT
3+
titleSuffix: Azure NAT Gateway
44
description: Learn how to create and remove a NAT gateway resource from a virtual network subnet. Add and remove public IP addresses and prefixes used for outbound connectivity.
55
author: asudbring
66
ms.author: allensu
@@ -695,6 +695,6 @@ az network nat gateway update \
695695

696696
To learn more about Azure Virtual Network NAT and its capabilities, see the following articles:
697697

698-
- [What is Azure Virtual Network NAT?](nat-overview.md)
698+
- [What is Azure NAT Gateway?](nat-overview.md)
699699
- [NAT gateway and availability zones](nat-availability-zones.md)
700700
- [Design virtual networks with NAT gateway](nat-gateway-resource.md)

articles/virtual-network/nat-gateway/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
items:
2-
- name: Virtual Network NAT documentation
2+
- name: Azure NAT Gateway documentation
33
href: index.yml
44
- name: Overview
55
items:
6-
- name: What is Virtual Network NAT?
6+
- name: What is Azure NAT Gateway?
77
href: nat-overview.md
88
- name: Quickstarts
99
items:
@@ -50,7 +50,7 @@ items:
5050
href: nat-availability-zones.md
5151
- name: Security
5252
items:
53-
- name: Virtual network NAT security baseline
53+
- name: NAT gateway security baseline
5454
href: /security/benchmark/azure/baselines/virtual-network-nat-security-baseline
5555
- name: How-to
5656
items:

articles/virtual-network/nat-gateway/troubleshoot-nat-and-azure-services.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot outbound connectivity with Azure services
33
titleSuffix: Azure Virtual Network
4-
description: Troubleshoot issues with Virtual Network NAT and Azure services.
4+
description: Troubleshoot issues with NAT gateway and Azure services.
55
author: asudbring
66
ms.service: virtual-network
77
ms.subservice: nat
@@ -107,7 +107,7 @@ Update your idle timeout timer configuration on your User-Assigned NAT gateway w
107107

108108
### How NAT gateway integration with Azure Firewall works
109109

110-
Azure Firewall can provide outbound connectivity to the internet from virtual networks. Azure Firewall provides only 2,496 SNAT ports per public IP address. While Azure Firewall can be associated with up to 250 public IP addresses to handle egress traffic, often, customers require much fewer public IP addresses for connecting outbound due to various architectural requirements and limitations by destination endpoints for the number of public IP addresses they can allowlist. One method by which to get around this allowlist IP limitation and to also reduce the risk of SNAT port exhaustion is to use NAT gateway in the same subnet with Azure Firewall. To learn how to set up NAT gateway in an Azure Firewall subnet, see [Scale SNAT ports with Azure Virtual Network NAT](../../firewall/integrate-with-nat-gateway.md).
110+
Azure Firewall can provide outbound connectivity to the internet from virtual networks. Azure Firewall provides only 2,496 SNAT ports per public IP address. While Azure Firewall can be associated with up to 250 public IP addresses to handle egress traffic, often, customers require much fewer public IP addresses for connecting outbound due to various architectural requirements and limitations by destination endpoints for the number of public IP addresses they can allowlist. One method by which to get around this allowlist IP limitation and to also reduce the risk of SNAT port exhaustion is to use NAT gateway in the same subnet with Azure Firewall. To learn how to set up NAT gateway in an Azure Firewall subnet, see [Scale SNAT ports with Azure NAT Gateway](../../firewall/integrate-with-nat-gateway.md).
111111

112112
## Azure Databricks
113113

@@ -125,8 +125,8 @@ We're always looking to improve the experience of our customers. If you're exper
125125

126126
To learn more about NAT gateway, see:
127127

128-
* [Virtual Network NAT](./nat-overview.md)
128+
* [Azure NAT Gateway](./nat-overview.md)
129129

130130
* [NAT gateway resource](./nat-gateway-resource.md)
131131

132-
* [Metrics and alerts for NAT gateway resources](./nat-metrics.md)
132+
* [Metrics and alerts for NAT gateway resources](./nat-metrics.md)

articles/virtual-network/nat-gateway/troubleshoot-nat-connectivity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Troubleshoot Azure Virtual Network NAT connectivity
2+
title: Troubleshoot Azure NAT Gateway connectivity
33
titleSuffix: Azure Virtual Network
4-
description: Troubleshoot connectivity issues with Virtual Network NAT.
4+
description: Troubleshoot connectivity issues with NAT gateway.
55
author: asudbring
66
ms.service: virtual-network
77
ms.subservice: nat
@@ -11,7 +11,7 @@ ms.date: 08/29/2022
1111
ms.author: allensu
1212
---
1313

14-
# Troubleshoot Azure Virtual Network NAT connectivity
14+
# Troubleshoot Azure NAT Gateway connectivity
1515

1616
This article provides guidance on how to troubleshoot and resolve common outbound connectivity issues with your NAT gateway resource. This article also provides best practices on how to design applications to use outbound connections efficiently.
1717

@@ -197,6 +197,6 @@ We're always looking to improve the experience of our customers. If you're exper
197197

198198
To learn more about NAT gateway, see:
199199

200-
* [Virtual Network NAT](./nat-overview.md)
200+
* [Azure NAT Gateway](./nat-overview.md)
201201
* [NAT gateway resource](./nat-gateway-resource.md)
202202
* [Metrics and alerts for NAT gateway resources](./nat-metrics.md)

0 commit comments

Comments
 (0)