Upgrade classic Load balancer to standard
Is there a migration script to upgrade classic load balancer to standard? I have tried the automated migration script for Basic to Standard but that failed. I have previously migrated from Azure cloud Classic to Extended support.
Azure Load Balancer
Azure Public LB traffic flow
I am trying to understand this setup link How is internet traffic forwarded by the NVA to an application server VM in Azure? If a client outside of Azure initiates a connection to the public IP of an Azure Load Balancer, my understanding is that the…
Azure Load Balancer
What is the recommended load balancing strategy for Azure Container Apps handling image-based workflows with regional failover?
We are building an AI-powered solution hosted on Azure Container Apps, where each container endpoint handles image uploads of various sizes. These images are processed against local AI/ML models and also invoke Azure services like Document…
Azure Load Balancer


Can I add VMs in Standard Availability Set to the backend pool of the Load Balancer in Basic SKU
I understand that Basic sku LBs and availability sets will be deprecated soon, and I'm aware about the upgrade process, but I need an answer if this is still possible to add VMs in Standard Availability Set to the Load balancer in basic SKU?
Azure Load Balancer
Best Load Balancer Option for Container Apps with Autoscaling
We have three Azure Container Apps, each hosting an API, and we need a load balancing and autoscaling solution to efficiently distribute traffic across them. We would like guidance on the best Azure service for our scenario. Specifically: Which Azure…
Azure Load Balancer

Azure Load Balancer Set traffic priority for VM1
We have two Windows VMs running in same region with private IPs. These VMs running a web application one front-end (Port 443) and another back-end (Port 8080) having multiple clients. We have configured Azure Load Balancer with public IP and configure…
Azure Load Balancer
Basic SKU load balancer migration backout plan
We are having Basic SKU load balancers in our client's environment, and we need to migrate them to Standard SKU due to the retirement of the Basic SKU on 30th September 2025. We are planning to migrate using the PowerShell script provided by Microsoft in…
Azure Load Balancer
How can I Integrate Azure Firewall with Azure Standard Load Balancer for Enhanced Security and Traffic Visibility
Hi I have Azure Standard Load balancer deployed and I want to use Azure Firewall Infront of it as a security, please help me how to configure it and I want to see the traffic flow which are going to my backend VMs, if there is any configuration…
Azure Load Balancer
Upgrade existing LCS / D365 machines to Standard Public IP SKUs
Hello, for the start: i do not work a lot with lifecycle services / Dynamics 365 so i apologize if something is unclear or not detailed enough. On Semptember 30, Basic IP SKUs will be deprecated. Occasionally i create Cloud-hosted environments in…
Azure Load Balancer
Replacing public IP with hostname for sites which configured using load balancer
I currently have sites accessible via URLs like http://<Public-IP>/videos and http://<Public-IP>/images. After configuring a load balancer, I can access these sites using the load balancer's public IP address. Now, I want to replace the…
Azure Load Balancer
Request always going to second server in load balancer
I have configured basic regional load balancer and it has 2 VMs backend pool but request always is going to second server even 2 machines are available. Please let me know how can I make request goes to both the servers and verify it?
Azure Load Balancer
How to put multiple VMs behind a single private IP address on Azure?
I'm working on creating a Blue/Green deployment for a product in Azure but I'm running into a problem regarding outbound traffic to an on-premisses database. Our initial idea can be seen in this diagram: We have three main "moving parts": A…
Azure Virtual Machines
Azure VPN Gateway
Azure Virtual Network
Azure Load Balancer
Azure | Azure Startups

Best Minimal Setup to Simulate Load Balancing in Test Environment
In our production environment, we have a load balancer in place distributing traffic across multiple backend servers, each serving distinct roles. In non-production, we currently have only one server per role (two servers total), each handling a…
Azure Load Balancer
Basic SKU Load Balancer retirement
We are having multiple Basic SKU load balancer in our client environment, where there are VM's associated in the backend pool. While we are sharing the communications with the respective Application teams regarding the SKU migration from Basic to…
Azure Load Balancer
Why do I see down time required message when I am just validating the Azure Basic LB & not performing the actual Az Basic LB upgrade?
Why do I see down time required message when I am just validating the Azure Basic LB & not performing the actual Az Basic LB upgrade? Does Basic SKU Azure LB validation require a down time? if Yes than WHY?
Azure Load Balancer
I have created Cross over region Load balancer
Hi, I have created two regional load balancers and a global load balancer. My question is: If one regional load balancer goes down, will the global load balancer redirect the traffic to the other regional load balancer? But, if the global load balancer…
Azure Load Balancer
Updating Basic Public IP, Basic Load Balancer attached to Classic Cloud Service
We have the following in our Azure Subscription: 1 x Basic Public IP (Dynamic allocation) 1 x Basic Load Balancer (Public IP attached to) 1 x Classic Cloud Service Extended A deadline for both the Public IP and Load Balancer has been put in place…
Azure Load Balancer
Load balancer degraded health
Hi, I have a load balancer that has a degraded service alert since 3/12 at 7:45pm CST. It is causing my 2 connected sql servers to not connect via their cluster. What can be done to get this resolved?
Azure Load Balancer
Metrics about Azure load balancer Standard
Hi Can you explain me what is the difference among All Directions, all Frontent IP and All fronteng Ports? It seems to me all sections have same type of data. For example Direction 80: It shows how much HTTP traffic is coming to the load…
Azure Load Balancer
Must the Gateway Load Balancer Frontend IP be in its own subnet?
hi! Recently our deployments with Azure Gateway Load Balancers stopped forwarding traffic back to their chained public load balancers. To solve the issue, we put the GWLB frontend IPs in dedicated subnets beside our NVAs. Is this necessary? Has anything…