Windows Server 2016を実行する5つのAzure仮想マシンがあります。 負荷分散seを提供するLB1という名前のAzureロードバランサーがあります。 リクエストごとに訪問者が同じWebサーバーによってサービスされるようにする必要があります。 何を設定する必要がありますか?
正解:B
You can set the sticky session in load balancer rules with setting the session persistence as the client IP. References: https://cloudopszone.com/configure-azure-load-balancer-for-sticky-sessions/