How to enable cloud service exended support load balancing rule Session persistence?

Hongbo Liu 5 Reputation points
2023-11-29T18:50:32.79+00:00

I have a cloud service exended support.

It has 1 role with 2 instances.

I want to change the load balancer to use Client IP Session persistence.

When I go to the load balance and choose the Client IP as the Session persistence under the Load balancing rules.

When I click save, it will fail to save with the following error message:

Failed to save load balancer rule 'DispatchWorker.TicketServer'. Error: Load balancers with SKU Classic cannot be updated using PUT LoadBalancer operation. Use PUT Microsoft.Compute/cloudServices instead.

I dont see how i can use the PUT Microsoft.Compute/cloudServices to enable the Session persistence.

need your help,

thanks in advance.

User's image

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
652 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
411 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Luke Murray 10,611 Reputation points MVP
    2023-11-29T19:29:35.4866667+00:00

    Hi, your best bet is to open up a Support Case with Microsoft directly.

    The reason for this is there are some complexities with how Classic resources are managed.

    If you wanted to try it yourself, this is what I would attempt:

    Attempt these in a test environment; obviously, moving to an ARM resource(from Classic) is preferred.