Microsoft Azure Administrator — Question 95

You have five Azure virtual machines that run Windows Server 2016. The virtual machines are configured as web servers.

You have an Azure load balancer named LB1 that provides load balancing services for the virtual machines.

You need to ensure that visitors are serviced by the same web server for each request.

What should you configure?

Answer options

Correct answer: A

Explanation

The correct answer is A, as configuring session persistence to Client IP ensures that requests from the same client are directed to the same web server, maintaining session continuity. Option B, adjusting the idle time-out, does not affect session persistence. Option C, setting session persistence to None, would lead to requests being routed to different servers. Option D, changing the protocol to UDP, is irrelevant as HTTP typically uses TCP.