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 30 discussion

Actual exam question from Microsoft's AZ-104
Question #: 30
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 enable Floating IP.
Does the solution meet the goal?

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

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Bloodwar
Highly Voted 3 years, 2 months 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. >> Floating IP (direct server return) Enabled
upvoted 70 times
ricardona
1 year, 7 months ago
Yes, enabling Floating IP on the Azure internal load balancer as a listener for the availability group can meet the goal. By enabling Floating IP, the load balancer will use a floating IP address as the source IP address for outbound flows from the backend pool. This will ensure that the IP address used by the backend pool remains the same even if a VM is restarted or replaced, which is important for maintaining the listener for the availability group.
upvoted 30 times
...
jackdryan
1 year, 7 months ago
A is correct
upvoted 2 times
...
...
edengoforit
Highly Voted 2 years, 8 months ago
If you want to reuse the backend port across multiple rules, you must enable Floating IP in the rule definition. When Floating IP is enabled, Azure changes the IP address mapping to the Frontend IP address of the Load Balancer frontend instead of backend instance's IP. Without Floating IP, Azure exposes the VM instances' IP. Enabling Floating IP changes the IP address mapping to the Frontend IP of the load Balancer to allow for additional flexibility. https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-floating-ip
upvoted 10 times
...
ralphmas
Most Recent 2 weeks, 2 days ago
The solution provided, enabling Floating IP, does not meet the goal of configuring an Azure internal load balancer as a listener for the availability group. Enabling Floating IP is not the correct configuration option for an Azure internal load balancer listener for SQL Server Always On availability groups. Floating IP is only used for outbound traffic from the virtual machine, and not for inbound traffic from the Azure internal load balancer. To configure an Azure internal load balancer as a listener for the availability group, you need to create an internal load balancer and configure the listener for the availability group. You will then add the IP address of the internal load balancer as the listener IP address for the availability group. Therefore, the correct answer is B. No.
upvoted 3 times
...
SeMo0o0o0o
1 month ago
Selected Answer: A
A is corerct
upvoted 1 times
...
Nico1973
2 months, 3 weeks ago
Answer: B. No Explanation: Enabling Floating IP is not the correct solution for configuring an Azure internal load balancer as a listener for the availability group. In Azure, for an internal load balancer to act as a listener for the availability group, you should configure the load balancer with a Standard SKU and a Basic SKU public IP address. The internal load balancer should be associated with the back-end pool of the availability group nodes. Therefore, enabling Floating IP does not meet the goal of configuring an Azure internal load balancer as a listener for the availability group.
upvoted 1 times
...
tsummey
3 months, 2 weeks ago
Selected Answer: A
In the context of SQL Server Always On AG, the Floating IP is crucial because it provides a consistent endpoint for the AG listener. To support failover Handling, Azure VNets do not support broadcasting, so the Floating IP and the internal load balancer’s probe setup help determine which node is the primary replica and direct application traffic to it without the need for broadcasting.
upvoted 2 times
...
tashakori
6 months, 2 weeks ago
Yes is right
upvoted 1 times
...
eddzequiel
7 months ago
worksThe 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.
upvoted 1 times
...
harendradhiman
9 months, 2 weeks ago
Selected Answer: A
Azure Load Balancer Floating IP configuration explanation: https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-floating-ip
upvoted 2 times
...
bgbgvfvf
9 months, 3 weeks ago
A correct
upvoted 1 times
...
TedM2
12 months ago
Selected Answer: A
A
upvoted 1 times
...
JWS80
1 year, 2 months ago
Selected Answer: B
No, the solution does not meet the goal. Enabling Floating IP is not a required step when configuring an Azure internal load balancer as a listener for a SQL Server Always On availability group. There are several steps involved in configuring an Azure internal load balancer for a SQL Server Always On availability group, including creating the load balancer, configuring the backend pool, creating a probe, and setting the load balancing rules. Enabling Floating IP is not one of these steps.
upvoted 5 times
...
kamalpur
1 year, 2 months ago
The floating IP concept is explained in below video
upvoted 7 times
...
raj24051961
1 year, 3 months ago
Selected Answer: A
https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-floating-ip
upvoted 1 times
...
Madbo
1 year, 5 months ago
A. Yes, enabling Floating IP on the Azure internal load balancer will allow the Always On availability group to use the IP address assigned to the load balancer even if the virtual machine instance changes. This will ensure that clients can connect to the availability group without interruption in case of a failover.
upvoted 4 times
...
liza1234
1 year, 6 months ago
No. If you enable floating IP, the ILB listener will not be able to tell whether a single mssqlserver is down because the ip addresses of all the VMs are the same. Your ILB won't have a mechanism to distinguish the down VM's because they lose their individual identity/IP by enabling the floating IP. The best solution is to create HTTP Health Probe on Port 1433.
upvoted 2 times
LPaul
1 year, 3 months ago
The ILB listener uses a health probe to determine if the primary endpoint is down. If the health probe determines that the primary endpoint is down, the ILB listener will route traffic to the secondary endpoint. The health probe sends a request to the primary endpoint and waits for a response. If the response is not received within a specified time period, the health probe determines that the primary endpoint is down and routes traffic to the secondary endpoint
upvoted 1 times
...
...
darthfodio
1 year, 9 months ago
Selected Answer: A
A
upvoted 4 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 ...