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
0
votes
1 answer

How to Enable port forwarding on azure vm

Hi I have a azure vm on which I want to configure port forwarding so that I can redirect traffic to 1100 port, I have created a public loadbalancer and in NAT rule I have configured the ports, but seems that I cant RDP onto the VM using my port…
0
votes
0 answers

How to access api running in a VM behind the load balancer in Azure

I have a web API running in a Linux Vm which sits behind a Load Balancer. The LB has a public IP. I want to open a port in LB and map it to the port in the VM where the API is running. what kind of NAT rules, Backend Pools , all the configurations…
0
votes
1 answer

New Azure Standard LB doesn't allow inbound connection

I have setup a LB with a backend pool (only one host for test). I setup network security group on test host with following rule: Source: AzureLoadBalancer Destination: Any Action: Allow Source: VirtualNetwork Destination: VirtualNetwork Action:…
Kiva
  • 9,193
  • 17
  • 62
  • 94
0
votes
1 answer

Inbound NAT Pool, how to discover external port?

Background: If i understand correctly InboundNATPools are used to map a range of external ports each to a specific VM on a VMSS behind a LB. e.g. {LB_IP:p1,LB_IP:p2, ...} => {VM1:p0,VM2:p0, ...} Question: How can a VM (i.e. app) discover it's…
0
votes
2 answers

How Failover works when Primary VM Set get restarted?

Above is sample configuration for Azure Service Fabric. I have created with Wizard and I have deployed one Asp.net core Application and that I am able to access from out side. Now if you look at the image below Service Fabric is being access with…
dotnetstep
  • 17,065
  • 5
  • 54
  • 72
0
votes
1 answer

Create Azure Load Balancer in existing v-net fears to "Not all Backend IP Configurations referenced by the Load Balancer"

I try to create a load balancer on azure via powershell, but in case I use an existing vnet from an different resource group I get an error. (Not all Backend IP Configurations referenced by the Load Balancer). The load balancer should later be used…
0
votes
1 answer

Azure VMSS with application gateway and NAT rules

I have an existing scale set with Application Gateway. I want to add some NAT rules with port forwarding to the scale set instances. So I created a load balancer with inbound NAT rules, and associated it with VMSS. It didn’t throw any error while…
0
votes
2 answers

Load balancing an external service in Azure

We've got a .NET service hosted in Azure (currently on a VM, later as a Web Job) that performs HTTP/HTTPS requests to an external, public service through a third-party API. For scalability and reliability (because the service is unreliable and…
Fabian Schmied
  • 3,885
  • 3
  • 30
  • 49
0
votes
1 answer

Azure Standard Internal Load Balancer backend machines partial internet access

Whenever i'm adding a VM(Windows/Linux) to the backend pool of a Standard(not basic) Internal load balancer, the VM loses internet access(outbound) to all the internet sites(example: www.google.co.in) except Microsoft sites(bing.com). Things i have…
Mangat
  • 41
  • 1
  • 7
0
votes
1 answer

Not able to RDP to VMs which are Standard SKU Loadbalanced in Azure

I had created a standard Public IP and standard Load balancer and 2 VMs and configured NAT rule to map port 5000 to 3389. But when I try to RDP to I am not able connect to the VM. The same configuration when I do with Basic LoadBalancer it works…
kumar
  • 8,207
  • 20
  • 85
  • 176
0
votes
1 answer

Azure migrating Load Balancer to Standard tier with no downtime

Hello I have Virtual Machine Scale Set behind Load Balancer Basic and I would like to migrate to Load Balancer Standard tier. Is it possible with no downtime, or do I have to simply remove backend LB pool for basic and afterwards create backend pool…
marek_lani
  • 3,895
  • 4
  • 29
  • 50
0
votes
1 answer

Azure Classic To Resource To Standard

I am completing a Classic to Resource move for a customer. I have this piece down fairly well. This customer is using a Classic Load Balancer. I need to use a Standard Load Balancer due to the network configuration. I also need to keep the existing…
0
votes
1 answer

Can not enable Costum Helth Prob for Azure App gateway

I deploy a application Gateway on Azure, but Backend health say "unknown" as satus all the time. If I request via Get-AzureRmApplicationGatewayBackendHealth -Name $appGwName -ResourceGroupName $myRg I receive "BackendHttpSettings": { …
0
votes
1 answer

Azure load balancer with NAT rule hiding port for RDP

I have internet facing Azure load balancer with public static IP (call it PIP) and I added a NAT rule - forward TCP port 12345 to local (subnet's IP) 10.2.2.2:3389 (VM that doesn't have public IP). And I'm trying to set NSG for subnet and VM's…
0
votes
1 answer

Azure Public IP scheduled change

I've got an Azure Load Balancer with: Load Balancer fronend IP config: Azure Public IP (dynamic) Load Balancer backend pool: single VM Is there a way to schedule periodically change of Azure Public IP? Maybe using automation scripts? Or maybe I…
AsValeO
  • 2,859
  • 3
  • 27
  • 64