An Azure service that provides a cloud content delivery network with threat protection.
Hello Maitree Leekha,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you are having AFD health probe failures- DNS failures and Connection timeouts seen in logs.
The issue is not caused by application deployment, but by origin reachability and resolution failures from Front Door edge locations, which must be diagnosed and corrected based on the exact probe failure type.
The resolution path will help you fix it:
- Enable Front Door diagnostic logs and Activity Logs to determine the exact failure type (
DNSFailure,DNSTimeout, or connection errors) and correlate with configuration changes - If DNS failures are present, ensure the origin FQDN is publicly resolvable and reachable, or migrate to Front Door Premium with Private Link if the origin is intended to be private
- If connection failures occur, allow traffic from
AzureFrontDoor.Backendand required Azure infrastructure IPs, and ensure the origin endpoint responds correctly - Validate that the health probe endpoint returns fast HTTP 200 responses on the configured protocol/port
- Disable health probes for single-origin groups, as they do not affect routing and can introduce unnecessary probe failures
After implementing the correct origin access model (public vs Private Link), and once logs are enabled, failure type is isolated, DNS consistency is restored or Private Link is implemented, and origin access is properly configured, AFD health probes will stabilize and reliability drops will be eliminated across all edge locations.
The below links are for more reading and steps:
Azure Front Door Health Probes:
https://learn.microsoft.com/azure/frontdoor/health-probes
Azure Front Door Monitoring & Logs:
https://learn.microsoft.com/azure/frontdoor/standard-premium/how-to-logs
Secure Origin Access (Service Tags & IPs):
https://learn.microsoft.com/azure/frontdoor/origin-security
Private Link with Azure Front Door Premium:
https://learn.microsoft.com/azure/frontdoor/private-link
Origins and Reachability Requirements:
https://learn.microsoft.com/azure/frontdoor/origin
I hope this is helpful! Do not hesitate to let me know if you have any other questions, steps or clarifications.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.