Exam AZ-104 All QuestionsBrowse all questions from this exam
Question 439

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?

    Correct Answer: D

    To ensure that visitors are serviced by the same web server for each request, you should configure session persistence to Client IP on the Azure load balancer. This setting ensures that traffic from the same client IP is always routed to the same backend instance, providing consistent service for each visitor's session.

Discussion
zellckOption: D

D is the answer. https://learn.microsoft.com/en-us/azure/load-balancer/distribution-mode-concepts Session persistence: Client IP - Traffic from the same client IP is routed to the same backend instance

krzychuPl89

Somebody realy wants us to remember this ...

lulzsec2019

This question appeared at least 5 times.

zellckOption: D

Same as Question 108. https://www.examtopics.com/discussions/microsoft/view/94077-exam-az-104-topic-5-question-108-discussion

azhunterOption: D

Correct Answer

khaled_razoukOption: D

To ensure that visitors are serviced by the same web server for each request, you should configure session persistence to "Client IP" on the Azure load balancer.

kam1122

there it is, this question gonna appear 10x times lol

omgMerrickOption: C

Correct answer: C Session persistence to Client IP Reference: https://learn.microsoft.com/en-us/azure/load-balancer/distribution-mode-concepts

omgMerrick

I meant to select D. :) Reference is still correct.

Ashfaque_9xOption: D

Correct Answer D. Session persistence to Client IP