Hello $@chin
The backend VMs can have their return traffic use the Azure Internal Load Balancer (ILB) frontend IP instead of their own NIC IPs by enabling the Floating IP setting. This setup lets the load balancer send return traffic to clients using the frontend IP address, not the individual VM’s IP.
To implement this, turn on the Floating IP option in the load balancing rule for the ILB.
Also, make sure the backend VMs are set up correctly, including having the necessary firewall rules to allow traffic on the required ports.
For example, if load balancing rules are configured for ports like 33008 and 80, outbound traffic on those ports will go through the ILB. Traffic on other ports, such as 28001, will bypass the ILB unless outbound rules cover them.
Verify that backend VM traffic uses the ILB for the specified ports, while traffic on other ports may not. For environments with multiple ports, check that ILB rules are set up properly for effective traffic management.
Hope the above answer helps!
Please let us know do you have any further queries. Please do not forget to “up-vote” wherever the information provided helps you, this can be beneficial to other community members.