I'm new to Azure Load balancing.. so I'm trying to add 3 VM's to a load balancer and configured this as follows:
- Added 3 VM's with an availability set.
- Created Load Balancer and used the Availability set.
- Added inbound firewall rule for the TCP port on all 3 VM's
- Configured inbound NAT rules so that the client can hit for a specific VM at a particular port internally -This worked fine!
Now I need to test a scenario when I need clients to send data to a specific TCP port which should be distributed to the 3 VM's and I did the following steps:
- Removed the previously created NAT Rules.
- Added the 3 VM's under a single back-end pool.
- Added Probes to non http TCP port.
- Created Load Balancer rule where I have defined the incoming port and the outgoing TCP port which is different.
This does not seem to be working, any idea why ?