I am very much new to Microsoft Azure. I am using using Azure Portal in web browser to set up my application.
I followed the following procedure to load balance my tomcat applications.
Now I tried to load balance the above two VMs :
However, Now when I try to connect to the load balancer using the port 8080 and the public IP . I get connection timeout error.
Is there anything which I have missed in the setup?
The problem with my setup was in the probe. I had configured probe on HTTP whereas it should be on TCP.