Skip to content

Commit 7fe9f47

Browse files
committed
changed branding for nat gateway
1 parent e979fce commit 7fe9f47

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/app-service/networking/nat-gateway-integration.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: NAT gateway integration - Azure App Service | Microsoft Docs
2+
title: Azure NAT Gateway integration - Azure App Service | Microsoft Docs
33
description: Describes how NAT gateway integrates with Azure App Service.
44
services: app-service
55
author: madsd
@@ -15,20 +15,20 @@ ms.devlang: azurecli
1515

1616
---
1717

18-
# Virtual Network NAT gateway integration
18+
# Azure NAT Gateway integration
1919

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.
2121

2222
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.
2323

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).
2525

2626
:::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.":::
2727

2828
> [!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.
3232
3333
## Configuring NAT gateway integration
3434

@@ -38,7 +38,7 @@ To configure NAT gateway integration with App Service, you need to complete the
3838
* 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.
3939
* Provision a NAT gateway with a public IP and associate it with the virtual network integration subnet.
4040

41-
Set up NAT gateway through the portal:
41+
Set up Azure NAT Gateway through the portal:
4242

4343
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.
4444
:::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:
7575
az network vnet subnet update --resource-group [myResourceGroup] --vnet-name [myVnet] --name [myIntegrationSubnet] --nat-gateway myNATgateway
7676
```
7777

78-
## Scaling NAT gateway
78+
## Scaling a NAT gateway
7979

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.
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.
8181

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.
8383

8484
## Next steps
8585

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).
8787

8888
For more information on virtual network integration, see [Virtual network integration documentation](../overview-vnet-integration.md).

0 commit comments

Comments
 (0)