question

AvadhootDalavi-7439 avatar image
0 Votes"
AvadhootDalavi-7439 asked learn2skills answered

Load balancer public IP is not resolving

I have created Load balancer with my custom domain name. I will using domain name to host website. However whenever I am doing telnet to Load balancer public IP address over port 80 then it says "Could not open connection to the host, on port 80: Connect failed". Could you please assist on it.

I have added 2 VM's in the backend pool as well and configured Health probe along with Load balancing rule.

azure-load-balancer
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

learn2skills avatar image
0 Votes"
learn2skills answered

Hi @AvadhootDalavi-7439

Service is listening on Port 80 in OS level and in NSG inbound rule is added?

Below is commands to check in OS level port listening status.
netstat -tuplen
Or
ss -tln



If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.