Questions tagged [azure-load-balancer]

Use this tag for questions regarding the Azure Load Balancer. Azure Load Balancer distributes incoming, internal, and outgoing internet traffic.

Azure Load Balancer distributes incoming, internal, and outgoing internet traffic. It may also forward traffic to a particular port.

References:

  1. Load Balancer Documentation

  2. Load Balancer REST API

350 questions
3
votes
3 answers

Why is azure load balancer still sending traffic to nodes after health probe down?

I have 2 Azure VM sitting behind a Standard Azure Load Balancer. The load balancer has a healthprobe pinging every 5 seconds with HTTP on /health for each VM. Interval is set to 5, port is set to 80 and /health, and "unhealthy threshold" is set to…
user5283666
3
votes
1 answer

How to assign only one static public IP to AKS-multiAZ Loadbalancer

I'm setting up a multi-AZ AKS cluster, I would like to assign a static public IP that I created to this loadbalancer. Here is what I have : #### Creating a Public static IP #### resource "azurerm_public_ip" "lb-public-ip1" { name =…
Matrix
  • 2,399
  • 5
  • 28
  • 53
3
votes
2 answers

Load balancing Azure Blob Storage

Is there any way to load balance the Azure Blob Storage by just using Azure Load Balancer and the Blob Storage (without needing a service)? What I'm trying to achieve is to hit a load-balancer url…
Mavi Domates
  • 4,262
  • 2
  • 26
  • 45
3
votes
4 answers

How to expose multiple kubernetes services trough single azure load balancer?

I want to expose multiple services trough single load balancer. Each service points to exactly one pod. So far I tried to: kubectl expose --port=7000 And in Azure portal to manually set either load balancing rules or Inbound Nat rules,…
Łukasz Baran
  • 1,229
  • 3
  • 24
  • 47
2
votes
1 answer

can we use azure load balancer on a multiple Azure openai services in azure

I have resource group in azure. I have created 3 Azure openai service but I am wondering if it is possible to place a load balancer on these 3 app services to balance the load between them, Is it possible to do so?? Or Which load balancer technique…
Sanjeev Gautam
  • 353
  • 3
  • 15
2
votes
0 answers

Azure App Service Plan, incorrect load balancing when scaling in or out

My Azure App Service Plan is behaving strangely when scaling in and out. The unconfigurable load balancer that I get with my plan seems to be redirecting traffic in an incorrect way. My plan hosts multiple C# .NET API's, with only one of them…
2
votes
0 answers

Load balancer scaling

I am quite new to the load balancing scenarios expecially in cloud. We are using load balancers to avoid load to a particular server and to avoid single point of failure . But then how does the load balancer itself scale . Isn't it a single point of…
2
votes
1 answer

Is it possible to move a hostname between two Azure Front Door resources without downtime?

TL;DR: Can I move hostnames between Azure Front Door resources within the same subscription without an outage? Context I have four Frontdoor resources - each with a set of hostnames. My organisation is looking to consolidate these hostnames to a…
2
votes
1 answer

Azure Frontdoor: Requests go to invididual backends, why?

I have set up an Azure Frontdoor Load Balancer with 2 backends, hosting an Angular app. When looking at the network traffic in the browser's developer tools, I see that only the first few requests for *.html and *.js files go to the loadbalancer.…
Urs Meili
  • 618
  • 7
  • 19
2
votes
2 answers

How to add a backend with virtual machine IP for Azure Load Balancer in Terraform

I am creating an Azure load balancer that I need to route the incoming traffic to backend pool which consist of a virtual machine. I am using Terraform to do this. So far, I have created the followings: Load Balancer Load Balancer Rule Backend…
Jananath Banuka
  • 2,951
  • 8
  • 57
  • 105
2
votes
1 answer

is there any way to see the access logs for azure load balancer

I have a standard load balancer in azure, and some clients complain that they receive 503 error status code. They are accessing the load balancer service behind their local proxy server. I suspect the issue is on the client side (at the proxy…
catalin
  • 946
  • 6
  • 14
  • 31
2
votes
1 answer

azure application gateway behind azure front door multiple websites domains ssl

Infrastructure]1 Info picture - all servers should have the same configurations and websites and ports. The goal is that on all virtual servers in VMSS are running the different websites ( www.xxx.com , www.yyy.com , wwww.zzz.com ) The SSL…
2
votes
0 answers

Getting blank page when exposing ReactJS app using Ingress-controller

apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: hello-world-ingress annotations: kubernetes.io/ingress.class: nginx nginx.ingress.kubernetes.io/rewrite-target: /$2 nginx.ingress.kubernetes.io/add-base-url: "true" …
2
votes
1 answer

Why does Azure Load Balancer not work for machines not in an availability set?

I created 2 VMs in the same availability set, and added them to a basic load balancer, and that worked fine. Then I tried to do the same thing, the only two differences being that the VMs were not in an availability set, and I used a standard load…
360man
  • 189
  • 1
  • 2
  • 11
2
votes
0 answers

Azure Load balancer( L4) will support SNI?

Currently i set up the pulsar in azure vm using this link https://pulsar.apache.org/docs/en/deploy-bare-metal/ Now i would like to set up the SNI to the pulsar cluster is there any way to do this…
Bala Krishna
  • 47
  • 2
  • 8
1
2
3
23 24