Share via

Azure appication gateway

Mohammad Moeini 1 Reputation point
2022-07-25T03:49:23.243+00:00

Hi everybody
I have a web application and azure app gateway and I want to restrict access to azure web app just from app GW but when I restrict access from app GW frontend IP address and when in my browser paste frontend IP address I can’t access to my web site.

Azure Application Gateway
Azure Application Gateway

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

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 25,251 Reputation points Microsoft Employee Moderator
    2022-07-25T09:04:58.35+00:00

    @Mohammad Moeini Thanks for reaching out. As your app service is connected as front-end pool to the application gateway every request that comes to application gateway will be redirected to your app service to serve the request.

    Since you are blocking the frontend IP of the application gateway you are not able to reach the web site, and this is an expected behavior.

    Hope this helps. If you need any further help on this do let me know.

    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.