Azure Load Balancer HTTP health probe method

Y O 21 Reputation points
2022-06-08T17:42:11.433+00:00

Hi,

I'm currently learning about Azure Load Balancer, and I see that the method used for the health probe is GET, if the answer is 200 OK then succeed.

I've worked previously with hw load balancers (Array Networks and Cisco ASA) and I was able to configure the health probe using HEAD instead of GET, this type of probe also respond with an 200 OK, but does not download the entire page, it only checks if the page exist, and so the probe consumes less resources.

How can I do that with Azure Load Balancer?

Thanks in advance. Kind Regards!

Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
506 questions
0 comments No comments
{count} votes

Accepted answer
  1. Tchimwa Sougang 946 Reputation points Microsoft Employee
    2022-06-08T18:17:25.93+00:00

    @Y O Thanks for your question. Regarding Azure Load Balancer, only the GET method is currently supported, and you can't change like you can do with the Azure Front Door.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.