Azure Service for creating redirection rules

Oscar Umeh 1 Reputation point
2020-06-11T15:18:10.12+00:00

Hello, I want to know which azure service I could use to create redirection rules for an Azure App service application. Currently, my solution is creating the redirect rules in my code but I have a lot of broken links that keep popping up, and most of the time, I would have to create the rule, deploy changes to staging then to production and this is cumbersome. so I want to know if I could use a service such as Azure Application Gateway to do this.

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
957 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,876 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. suvasara-MSFT 10,001 Reputation points
    2020-06-15T11:27:34.49+00:00

    Greetings,

    As of now Azure provides Application Gateway as well as Azure Front Door for URL redirection. Deploying an Azure APPGW has the following features enabled,

    1. You configure a listener and rule that redirects web traffic that arrives at the application gateway to an external site.
    2. Redirect HTTP traffic to the HTTPS port in your application gateway.
    3. APPGW with internal redirection
    4. You can even have path based URL redirecting in APPGW

    Ref doc for better understanding.

    ----------

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

    0 comments No comments