Lowercase incoming urls in Azure CDN Standard rules engine

Erik Nesse 11 Reputation points
2021-06-17T10:36:42.027+00:00

Is it possible to use the Azure CDN Standard Rules engine, not Verizon, to lowercase all incoming URLs? I had hoped to do something like this (image below), but as far as I can tell the rewrite action doesn't support regex. What are my alternatives, other than upgrading to premium?

CDN rule setup

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

2 answers

Sort by: Most helpful
  1. SaiKishor-MSFT 17,186 Reputation points
    2021-06-23T05:20:19.007+00:00

    @Erik Nesse Firstly apologize for the late response.

    If you change the condition operator to "Equal" or anything else, then it will give you the option for case transform. Example shown below for "any request url"-

    108390-image.png

    Please let me know if this works for you. Hope this helps. Thank you!

    Let us know if you have any further questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    0 comments No comments

  2. Erik Nesse 11 Reputation points
    2021-06-24T07:56:38.937+00:00

    Are you sure about that? Isn't 'Case transform' only used to transform the input related to the Operator so you don't have to specifically list all different casings of the 'Request URL' you want to match on? I don't think 'Case transform' actually carries over to the URL rewrite action.