Share via

Azure App service - Vnet integration

Sai Kalyan Kalapala 21 Reputation points
2021-07-08T10:29:24.357+00:00

Hello team, I want to integrate my azure app service to the private subnets by integrating the vnet in the networking section. I tried to block all the inbound and outbound ports using NSG. Still the ports are not yet getting blocked and the website is visible.

Azure App Service
Azure App Service

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

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,336 Reputation points Microsoft Employee Moderator
    2021-07-09T13:55:27.883+00:00

    Hi @Sai Kalyan Kalapala ,

    See https://learn.microsoft.com/en-us/azure/app-service/app-service-ip-restrictions for applying IP restrictions to your app service. To make your app service "invisible" to the internet, make sure you have a Deny rule from any source. Then add lower priority rule to allow traffic from your VNET.

    access-restrictions-delete.png

    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.