AFD health probe failures- DNS failures and Connection timeouts seen in logs

Maitree Leekha 5 Reputation points Microsoft Employee
2026-05-22T09:17:19.55+00:00

Our AFD health probes started experiencing drops, and specifically DNS or connection failures. This started happening when we made a small change to disable a region in the AFD. After which, all the origin group and all the origins within started experiencing small reliability drops randomly. None of the apps corresponding to these origins were re-deployed during the time, nor did anything else change w.r.t them.

Azure Front Door
Azure Front Door

An Azure service that provides a cloud content delivery network with threat protection.


2 answers

Sort by: Most helpful
  1. Thanmayi Godithi 11,810 Reputation points Microsoft External Staff Moderator
    2026-05-22T09:33:48.47+00:00

    Hi Maitree Leekha ,

    Thank you for sharing the details. Based on the symptoms, this appears to be related to Azure Front Door health probe reachability (DNS resolution or connectivity) rather than an application issue.

    Azure Front Door sends health probes from multiple global edge locations to all configured origins, and any failure to receive a valid response (including DNSFailure, DNSTimeout, or connection timeout) is treated as an unhealthy signal.

    Since the issue started immediately after disabling a region and is impacting all origins with intermittent reliability drops, this is most likely due to DNS resolution inconsistencies or transient connectivity issues from certain edge locations, possibly triggered by the configuration change. Such issues can occur even when backend applications are healthy.

    Could you please help confirm the following:

    • Are the origin hostnames (FQDNs) publicly resolvable consistently from different geographic regions?
    • Are you using Azure DNS or a third-party DNS provider? Any recent DNS changes or low TTL values?
    • Do the failures occur across all edge locations or only specific regions (based on FrontDoorHealthProbeLogs)?
    • Are there any firewall, NSG, or origin-level restrictions that could block requests from certain Front Door POPs?
    • Is the origin accessible over the configured protocol/port (HTTP/HTTPS) from external endpoints at all times?

    You can validate DNS resolution from an Azure context using Cloud Shell:

    nslookup <origin-FQDN>
    

    This helps confirm whether the origin hostname is resolving correctly. Inconsistent or delayed resolution can contribute to DNSFailure/DNSTimeout errors observed in health probes.

    Let me know the results!

    Was this answer helpful?

    1 person found this answer helpful.

  2. Sina Salam 31,456 Reputation points Volunteer Moderator
    2026-05-25T12:44:29.1533333+00:00

    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.Backend and 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.

    Was this answer helpful?

    0 comments No comments

Your answer

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