Azure Frontdoor Append/Replace some query params

DaltonC 6 Reputation points
2021-09-22T16:09:23.857+00:00

Much like in Azure Front door, redirects In cloudflare can use * wildcard to match given patterns but in cloudflares you can also reference the values from the pattern that took the place of the wildcard in the redirect. This is true for path and query params but I'm specifically interested in appending new query params and/or modifying some rather than replacing the whole query param string

In azure front door url redirection I only see the option to replace the whole query param string. Is it possible to capture query params in the original url and append new params or only replace some?

example with cloudflare syntax for forwarding/redirect

constos.com/somePath?queryParam1=*&queryParam2=*

could translate to this

constos.com/somePath?queryParam1=$1&queryParam2=newOverriddenValue

or

constos.com/somePath?queryParam1=$1&queryParam2=$2&appendedQueryParam=newAppendedValue

if this is note a feature how could I make a feature request for it or where do I look to see if it's been requested already. I googled around a bit and couldn't find a place specifically for front door.

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,167 questions
{count} vote