You are viewing limited content. For full access, please sign in.

Question

Question

Multiple Web Client servers

asked on August 30, 2021

What is the best way to set up multiple webclients for one respoitory in Azure? Right now we have the gate way pointing at a backend pool with the ip addresses of each web server.

0 0

Replies

replied on September 2, 2021

The primary requirement for clustering web client is that the load balancer uses "session affinity", so that each user is assigned to a particular node. Beyond that, there's a lot of flexibility on how to set it up.

In your case, using an IP address means the traffic between the load balancer and the nodes is likely unencrypted. You might consider issuing and using https certificates on those hosts.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.