Share via

Azure Front Door - IPV6 connection issues

Márcio Fornari 6 Reputation points
2026-02-20T11:37:41.5666667+00:00

I Have a front door and a SaaS plataform with many users. When resolving the domain, Azure Front Door returns both IPv4 and IPv6 addresses.

Observed behavior

Users connecting via IPv4 can access the site normally.

Users whose networks prioritize IPv6 experience connection timeouts.

Browsers such as Chrome and Firefox attempt IPv6 first and fail to connect.

Safari falls back to IPv4 more quickly, so it appears to work.

Running tests confirms the issue:

curl -6 https://xxx.com  → connection hangs / 
curl -4 https://xxx.com   → successful response 

Affected users must disable IPv6 on their network to access the site successfully.

Additional information

The origin server is healthy and reachable over IPv4.

The issue occurs before traffic reaches the origin.

The Azure Front Door profile does not provide an option to disable IPv6.

Request

We would like Microsoft to:

Investigate IPv6 connectivity to the Azure Front Door edge endpoints resolving for our domain.

Verify whether traffic over IPv6 is being dropped or misrouted.

Confirm if there are regional IPv6 routing issues affecting connectivity.

Advize whether IPv6 can be disabled or adjusted for this endpoint.

Provide best practices to ensure reliable connectivity for IPv6 users.

This issue impacts users whose networks prefer IPv6 and prevents them from accessing our service unless IPv6 is manually disabled.

Azure Front Door
Azure Front Door

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

{count} votes

1 answer

Sort by: Most helpful
  1. Praveen Bandaru 10,720 Reputation points Microsoft External Staff Moderator
    2026-02-25T18:03:09.7333333+00:00

    Hello **Márcio Fornari
    **This behavior is expected if IPv6 is being coming and your backend does not support IPv6, as name resolution will fail.

    Also, with dynamic IP allocation at the front door, the IP address changes each time, making it impossible to set up a static allow list.

    Please validate both the working and non-working HAR files and analyze where the failure happens. Share both HAR files with us through a private message.

    If possible, collect the tracking reference ID from the front door access logs for further investigation. You can also find the X-Azure reference ID in the HAR file.

    Please check your activity logs to verify whether the request is reaching your front door backend when the issue occurs and also confirm how the backend is responding to your front door.

    You may collect the tracking reference ID from the access logs when the issue occurs and uses it to review logs in your Azure portal. For instructions on collecting logs, refer to the following document:

    https://learn.microsoft.com/en-us/azure/frontdoor/refstring?source=recommendations&tabs=edge


    I hope the above answer helps you! Please let us know if you have any further questions.

    Please don't forget to "upvote" where the information provided will help you, this can be beneficial to other members of the community.

    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.