Azure front door health probe stops emitting logs

Lifei Wang 20 Reputation points Microsoft Employee
2024-12-27T22:00:48.73+00:00

I'm experiencing issues with Azure Front Door health probes. We are using Service Tag AzureFrontDoor.Backend to allow AFD to redirect to Kubernetes pods.

When I configure the probe protocol to HTTP (port 80), I receive a 307 redirect, why?

When I switch the protocol to HTTPS (port 443), I stop receiving any health probe logs, though I have enabled the log.

These are my settings

User's image

User's image

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
731 questions
{count} votes

Accepted answer
  1. Silvia Wibowo 5,126 Reputation points Microsoft Employee
    2024-12-29T23:49:22.6666667+00:00

    Hi @Lifei Wang , addressing your questions:

    • When I configure the probe protocol to HTTP (port 80), I receive a 307 redirect, why?
      • Because your AFD (Azure Front Door) default-route is set to "Redirect all traffic to use HTTPS". Your health probe is using HTTP, so it gets a redirect (HTTP code 307).
    • When I switch the protocol to HTTPS (port 443), I stop receiving any health probe logs, though I have enabled the log.
      • Referring to this document, Azure Front Door logs every failed health probe request. If you don't see any entry in health probe logs, it means there is no failed request.

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    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.