Forum Discussion
Admin O365
May 21, 2019Brass Contributor
rewrite URL in Aziure Load Balancer
Is it possible to rewrite a URL in Azure Load Balancer? Example: abc.com/realworld change to abc.com/realword
May 21, 2019
Admin O365 You will need to use Azure Front Door for this. You can view this guide to help you. https://docs.microsoft.com/en-us/azure/frontdoor/front-door-url-rewrite
I believe you can also do this in a web app. you can read more about that at https://social.technet.microsoft.com/wiki/contents/articles/32229.azure-create-an-url-rewrite-azure-web-app.aspx#Configure_the_URL_rewrite
I hope this helps.
- Admin O365May 22, 2019Brass Contributor
Thanks but thinking how the architecture will look -
External user accessing abc.com/world----> External DNS-----> Azure Traffic Manager-----> Web Server.
Will it be placed at the Azure Traffic Manager level?
- May 22, 2019I believe it would replace traffic manager. this blog has a nice walkthrough that could help you. https://kvaes.wordpress.com/2018/10/03/trying-out-the-azure-front-door-service/