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
1
vote
2 answers

Basic Load Balancer with scale set "Virtual Machine Scale Set cannot use a basic SKU load balancer when singlePlacementGroup property is false (lar)."

I am creating BasicLoadBalancer on Azure with scaleset. While adding the backend pool scaleset instance getting an below error Virtual Machine Scale Set cannot use a basic SKU load balancer when singlePlacementGroup property is false (large scale…
Shiv
  • 144
  • 10
1
vote
0 answers

Why is Azure Load Balancer Used SNAT Ports higher than what Netstat command report?

We have recently fixed a problem involving SNAT ports exhaustion. The hotfix was simple and we needed only to allocate more ports to the backend pool. Along with that fix, we changed the vNet to allow PaaS applications to go through the Azure…
Ariel Moraes
  • 602
  • 7
  • 15
1
vote
1 answer

Change BackendAppressPool on Azure Load Balancer Rule using Powershell AZ

I am trying to change the backend address pool on a pre-existing Load Balancer rule. I have looked into using Set-AzLoadBalancerRuleConfig but it would appear I need to provide all the information for the rule to be rebuilt... ie: the…
Jeffrey
  • 2,095
  • 3
  • 20
  • 36
1
vote
1 answer

How to add multiple Azure VMSS to one basic tier Azure load balancer?

I am using VMSS with basic tier load balancer and public IP address. When I am doing application update, I want to create new VMSS to make sure it is not affecting the old VMSS. Now I am creating new VMSS with new IP and load balancer. However, I do…
1w2w3y
  • 61
  • 5
1
vote
1 answer

What exactly does read/write count represent in Java Fligh Record?

So, my situation on a high level is investigation of a source of SNAT port exhaustion. With no indication of any issues in our logs the only clue we managed to find using JFR profiling is this Read Count (screenshot from JDK Mission Control). This…
Kousalik
  • 3,111
  • 3
  • 24
  • 46
1
vote
1 answer

create azure aks with basic load blancer

As I understood from the documentation , if you use azure portal to create AKS cluster , you can't use the basic load balancer ,which is free in my current subscription. So how can I then use the basic load balancer with aks.
Mou
  • 89
  • 6
1
vote
0 answers

Coturn Load balancing on Azure

I have hosted Turn server on azure Linux VM using coturn, but I am facing problem to achieve high scalability. How I can deploy coturn server on Azure? Is there any way to use Azure load balancer for coturn server ?
Hrishikesh
  • 299
  • 1
  • 14
1
vote
2 answers

Azure Load Balancer uses zone 1 since subscription xxx-xxx-xxx-xxx does not support zone 1 in location westus

I am trying to create a load balancer in Azure using terraform but I am getting this error: Error: creating/updating Load Balancer "lbclassic" (Resource Group "apim-appGw-RG"): network.LoadBalancersClient#CreateOrUpdate: Failure sending request:…
Jananath Banuka
  • 2,951
  • 8
  • 57
  • 105
1
vote
1 answer

The provider hashicorp/azurerm does not support resource type │ "azurerm_lb_backend_address_pool_address"

I am trying to create a Load Balancer in azure using terraform and I am getting this error: Error: Invalid resource type │ │ on 12-lb.tf line 43, in resource "azurerm_lb_backend_address_pool_address" "example": │ 43: resource…
Jananath Banuka
  • 2,951
  • 8
  • 57
  • 105
1
vote
1 answer

Azure Loadbalancer: Can the Virtual Machines in BackendPool retain public IP?

I was going through AWS where they tend to keep Public IP for the vm instances and are able to configure the Loadbalancer,can we leave public IP here as well for individual vms. I observe that if we add VM to backend pool while creating the VM,…
Aditya Garg
  • 121
  • 2
  • 9
1
vote
1 answer

Intermittent responses from our AKS cluster; suspected load balancer problem

We have recently set up a AKS cluster with a NGINX controller. Access seemed ok, but then we found that occasional requests are unable to connect. To demonstrate the problem we use a short powershell script which makes repeated requests to the URL,…
awj
  • 7,482
  • 10
  • 66
  • 120
1
vote
0 answers

AGIC with App gateway together with azure load balancer

i want to understand the concept and the traffic flow in case of using AGIC. I'm using azure advanced networking in AKS. What i see that azure automatically creates an Azure load balancer once the cluster is created. So now i have an App gateway…
1
vote
0 answers

Redirecting aws load balancer traffic to azure VM

I have a tomcat ec2 server behind AWS application load balancer with the example domain http://sourceplatform.xyz.com/ sourceplatform.xyz.com points to the hostname of the load balancer, which based on rules directs traffic to target group. I want…
Kohini
  • 427
  • 2
  • 6
  • 14
1
vote
0 answers

Azure-k8s: Not able to delete Load Balancer service?

I have deleted my namespace. I check all the resources(i.e. pods,pvc,deployments,svc) are also deleted, however there is a loadbalancer services still under the deleted namespace. please find the details below : kubectl get ns NAME …
1
vote
1 answer

Azure Kubernetes LoadBalancer forward requests to all instances

I have a service using Azure Kubernetes cluster and AKS load balancer. I want to forward some HTTP(client) requests to all instances. is there any way to configure this behavior using AKS or Kubernetes in general? Say I have XYZ API running two…
vkt
  • 1,401
  • 2
  • 20
  • 46