Azure Front Door limit - Cannot disassociate route, get the "route limit is exceeded."

Renan Stigliani 0 Reputation points
2025-10-23T15:14:18.6166667+00:00

I'm trying to disassociate a domain on my Azure Front Door Route, and I get the message

Failed to update the route 'default-route'. Error: Profile's composite route limit is exceeded.

I'm trying to disassociate domains, precisely to be able to delete the domains, in order to reconfigure it as a wildcard domain based solution. I also tried to remove the association/domain via az cli and the same error happens.

HELP

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. Priya ranjan Jena 1,755 Reputation points Microsoft External Staff Moderator
    2025-10-23T16:07:34.1866667+00:00

    Hi Renan Stigliani,

    Welcome to Microsoft Q&A forum.

    The error you received, "Profile's composite route limit is exceeded," indicates that your current setup may have surpassed the limit set for the number of routes, domains, and paths associated with your Front Door profile.

    So, here we gather some suggestions for you , can follow them.

    1. Check Composite Route Limit: Each Front Door profile has a composite route limit of 5000. You can calculate your profile's composite limit by considering the number of domains (both HTTP and HTTPS) and the paths associated with each route.

    Reference link:https://learn.microsoft.com/en-us/azure/frontdoor/front-door-routing-limits#calculate-your-profiles-composite-limit

    2.If your profile's composite route metric exceed 5000, consider the following mitigation strategies:

    • Deploy multiple Front Door profiles, and spread your routes across them. The composite route limit applies within a single profile.
    • Use wildcard domains instead of specifying subdomains individually, which might help to reduce the number of domains in your profile.
    • Require HTTPS for inbound traffic, which reduces the number of HTTP routes in your profile and also improves your solution's security.

    3.Removing Routes:

    Before you can delete domains, you might need to ensure that any routes associated with them are completely disassociated. Try doing this in the Azure portal directly if removing via CLI continues to give you trouble.

    4.Validate Your Configuration: Verify your current route setup in Azure Front Door Manager to ensure you are aware of how many domains and paths you are using. If you need help calculating your profile’s composite limit, please refer to below link

    https://learn.microsoft.com/en-us/azure/frontdoor/front-door-routing-limits#calculate-your-profiles-composite-limit

    Hope, you find this comment helpful, if yes, please “up-vote” for the information provided , this can be beneficial to community members.

    Kindly let us know if you have any additional questions.

    Thanks

    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.