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/app-service/networking/nat-gateway-integration.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: NAT gateway integration - Azure App Service | Microsoft Docs
2
+
title: Azure NAT Gateway integration - Azure App Service | Microsoft Docs
3
3
description: Describes how NAT gateway integrates with Azure App Service.
4
4
services: app-service
5
5
author: madsd
@@ -15,20 +15,20 @@ ms.devlang: azurecli
15
15
16
16
---
17
17
18
-
# Virtual Network NAT gateway integration
18
+
# Azure NAT Gateway integration
19
19
20
-
NAT gateway is a fully managed, highly resilient service, which can be associated with one or more subnets and ensures that all outbound Internet-facing traffic will be routed through the gateway. With App Service, there are two important scenarios that you can use NAT gateway for.
20
+
Azure NAT gateway is a fully managed, highly resilient service, which can be associated with one or more subnets and ensures that all outbound Internet-facing traffic will be routed through the gateway. With App Service, there are two important scenarios that you can use NAT gateway for.
21
21
22
22
The NAT gateway gives you a static predictable public IP for outbound Internet-facing traffic. It also significantly increases the available [SNAT ports](../troubleshoot-intermittent-outbound-connection-errors.md) in scenarios where you have a high number of concurrent connections to the same public address/port combination.
23
23
24
-
For more information and pricing. Go to the [NAT gateway overview](../../virtual-network/nat-gateway/nat-overview.md).
24
+
For more information and pricing. Go to the [Azure NAT Gateway overview](../../virtual-network/nat-gateway/nat-overview.md).
25
25
26
26
:::image type="content" source="./media/nat-gateway-integration/nat-gateway-overview.png" alt-text="Diagram shows Internet traffic flowing to a NAT gateway in an Azure Virtual Network.":::
27
27
28
28
> [!Note]
29
-
> * Using NAT gateway with App Service is dependent on virtual network integration, and therefore a supported App Service plan pricing tier is required.
30
-
> * When using NAT gateway together with App Service, all traffic to Azure Storage must be using private endpoint or service endpoint.
31
-
> * NAT gateway cannot be used together with App Service Environment v1 or v2.
29
+
> * Using a NAT gateway with App Service is dependent on virtual network integration, and therefore a supported App Service plan pricing tier is required.
30
+
> * When using a NAT gateway together with App Service, all traffic to Azure Storage must be using private endpoint or service endpoint.
31
+
> *A NAT gateway cannot be used together with App Service Environment v1 or v2.
32
32
33
33
## Configuring NAT gateway integration
34
34
@@ -38,7 +38,7 @@ To configure NAT gateway integration with App Service, you need to complete the
38
38
* Ensure [Route All](../overview-vnet-integration.md#routes) is enabled for your virtual network integration so the Internet bound traffic will be affected by routes in your virtual network.
39
39
* Provision a NAT gateway with a public IP and associate it with the virtual network integration subnet.
40
40
41
-
Set up NAT gateway through the portal:
41
+
Set up Azure NAT Gateway through the portal:
42
42
43
43
1. Go to the **Networking** UI in the App Service portal and select virtual network integration in the Outbound Traffic section. Ensure that your app is integrated with a subnet and **Route All** has been enabled.
44
44
:::image type="content" source="./media/nat-gateway-integration/nat-gateway-route-all-enabled.png" alt-text="Screenshot of Route All enabled for virtual network integration.":::
@@ -75,14 +75,14 @@ Associate the NAT gateway with the virtual network integration subnet:
The same NAT gateway can be used across multiple subnets in the same Virtual Network allowing a NAT gateway to be used across multiple apps and App Service plans.
80
+
The same NAT gateway can be used across multiple subnets in the same virtual network allowing a NAT gateway to be used across multiple apps and App Service plans.
81
81
82
-
NAT gateway supports both public IP addresses and public IP prefixes. A NAT gateway can support up to 16 IP addresses across individual IP addresses and prefixes. Each IP address allocates 64,512 ports (SNAT ports) allowing up to 1M available ports. Learn more in the [Scaling section](../../virtual-network/nat-gateway/nat-gateway-resource.md#scalability) of NAT gateway.
82
+
Azure NAT Gateway supports both public IP addresses and public IP prefixes. A NAT gateway can support up to 16 IP addresses across individual IP addresses and prefixes. Each IP address allocates 64,512 ports (SNAT ports) allowing up to 1M available ports. Learn more in the [Scaling section](../../virtual-network/nat-gateway/nat-gateway-resource.md#scalability) of Azure NAT Gateway.
83
83
84
84
## Next steps
85
85
86
-
For more information on the NAT gateway, see [NAT gateway documentation](../../virtual-network/nat-gateway/nat-overview.md).
86
+
For more information on Azure NAT Gateway, see [Azure NAT Gateway documentation](../../virtual-network/nat-gateway/nat-overview.md).
87
87
88
88
For more information on virtual network integration, see [Virtual network integration documentation](../overview-vnet-integration.md).
0 commit comments