Skip to content

Commit fde4c9a

Browse files
author
michael.bender
committed
SEO updates - intial pass
1 parent 4d1d5ab commit fde4c9a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

articles/load-balancer/troubleshoot-outbound-connection.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: Troubleshoot common outbound connectivity issues with Azure Load Balancer
3-
titleSuffix: Azure Load Balancer
4-
description: In this article, learn to troubleshoot for common problems with outbound connectivity with Azure Load Balancer. This includes most common issues of SNAT exhaustion and connection timeouts.
2+
title: Troubleshoot Azure Load Balancer outbound connectivity issues
3+
description: Learn troubleshooting guidance for outbound connections in Azure Load Balancer. This includes issues of SNAT exhaustion and connection timeouts.
54
services: load-balancer
65
author: mbender-ms
76
ms.service: load-balancer
87
ms.custom: ignite-2022
98
ms.topic: troubleshooting
10-
ms.date: 05/22/2023
9+
ms.date: 08/24/2023
1110
ms.author: mbender
1211
---
1312

14-
# Troubleshoot common outbound connectivity issues with Azure Load Balancer
13+
# Troubleshoot Azure Load Balancer outbound connectivity issues
1514

16-
This article provides troubleshooting guidance for common problems that can occur with outbound connections from an Azure Load Balancer. Most problems with outbound connectivity that customers experience is due to source network address translation (SNAT) port exhaustion and connection timeouts leading to dropped packets.
15+
Learn troubleshooting guidance for outbound connections in Azure Load Balancer. This includes understanding source network address translation (SNAT) and it's impact on connections, using individual public IPs on VMs, and designing applications for connection efficiency to avoid SNAT port exhaustion. Most problems with outbound connectivity that customers experience is due to SNAT port exhaustion and connection timeouts leading to dropped packets.
1716

1817
To learn more about SNAT ports, see [Source Network Address Translation for outbound connections](load-balancer-outbound-connections.md).
1918

@@ -25,7 +24,7 @@ Follow [Standard load balancer diagnostics with metrics, alerts, and resource he
2524

2625
It's important to optimize your Azure deployments for outbound connectivity. Optimization can prevent or alleviate issues with outbound connectivity.
2726

28-
### Use a NAT gateway for outbound connectivity to the Internet
27+
### Deploy NAT gateway for outbound Internet connectivity
2928

3029
Azure NAT Gateway is a highly resilient and scalable Azure service that provides outbound connectivity to the internet from your virtual network. A NAT gateway’s unique method of consuming SNAT ports helps resolve common SNAT exhaustion and connection issues. For more information about Azure NAT Gateway, see [What is Azure NAT Gateway?](../virtual-network/nat-gateway/nat-overview.md).
3130

@@ -66,7 +65,7 @@ We highly recommend considering utilizing NAT gateway instead, as assigning indi
6665
>
6766
>Private Link is the recommended option over service endpoints for private access to Azure hosted services. For more information on the difference between Private Link and service endpoints, see [Compare Private Endpoints and Service Endpoints](../virtual-network/vnet-integration-for-azure-services.md#compare-private-endpoints-and-service-endpoints).
6867
69-
## Design your applications to use connections efficiently
68+
## Design connection-efficient applications
7069

7170
When you design your applications, ensure they use connections efficiently. Connection efficiency can reduce or eliminate SNAT port exhaustion in your deployed applications.
7271

0 commit comments

Comments
 (0)