is Graceful scale in possible in scale sets using azure load balancer

Anonymous
2023-07-31T10:40:17.5133333+00:00

I have an azure scale set that runs a service communicating to server vms present outside of the scale set. traffic to scale set is coming from an Azure load balancer.

Problem: when requests present in a VM of scale set is less than a threshold value I want the load balancer to stop sending new requests to this VM and the scale set to delete the VM.

I am not sure how to configure the load balancer to stop sending new requests to this VM.

Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
420 questions
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
362 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. msrini-MSFT 9,266 Reputation points Microsoft Employee
    2023-07-31T15:19:13.03+00:00

    Hi,

    The load balancing method based on a given threshold is not supported in Azure Load balancer today. What you can potentially do is to add scale rule based on the threshold to reduce the load on a specific server.

    Regards,

    Karthik Srinivas