Microsoft Azure Administrator — Question 44
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 create an HTTP health probe on port 1433.
Does the solution meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The solution does not meet the goal because an HTTP health probe is not suitable for checking the health of a Microsoft SQL Server Always On availability group, which requires a TCP probe on port 1433 instead. Using an incorrect probe type leads to failure in accurately assessing the availability of the SQL Server instances.