With 5 Windows Server 2016 VMs configured as web servers and an Azure load balancer named LB1, how do you ensure session persistence for the same web server across requests?
Exam-Like
Explanation:
The correct answer is B. Setting session persistence to Client IP ensures that traffic from the same client IP is routed to the same backend instance. This configuration is necessary to ensure that visitors are consistently serviced by the same web server across multiple requests.