Skip to content

Commit 9a170e6

Browse files
Merge pull request #267127 from anavinahar/patch-277
Update load-balancer-troubleshoot-backend-traffic.md
2 parents 8eaadc5 + d86c69d commit 9a170e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mbender-ms
66
manager: dcscontentpm
77
ms.service: load-balancer
88
ms.topic: troubleshooting
9-
ms.date: 06/27/2023
9+
ms.date: 02/23/2024
1010
ms.author: mbender
1111
ms.custom: engagement-fy23
1212
---
@@ -21,11 +21,11 @@ If you suspect backend pool members are receiving traffic, it could be due to th
2121

2222
Azure Load Balancer doesn't support true round robin load balancing but supports a hash based [distribution mode](distribution-mode-concepts.md).
2323

24-
## Cause 1: You have session persistence configured
24+
### Cause 1: You have session persistence configured
2525

2626
Using source persistence distribution mode can cause an uneven distribution of traffic. If this distribution isn't desired, update session persistence to be **None** so traffic is distributed across all healthy instances in the backend pool. Learn more about [distribution modes for Azure Load Balancer](distribution-mode-concepts.md).
2727

28-
## Cause 2: You have a proxy configured
28+
### Cause 2: You have a proxy configured
2929

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

@@ -41,7 +41,7 @@ If a backend pool VM is listed as healthy and responds to the health probes, but
4141

4242
* Accessing the Internet load balancer frontend from the participating load balancer backend pool VM
4343

44-
## Cause 1: A load balancer backend pool VM isn't listening on the data port
44+
### Cause 1: A load balancer backend pool VM isn't listening on the data port
4545

4646
If a VM doesn't respond to the data traffic, it may be because either the target port isn't open on the participating VM, or, the VM isn't listening on that port.
4747

@@ -59,7 +59,7 @@ If a VM doesn't respond to the data traffic, it may be because either the target
5959
6060
4. If the port is marked as **LISTENING**, then check the target application on that port for any possible issues.
6161
62-
## Cause 2: A network security group is blocking the port on the load balancer backend pool VM 
62+
### Cause 2: A network security group is blocking the port on the load balancer backend pool VM 
6363
6464
If one or more network security groups configured on the subnet or on the VM, is blocking the source IP or port, then the VM is unable to respond.
6565
@@ -77,7 +77,7 @@ For the public load balancer, the IP address of the Internet clients will be use
7777
7878
4. Test if the VM has now started to respond to the health probes.
7979
80-
## Cause 3: Access of the internal load balancer from the same VM and network interface
80+
### Cause 3: Access of the internal load balancer from the same VM and network interface
8181
8282
If your application hosted in the backend VM of an internal load balancer is trying to access another application hosted in the same backend VM over the same network interface, it's an unsupported scenario and will fail.
8383
@@ -89,7 +89,7 @@ You can resolve this issue via one of the following methods:
8989
9090
* Configure the application in dual NIC VMs so each application was using its own network interface and IP address.
9191
92-
## Cause 4: Access of the internal load balancer frontend from the participating load balancer backend pool VM
92+
### Cause 4: Access of the internal load balancer frontend from the participating load balancer backend pool VM
9393
9494
If an internal load balancer is configured inside a virtual network, and one of the participant backend VMs is trying to access the internal load balancer frontend, failures can occur when the flow is mapped to the originating VM. This scenario isn't supported.
9595

0 commit comments

Comments
 (0)