exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 1 question 28 discussion

Actual exam question from Microsoft's AZ-104
Question #: 28
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 create an HTTP health probe on port 1433.
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 (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Madbo
Highly Voted 2 months, 2 weeks ago
No, the solution does not meet the goal. Port 1433 is used by SQL Server for SQL Server Database Engine connections, not HTTP connections. Therefore, creating an HTTP health probe on port 1433 will not work. To configure an Azure internal load balancer as a listener for the availability group, you need to create a TCP health probe on port 1433, which is the default port for SQL Server. So, the correct solution would be to create a TCP health probe on port 1433, not an HTTP health probe. Therefore, the answer is B (No).
upvoted 34 times
...
pverma20
Highly Voted 2 months, 2 weeks ago
No, the solution does not meet the goal. Port 1433 is used by SQL Server for SQL Server Database Engine connections, not HTTP connections. Therefore, creating an HTTP health probe on port 1433 will not work. To configure an Azure internal load balancer as a listener for the availability group, you need to create a TCP health probe on port 1433, which is the default port for SQL Server. So, the correct solution would be to create a TCP health probe on port 1433, not an HTTP health probe. Therefore, the answer is B (No).
upvoted 24 times
...
MrTheoDaProphet
Most Recent 2 months, 2 weeks ago
Selected Answer: B
No, creating an HTTP health probe on port 1433 does not meet the goal of configuring an Azure internal load balancer as a listener for the SQL Server Always On availability group. In order to configure an Azure internal load balancer as a listener for the availability group, you need to create a TCP health probe on port 1433. SQL Server uses TCP to communicate on port 1433, so a TCP health probe is the appropriate choice to ensure the availability and health of the SQL Server instances in the availability group.
upvoted 17 times
...
SeMo0o0o0o
2 months, 2 weeks ago
Selected Answer: B
B is correct You enable Floating IP.
upvoted 1 times
...
SeMo0o0o0o
3 months ago
Selected Answer: B
B is corerct
upvoted 1 times
SeMo0o0o0o
2 months, 3 weeks ago
You enable Floating IP.
upvoted 1 times
...
...
Nico1973
4 months, 3 weeks ago
Answer B. No Explanation An HTTP health probe on port 1433 would not be appropriate for an SQL Server Always On availability group listener. It is essential to use a TCP health probe on port 59999 to monitor the availability group listener properly.
upvoted 2 times
...
james2033
1 year, 1 month ago
Selected Answer: B
Port 1433 for database connections pool, not for HTTP protocol in health check.
upvoted 5 times
...
KangID
1 year, 3 months ago
"If enabled, the default instance of the SQL Server Database Engine listens on TCP port 1433." https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/configure-a-server-to-listen-on-a-specific-tcp-port?view=sql-server-ver16
upvoted 1 times
...
maheshwariravi
1 year, 4 months ago
No is correct answer,as Port 1433 for TCP is needed to connect to the SQL database instance
upvoted 2 times
...
[Removed]
1 year, 5 months ago
Selected Answer: B
Port 1433 for TCP is needed to connect to the SQL database instance https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/configure-a-server-to-listen-on-a-specific-tcp-port?view=sql-server-ver16
upvoted 1 times
...
dhivyamohanbabu
1 year, 5 months ago
Option B is correct
upvoted 2 times
...
lokii9980
1 year, 8 months ago
B. No. The solution mentioned in the scenario is not correct. Creating an HTTP health probe on port 1433 will not work because SQL Server does not use HTTP as a protocol. The HTTP health probe will not be able to determine if the SQL Server instance is running or not. To configure an Azure internal load balancer as a listener for the availability group, you need to create a TCP health probe on port 1433. SQL Server uses TCP as a protocol, and a TCP health probe will be able to determine if the SQL Server instance is running or not. Therefore, the correct solution is to create a TCP health probe on port 1433.
upvoted 4 times
dilipsun
1 year, 8 months ago
CHATGPT lols
upvoted 6 times
...
...
liza1234
1 year, 8 months ago
yes. port 1433 health probe should monitor the status of microsoft sql server. if this port is healthy, it means the app running on the server, the connection to db, as well as the VM itself are all healthy. In fact this is the best practice whenever possible since it can monitor at the app/db level not just the VM level.
upvoted 1 times
harisavt47
1 year, 8 months ago
Yes but per article below it should be TCP protocol not HTPP
upvoted 1 times
...
...
GBAU
1 year, 9 months ago
Selected Answer: B
"An availability group listener is a virtual network name that clients connect to for database access. On Azure Virtual Machines in a single subnet, a load balancer holds the IP address for the listener." To configure an Azure internal load balancer as a listener for the availability group you need to configure an "availability group listener" not a HTTP health probe
upvoted 13 times
jackdryan
1 year, 9 months ago
B is correct
upvoted 1 times
...
...
micro9000
1 year, 11 months ago
Eliminate the need for an Azure Load Balancer for your Always On availability (AG) group by creating your SQL Server VMs in multiple subnets within the same Azure virtual network.
upvoted 1 times
...
Mugamed
1 year, 11 months ago
1433 is a sql port, http is 80, so NO.
upvoted 5 times
...
klexams
2 years, 1 month ago
Selected Answer: B
Health probe to check if backend vm is healthy.
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 ...