Skip to content

Commit 074a8ff

Browse files
Merge pull request #249125 from mbender-ms/lb-seo-troubleshoot
load balancer - SEO updates - troubleshoot-outbound-connection.md
2 parents 87f43a5 + f4cfa43 commit 074a8ff

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

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

Lines changed: 8 additions & 9 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

@@ -53,7 +52,7 @@ To learn more about default outbound access and default port allocation, see [So
5352

5453
To increase the number of available SNAT ports per VM, configure outbound rules with manual port allocation on your load balancer. For example, if you know you have a maximum of 10 VMs in your backend pool, you can allocate up to 6,400 SNAT ports per VM rather than the default 1,024. If you need more SNAT ports, you can add multiple frontend IP addresses for outbound connections to multiply the number of SNAT ports available. Make sure you understand why you're exhausting SNAT ports before adding more frontend IP addresses.
5554

56-
For detailed guidance, see [Design your applications to use connections efficiently](#design-your-applications-to-use-connections-efficiently) later in this article. To add more IP addresses for outbound connections, create a frontend IP configuration for each new IP. When outbound rules are configured, you're able to select multiple frontend IP configurations for a backend pool. It's recommended to use different IP addresses for inbound and outbound connectivity. Different IP addresses isolate traffic for improved monitoring and troubleshooting.
55+
For detailed guidance, see [Design your applications to use connections efficiently](#design-connection-efficient-applications) later in this article. To add more IP addresses for outbound connections, create a frontend IP configuration for each new IP. When outbound rules are configured, you're able to select multiple frontend IP configurations for a backend pool. It's recommended to use different IP addresses for inbound and outbound connectivity. Different IP addresses isolate traffic for improved monitoring and troubleshooting.
5756

5857
### Configure an individual public IP on VM
5958

@@ -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)