Skip to content

Commit df2c618

Browse files
authored
Merge pull request #102875 from irenehua/patch-4
Update load-balancer-troubleshoot.md
2 parents 7e7309d + 987494d commit df2c618

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ If an internal Load Balancer is configured inside a VNet, and one of the partici
123123
**Resolution**
124124
There are several ways to unblock this scenario, including using a proxy. Evaluate Application Gateway or other 3rd party proxies (for example, nginx or haproxy). For more information about Application Gateway, see [Overview of Application Gateway](../application-gateway/application-gateway-introduction.md)
125125

126+
## Symptom: Cannot change backend port for existing LB rule of a load balancer which has VM Scale Set deployed in the backend pool.
127+
### Cause : The backend port cannot be modified for a load balancing rule that’s used by a health probe for load balancer referenced by VM Scale Set.
128+
**Resolution**
129+
In order to change the port, you can remove the health probe by updating the VM Scale Set, update the port and then configure the health probe again.
130+
126131
## Additional network captures
127132
If you decide to open a support case, collect the following information for a quicker resolution. Choose a single backend VM to perform the following tests:
128133
- Use Psping from one of the backend VMs within the VNet to test the probe port response (example: psping 10.0.0.4:3389) and record results.

0 commit comments

Comments
 (0)