AZ-104 Exam QuestionsBrowse all questions from this exam

AZ-104 Exam - Question 458


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?

Show Answer
Correct Answer: A

To ensure that visitors are serviced by the same web server for each request, you need to configure session persistence. Specifically, configuring session persistence to Client IP and protocol ensures that successive requests from the same client IP address and protocol combination will be handled by the same virtual machine. This is necessary to maintain session consistency for web servers where session state or data might depend on the same server handling multiple requests from the same client.

Discussion

13 comments
Sign in to comment
SANDEEPGO
Aug 26, 2023

Get ready!!! This question will now appear a million times in the next pages

HananS
Dec 26, 2021

The following options are available: None (hash-based) - Specifies that successive requests from the same client may be handled by any virtual machine. Client IP (source IP affinity two-tuple) - Specifies that successive requests from the same client IP address will be handled by the same virtual machine. Client IP and protocol (source IP affinity three-tuple) - Specifies that successive requests from the same client IP address and protocol combination will be handled by the same virtual machine. https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-distribution-mode?tabs=azure-portal The answer is A

Sukorak
Dec 11, 2021

Anser is correct :A

Sukorak
Dec 11, 2021

Answer is correct: A

tahirMScert
Oct 3, 2022

this was on exam 03oct2022 , I scored 870 and answered as Examtopics answer

TeringzooiOption: A
Feb 20, 2022

Answer is correct: A Session persistence!

G_unit_19Option: A
Feb 21, 2022

Straight forward easy question

zellckOption: A
Feb 12, 2023

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

benvdw
Mar 13, 2022

on exam 13/3/2022

EmnCoursOption: A
Sep 7, 2022

Correct Answer: A

klexamsOption: A
Oct 29, 2022

A. Session persistence to Client IP and protocol

Manu_0502Option: A
Dec 19, 2022

A. Session persistence to Client IP and protocol

aikoooOption: A
Apr 6, 2024

I think answer is A

[Removed]Option: A
Sep 27, 2024

A is correct