Unable to connect to Azure after upgrading to Standard Load Balancing

Charles Wolfersberger 40 Reputation points
2026-07-09T09:31:13.67+00:00

I upgraded from basic load balancing to standard load balancing on Azure today. Unfortunately, while Azure reports that the deployment of the standard load balancer resource was successful, our employees can no longer connect to the Company's management software platform sitting on Azure.

I suspect the issue may be that I failed to lock the static IP address for one or more resources. However, the Public IP resource IP address matches the IP address for the Public Load Balancer resource. Unfortunately, I already deleted the basic load-balancing resource.

The issue could be something else - but the only change i made in Azure was replacing the basic load balancing resource with the standard load balancing resource.

Any suggestions?

Azure Load Balancer
Azure Load Balancer

An Azure service that delivers high availability and network performance to applications.


Answer accepted by question author
Vinodh247-1375 44,556 Reputation points Volunteer Moderator
2026-07-09T10:19:51.1366667+00:00
  1. Do you have explicit inbound allow rules (source+port) on the backend subnet/NIC?
  2. Is it healthy on the configured port/path? If probe fails, LB drops all traffic.
  3. Did you configure SNAT (Outbound rules/NAT Gateway/Public IP)? Standard LB does not give default outbound access.

Was this answer helpful?

2 people found this answer helpful.

Answer accepted by question author
TP 163.1K Reputation points Volunteer Moderator
2026-07-09T09:51:36.5766667+00:00

Hi Charles,

Did you allow the required inbound port(s) in the Network Security Group (NSG)? One key difference with Standard Load balancer is it is secure by default, whereas basic is open by default. This means if using Public Standard Load Balancer the traffic needs to be allowed by NSG.

For example, if your management software platform is web based then you would typically need to allow TCP port 443 in the NSG.

Below is screenshot excerpt from documentation comparing Basic vs Standard:

User's image

Please click Accept Answer and upvote if the above was helpful.

Thanks.

-TP

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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