Microsoft Azure Administrator — Question 70
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
- A. Floating IP (direct server return) to Disabled
- B. Session persistence to Client IP
- C. Protocol to UDP
- D. Idle Time-out (minutes) to 20
Correct answer: B
Explanation
The correct answer is B, as configuring session persistence to Client IP ensures that requests from the same client are consistently routed to the same web server. The other options do not achieve this requirement; disabling Floating IP does not affect session persistence, changing the protocol to UDP does not relate to session management, and adjusting the idle time-out does not influence how requests are handled.