Can I configure Same VIP with same subnet of VM on Same VPC?
I want to use Load Balnacer. Can I configure Same IP address range of VIP with Same IP Address Subnet on Same VPC? for example, VPC : test_vpc 192.168.0.0/16 Subnet : test_subnet 192.168.10.0/24 LB VIP : 192.168.10.3 is this possible??
Azure Load Balancer

Shutting down application that is served behind Azure LB gracefully
Hey, I have a LB set up in Azure that fronts 2 VMs. There is a health probe that determines "health" status of the backend servers and once the VM is reported as unhealthy, all new connections are routed to the only healthy node. My problem…
Windows development | Internet Information Services
Azure Load Balancer
Cannot configure VMSS with network interfaces with public ip and backend pool with outbound rules. Please remove one of them to continue.
Hi all i am trying to test on my Lab deployment of scalable and highly availability on Azure. I have created a Load balancer and while trying to associate the load balancer to the Virtaul machine scale set i get the error "Cannot configure…
Azure Load Balancer
Azure Virtual Machine Scale Sets


error: http2: client connection lost for azure kubernetes service
I have deployed python script in azure kubernetes services which will make connection with rabbitmq to get input data and process it and pass the output data back to the rabbitmq in the form of messages , but i am getting below error when there is no…
Azure Kubernetes Service
Azure Load Balancer
Site-to-Site VPN with VNET Gateway between two Azure stacks
Wonder if anyone has this requirement before? We'll have two Azure stacks sitting in two different datacenter. (kinda private Azure cloud with multi-site support). Application will be running inside the stack (active-active with replication at…
Azure VPN Gateway
Azure Stack Hub
Azure Load Balancer
Always On VPN - Issues authenticating to on-prem resources from AAD Join machines
We have an issue with our AAD Join W10 devices. This issue does not present itself on our domain joined machines. We have some on-prem applications that use Windows integrated authentication that sit behind an AWS elastic load balancer. While directly…
Azure VPN Gateway
Azure Load Balancer
Microsoft Security | Intune | Configuration
Microsoft Security | Microsoft Entra | Microsoft Entra ID

Load Balancing On Premises VMs into Azure
We do have a Site to site VPN configured from Azure to On Premises and we do have around 20 applications hosted in 20VMs. We now want to create Azure as the secondary passive site and host 20VMs which will be the replica of the On Prem VMs so that Azure…
Azure Traffic Manager
Azure Load Balancer

Load Balancing On Premises VMs into Azure
We do have a Site to site VPN configured from Azure to On Premises and we do have around 20 applications hosted in 20VMs. We now want to create Azure as the secondary passive site and host 20VMs which will be the replica of the On Prem VMs so that Azure…
Azure Load Balancer
Active Passive with private IPs
hey guys what would be option when services are internal so Traffic Manager or Front Door does not apply since they support public endpoints/public DNS? in the last month 2 customers are configuring some active/passive private ips in different AZ…
Azure Traffic Manager
Azure Load Balancer


Loadbalancer got automatically rebooted
Loadbalancer got automatically rebooted. Need some help on it.
Azure Load Balancer

Cross-region loadbalancer in Sweden
Hi, When will Cross-region loadbalancer be available in region Sweden? Is there any plans for this? BR // Claes
Azure Load Balancer

Is it possible to make a call to an azure app service inside a vnet from azure ad b2c ?
We have our Azure AD B2C custom policy that uses a utilities hosted as a Web App locked inside a VNET. We are not yet there in a position to validate, but curious to know whether it would work beforehand? Is it supported that Azure AD B2C custom policy…
Azure Virtual Network
Azure Private Link
Azure Load Balancer
Azure App Service
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Load balancers health probe
If one system is down in an availability set and the load balancer switches to another VM in azure, when the first is up again, how will the load balancer know and how does the load balancer use the previous system again?
Azure Load Balancer
Load balancers on Availability set
When Load balancers are created on Virtual Machine scale set, do load balancers consider the VMs which are added as part of scale up. For example, if the load balancers are configured on VM scaleset, now the VMs are added in the scale set, do the load…
Azure Load Balancer
Azure Virtual Machine Scale Sets
Azure load balancer logs
Hi Where can I see loadbalancer logs to see no of requests received and which backend pool request has been transferred. we enabled diagnostics logs on the Azure Load balancer and how to query on the logs to see which backend server the request has…
Azure Load Balancer
Azure VMs, Monitoring and Load Balancing
I have two Windows VMs behind a load balancer with monitoring setup on both VMs. When checking the CPU utilization, I notice that the load isn't evenly balanced. Here's what I'm seeing. Does this look normal for a 24 hour period? When checking for a…
Azure Monitor
Azure Virtual Machines
Azure Load Balancer
Best practice in publishing Remote Desktop access or Terminal server to Internet via Azure ?
Hi Everyone, I need to know if the below highlighted Azure VM to securely publish the Remote Desktop access / Terminal Server from the internet is Azure Bastion ? If not what do I need to add or configure to secure the RDP access from the…
Azure Virtual Machines
Azure Front Door
Azure Bastion
Azure Load Balancer


Expose private link HTTPS and Non HTTPS ports from NGFW LB Sandwich
My organization has decided to utilize private endpoint on all of our PaaS services when possible, with the end goal of filtering traffic through our NGFWs. We currently have a ELB and ILB sandwich configured which is currently servicing our internal…
Azure Application Gateway
Azure Private Link
Azure Load Balancer

Load balancing between mine and azure servers.
I have a web server at my home and VM setup at azure I want to load balance between these servers because I turn off my home server at 10pm and turn it on at 9-10am I add it to backend pool via Ip but the health probe is showing it's not running and its…
Azure Virtual Network
Azure Load Balancer
ACI with subnet and Internal LoadBalance
Hi I am trying to POC a simple scenario of several container instances in the same virtual network and different subnets. I want to be exposed to a public internet (inbound). through the public load balance In order to do this, I set up a load…