Microsoft Azure Administrator Associate AZ-104

Microsoft Azure Administrator Associate AZ-104

Get started today

Ultimate access to all questions.


With 5 Windows Server 2016 VMs configured as web servers and an Azure load balancer named LB1, how do you ensure session persistence for visitors across requests?




Explanation:

The correct answer is D: Set Session persistence to Client IP and Protocol. This configuration, often referred to as 'Sticky Sessions,' ensures that when a client starts a session with one of the web servers, subsequent requests from that client are routed to the same server. This is achieved by setting the session persistence in the Azure Load Balancer to client IP and protocol, ensuring the load balancer directs traffic from the same client to the same backend instance.