Skip to content

Commit 6b8ad88

Browse files
authored
load balancer | Maintenance | Update load-balancer-troubleshoot-backend-traffic.md
1 parent 9e1237c commit 6b8ad88

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/load-balancer/load-balancer-troubleshoot-backend-traffic.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mbender-ms
66
manager: dcscontentpm
77
ms.service: azure-load-balancer
88
ms.topic: troubleshooting
9-
ms.date: 02/23/2024
9+
ms.date: 03/05/2025
1010
ms.author: mbender
1111
ms.custom: engagement-fy23
1212
---
@@ -107,8 +107,6 @@ When the flow maps back to itself, the outbound flow appears to originate from t
107107
108108
The symptom for this scenario is intermittent connection timeouts when the flow returns to the same backend that originated the flow. Common workarounds include insertion of a proxy layer behind the internal load balancer and using Direct Server Return (DSR) style rules. For more information, see [Multiple frontends for Azure Load Balancer](load-balancer-multivip-overview.md).
109109
110-
You can combine an internal load balancer with any third-party proxy or use internal [Application Gateway](../application-gateway/overview.md) for proxy scenarios with HTTP/HTTPS. While you could use a public load balancer to mitigate this issue, the resulting scenario is prone to [SNAT exhaustion](load-balancer-outbound-connections.md). Avoid this second approach unless carefully managed.
111-
112110
## Virtual machines removed from a load balancer are receiving traffic
113111
114112
It is by design that existing TCP connections will continue to a virtual machine even after a backend is removed from a load balancer. Once a connection is routed to a backend instance by the load balancer, traffic is established directly between the client and the backend instance. Connections will continue untl the virtual machine is stopped or deallocated.

0 commit comments

Comments
 (0)