Hi,
I am trying to configure redirect rule in Front Door.
I need to redirect:
subdomain.domain.com/some/path
to
www.domain.com/new-subdomain-home/some/path
Basically I need to preserve the path and prepend it.
According to the documentation: https://docs.microsoft.com/en-us/azure/frontdoor/front-door-url-redirect#destination-path I can only replace the path to some constant value, there is no placeholder for original path mentioned.
Is this even possible? Pretty critical to us. Also maybe there is another Azure service which can do such redirect?
Thanks.


