Azure CDN Rule Engine Redirect Path Too Long

Nate Wichman 1 Reputation point
2020-09-17T18:10:00.407+00:00

I have a cdn deployed to Azure. I need to have some routes redirect to an external site. I was using the rule engine to do this and everything worked great, except for two of the routes. The issue is that the route is unorthadox. It has route params but does not start with the question mark. So I can not put the route params inside of the Query String section because it will add the question mark. I tried to put the entire path (with query string) inside of the Path section but it said the maximum number of characters is 100. I really just need a route to redirect to a url, any way I can do this without all this extra stuff getting in the way?

Azure Content Delivery Network
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
    2020-09-19T00:03:17.217+00:00

    Unfortunately you cannot bypass that limit with the redirect engine.

    Unless you can find a way to describe the query with under 100 characters, this is likely not possible, and a limit of the rules engine. If you would like us to change this limit or add different functionality, please leave your feedback at Azure Networking's feedback.azure.com page.

    0 comments No comments