Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 1 question 29 discussion

Actual exam question from Microsoft's AZ-104
Question #: 29
Topic #: 1
[All AZ-104 Questions]

Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.
Your company has a Microsoft SQL Server Always On availability group configured on their Azure virtual machines (VMs).
You need to configure an Azure internal load balancer as a listener for the availability group.
Solution: You set Session persistence to Client IP.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
J511
Highly Voted 2 years, 10 months ago
Answer is B. "None" FYI: Session persistence ensures that a client will remain connected to the same server throughout a session or period of time. Because load balancing may, by default, send users to unique servers each time they connect, this can mean that complicated or repeated requests are slowed down.
upvoted 41 times
awssecuritynewbie
2 years, 7 months ago
that defeats the purpose of a load balancer that is allowing traffic to various different SQL servers.
upvoted 5 times
jackdryan
1 year, 7 months ago
you need to configure an "availability group listener" not a HTTP health probe
upvoted 2 times
...
...
jackdryan
1 year, 7 months ago
B is correct
upvoted 1 times
...
...
Timock
Highly Voted 2 weeks, 2 days ago
The load balancing rules configure how the load balancer routes traffic to the SQL Server instances. For this load balancer, you enable direct server return because only one of the two SQL Server instances owns the availability group listener resource at a time. Therefore Floating IP (direct server return) is Enabled. TCP 1433 is the standard SQL port. The availability group listener health probe port has to be different from the cluster core IP address health probe port.  The ports on a health probe are TCP59999 and TCP58888. https://docs.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-load-balancer-portal-configure
upvoted 13 times
...
Chuong0810
Most Recent 2 weeks ago
Selected Answer: A
A is correct
upvoted 1 times
...
Madbo
2 weeks, 2 days ago
The solution meets the goal. When you configure an Azure internal load balancer as a listener for a Microsoft SQL Server Always On availability group, you need to ensure that session persistence is configured correctly. Session persistence ensures that a client's connections are maintained with the same server during the session. In this case, setting the session persistence to Client IP is a valid solution as it ensures that a client's connection is maintained with the same server for the duration of the session based on the client's IP address. Therefore, the solution of setting session persistence to Client IP meets the goal. The answer is A (Yes).
upvoted 1 times
...
Flo42
2 weeks, 2 days ago
asked to chatGPT, and the answer is: No, the solution does not meet the goal. For an Azure internal load balancer to properly work as a listener for an SQL Server Always On availability group, you need to set Session persistence to Client IP and protocol, not just Client IP. Setting the session persistence to "Client IP and protocol" ensures that the load balancer can route the traffic correctly based on both the client's IP address and the protocol, which is essential for the proper functioning of SQL Server Always On availability groups.
upvoted 2 times
...
lokii9980
2 weeks, 2 days ago
A. Yes. The solution mentioned in the scenario is correct. Setting session persistence to Client IP will ensure that all connections from a given client IP address are routed to the same SQL Server instance. This is important for ensuring that the client's session state is maintained, as SQL Server Always On availability groups do not provide session state sharing across multiple replicas. By using the Client IP session persistence mode, the Azure internal load balancer will route all client connections from a specific IP address to the same SQL Server instance. This ensures that the client's session state is maintained and provides a seamless failover experience. Therefore, the solution meets the goal of configuring an Azure internal load balancer as a listener for the SQL Server Always On availability group.
upvoted 1 times
Just_Nick
1 year, 5 months ago
Read it again carefully, to setup on Client IP, this is wrong! To configure Availability Group you should do it all in the server side not on Client Side.
upvoted 2 times
...
dilipsun
1 year, 6 months ago
Again ChatGpt
upvoted 4 times
...
...
SeMo0o0o0o
1 month ago
Selected Answer: B
B is corerct
upvoted 1 times
...
longwhiteclouds
2 months, 1 week ago
For configuring an Azure internal load balancer (ILB) as a listener for a SQL Server Always On availability group, setting the session persistence to "Client IP" is correct. This setting ensures that client connections from the same IP address are consistently routed to the same backend server. This is important for SQL Server Always On availability groups to ensure that the traffic is directed to the correct primary replica. Answer: A
upvoted 1 times
...
Charumathi
3 months, 4 weeks ago
Selected Answer: A
Yes, session persistence can be configured in an internal load balancer (ILB) used as a listener for an Availability Group in Azure. This is useful in scenarios where you have a high-availability setup for SQL Server Always On Availability Groups and need to ensure that client connections are consistently routed to the same backend node for session consistency. https://learn.microsoft.com/en-us/azure/load-balancer/distribution-mode-concepts#session-persistence
upvoted 2 times
...
skywalker
5 months ago
Selected Answer: A
Paste the question to CoPilot. and you will know.
upvoted 1 times
...
tashakori
6 months, 2 weeks ago
No is right
upvoted 1 times
...
pooh0805
1 year ago
Selected Answer: A
Setting session persistence to "Client IP" on the Azure internal load balancer is a valid solution for configuring an Azure internal load balancer as a listener for a Microsoft SQL Server Always On availability group. This configuration ensures that client connections from the same source IP address are consistently directed to the same SQL Server instance within the availability group.
upvoted 1 times
...
havoc2k7
1 year ago
Ans. is NO, the key word is 'availability group' means we need redundancy of servers, servers must talk with each other which uses health probe not session persistence, this is use for communication between client and server. Correct me if im wrong.
upvoted 2 times
...
System2214
1 year ago
Selected Answer: B
B es correcto.
upvoted 2 times
...
KangID
1 year, 1 month ago
The introduction of this article has a wise explaining https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-load-balancer-portal-configure?view=azuresql Answer is no
upvoted 1 times
...
RDIO
1 year, 5 months ago
Selected Answer: B
B is the option here
upvoted 2 times
...
brein33
1 year, 8 months ago
answer is B
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...