Azure App service - Vnet integration

kalyan k 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.
7,909 questions
0 comments No comments
{count} votes

1 answer

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

    Hi @kalyan k 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

    0 comments No comments

Your answer

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