Load balancer public IP is not resolving

Avadhoot Dalavi 1 Reputation point
2021-08-08T14:38:50.807+00:00

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
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
451 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 14,466 Reputation points MVP
    2021-08-09T05:41:16.877+00:00

    Hi @Avadhoot Dalavi

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.