rewrite URL in Aziure Load Balancer

Brass Contributor

Is it possible to rewrite a URL in Azure Load Balancer?

 

Example:

abc.com/realworld

 

change to 

 

abc.com/realword

 

 

4 Replies
No, I don't think that you can do it with Load Balancer only, probably you need to use Azure Front Door service to do it.

@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-...

 

I hope this helps.

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?

 

 

I 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/