question

kalyankkalapala-8623 avatar image
0 Votes"
kalyankkalapala-8623 asked azure-cxp-api edited

Azure App service - Vnet integration

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-webapps-vnet
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ryanchill avatar image
0 Votes"
ryanchill answered ryanchill edited

Hi @kalyankkalapala-8623,

See https://docs.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


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.