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/overview-nat-gateway-integration.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Azure NAT Gateway is a fully managed, highly resilient service that ensures all
22
22
There are two important scenarios for using Azure NAT Gateway with App Service:
23
23
24
24
- A NAT gateway gives you a static, predictable public IP address for outbound internet-facing traffic to your app within the virtual network.
25
-
- A NAT gateway significantly increases the available [source network address translation (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.
25
+
- A NAT gateway significantly increases the available source network address translation (SNAT) ports in scenarios where you have a high number of concurrent connections to the same public address/port combination. For more information, see [Troubleshoot intermittent outbound connection errors in Azure App Service](./troubleshoot-intermittent-outbound-connection-errors.md).
26
26
27
27
The following diagram shows internet traffic from an app flowing to a NAT gateway in an Azure virtual network:
28
28
@@ -70,7 +70,7 @@ Confirm your app is integrated with a virtual network and subnet, as described i
70
70
71
71
1. In the **Virtual Network Integration** page, select **Add virtual network integration**:
72
72
73
-
:::image type="content" source="./media/overview-nat-gateway-integration/add-virtual-network-integration.png" alt-text="Screenshot that shows how to select the 'Add virtual network integration' option in the Azure portal.":::
73
+
:::image type="content" source="./media/overview-nat-gateway-integration/add-virtual-network-integration.png" alt-text="Screenshot that shows how to select the 'Add virtual network integration' option in the Azure portal.":::
74
74
75
75
1. In the **Add virtual network integration** pane, select your **Subscription**, **Virtual Network**, and **Subnet**.
76
76
@@ -88,7 +88,7 @@ Confirm your app is integrated with a virtual network and subnet, as described i
88
88
89
89
:::image type="content" source="./media/overview-nat-gateway-integration/enable-all-traffic-routes.png" alt-text="Screenshot that shows how to ensure all traffic routes are enabled for the integration in the Azure portal.":::
90
90
91
-
For detailed steps, see [Manage Azure App Service virtual network integration routing](./configure-vnet-integration-routing.md#configure-application-routing).
91
+
For detailed steps, see [Configure application routing](./configure-vnet-integration-routing.md#configure-application-routing).
0 commit comments