Does placing App Services in a VNet cut off access to dependencies?

howley 1 Reputation point
2021-07-16T14:55:03.1+00:00

I have some app services that I'd like to place in a VNet. They are all .NET REST APIs. They also all access a SQL DB and a Blob Storage Account. My question is would placing the app services in a VNet make it so that the App Services can no longer access the SQL DB or the Storage Account?

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,441 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,767 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Aarthi S 1 Reputation point Microsoft Employee
    2021-07-16T17:00:22.57+00:00

    @howley Thank you for reaching out to Microsoft Q&A.

    I understand that you are trying to place the app services in a VNET. And you wanted to know about the reachability and connectivity to the associated services.

    For connecting the app service to the VNET, you can try VNET Integration. https://learn.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnet

    For the dependencies/ related question, please check this: you can use service endpoints. https://learn.microsoft.com/en-us/azure/app-service/environment/network-info#service-endpoints

    Hope this answers your question. Please let me know if you are having any questions.

    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.