Skip to content

Commit 61b25c1

Browse files
Merge pull request #291416 from thisisanniefang/patch-87
Add section on existing connections to removed VMs
2 parents ee508ef + 1abdbdb commit 61b25c1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Using source persistence distribution mode can cause an uneven distribution of t
2929

3030
Clients that run behind proxies might be seen as one unique client application from the load balancer's point of view.
3131

32-
## VMs behind a load balancer aren't responding to traffic on the configured data port
32+
## Virtual machines behind a load balancer aren't responding to traffic on the configured data port
3333

3434
If a backend pool VM is listed as healthy and responds to the health probes, but is still not participating in the load balancing, or isn't responding to the data traffic, it may be due to any of the following reasons:
3535

@@ -109,6 +109,11 @@ The symptom for this scenario is intermittent connection timeouts when the flow
109109
110110
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.
111111
112+
## Virtual machines removed from a load balancer are receiving traffic
113+
114+
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.
115+
116+
112117
## Next steps
113118
114119
If the preceding steps don't resolve the issue, open a [support ticket](https://azure.microsoft.com/support/options/).

0 commit comments

Comments
 (0)