Share via

Azure Bulk Redirect

SvenGlöckner 446 Reputation points
2022-02-01T20:10:46.037+00:00

Hi,

we currently have over 1000 redirect rules implemented by expressjs in Azure App Service.
Is there any Azure native network service that can be used instead?
I already read about Front Door and Application Gateway, but they both have limitations regarding the number of rewrite/redirect rules.

Regards
Sven

Azure Front Door
Azure Front Door

An Azure service that provides a cloud content delivery network with threat protection.

Azure Application Gateway
Azure Application Gateway

An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.

0 comments No comments

2 answers

Sort by: Most helpful
  1. suvasara-MSFT 10,166 Reputation points Moderator
    2022-02-04T03:31:51.343+00:00

    @SvenGlöckner , to my knowledge there is no Azure resource that has the rules redirecting capability rate that you were looking for. I agree to edit a web.config file for more than 100 rules creates a complex scenario. All you can do for now is to deploy multiple Application gateway instances and split your traffic accordingly. Also, if you want to leave your feedback on this feature then you can raise a request here on this page where we prioritize the features on the demand.

    ----------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.

    Was this answer helpful?


  2. ChaitanyaNaykodi-MSFT 27,671 Reputation points Microsoft Employee Moderator
    2022-02-03T20:05:55.73+00:00

    Hello @SvenGlöckner ,

    You can have look at the Azure API Management service, it natively supports Azure app service integration and you can perform rewrite and redirect using policies. You can go through this documentation to know more about Azure APIM limitations.

    Refer:

    1. https://learn.microsoft.com/en-us/azure/api-management/api-management-transformation-policies#RewriteURL
    2. https://learn.microsoft.com/en-us/answers/questions/639629/azure-apim-redirect-url.html

    Hope this helps! Please let me know if there are any additional questions. Thank you!

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.