Skip to content

Commit 64eac69

Browse files
committed
nat gateway limitations
1 parent 522114e commit 64eac69

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ For more information and pricing. Go to the [NAT gateway overview](../../virtual
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 regional VNet Integration, and therefore **Standard**, **Premium**, **PremiumV2** or **PremiumV3** App Service plan is required.
29+
> * Using NAT gateway with App Service is dependent on regional VNet Integration, and therefore **Standard**, **Premium**, **PremiumV2** or **PremiumV3** App Service plan 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.
3032
3133
## Configuring NAT gateway integration
3234

@@ -80,6 +82,7 @@ The same NAT gateway can be used across multiple subnets in the same Virtual Net
8082
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,000 ports (SNAT ports) allowing up to 1M available ports. Learn more in the [Scaling section](../../virtual-network/nat-gateway/nat-gateway-resource.md#scale-nat) of NAT gateway.
8183

8284
## Next steps
85+
8386
For more information on the NAT gateway, see [NAT gateway documentation](../../virtual-network/nat-gateway/nat-overview.md).
8487

8588
For more information on VNet Integration, see [VNet Integration documentation](../overview-vnet-integration.md).

0 commit comments

Comments
 (0)