ERR_CONNECTION_TIMED_OUT after upgrade from a basic public to standard public load balancer

Yasmin, Fitri 326 Reputation points
2023-02-17T09:56:57.02+00:00

I've deployed a simple set up using this (https://learn.microsoft.com/en-us/azure/virtual-machines/windows/tutorial-load-balancer). The set up includes three VMs with IIS installed and placed behind a basic load balancer. The site is accessible via LB frontent IP.

User's image

Then, I followed this guide(https://learn.microsoft.com/en-us/azure/virtual-machines/windows/tutorial-load-balancer) to upgrade SKU from Basic to Standard LB. The migration looks successfull with the pools, rules, and health probe configured. However, the site is inaccessible from the Standard LB frontend IP and returns "ERR_CONNECTION_TIMED_OUT".) to upgrade SKU from Basic to Standard LB. The migration looks successfull with the pools, rules, and health probe configured. However, the site is inaccessible from the Standard LB frontend IP and returns "ERR_CONNECTION_TIMED_OUT".

Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
506 questions
{count} votes

Accepted answer
  1. msrini-MSFT 9,291 Reputation points Microsoft Employee
    2023-02-20T13:35:33.5+00:00

    Hi, One reason that I can think of is that if you don't have any NSG associated to the backend pool VM it works fine with Basic LB. But for the standard LB NSG is Mandatory and you will need to whitelist port 80 explicitly.


0 additional answers

Sort by: Most helpful

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.