Azure front Door url rewriting
Arthur(Xueli) Wang
0
Reputation points
We are migrating from Azure CDN to Azure Front Door and are encountering URL rewrite issues. Previously, in CDN, we could use (.*)
to replace the matched content with a new address, while preserving any unmatched content and appending a SAS token to the end. Now, we must use {url_path:seg#}
to match the corresponding content. For example, /content/*
needs to be rewritten to /media/pdf/*?<SAS token>
. How can we achieve this in Azure Front Door?
Thanks
Sign in to answer