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.