Microsoft Azure Administrator — Question 87
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. Floating IP (direct server return) to Enabled
- C. a health probe
- D. Session persistence to Client IP
Correct answer: D
Explanation
The correct answer is D because configuring session persistence to Client IP ensures that requests from the same client are directed to the same web server, providing a consistent experience. Options A and B regarding Floating IP settings do not influence session persistence, and option C, while important for health checks, does not handle session consistency.