question

howley-6459 avatar image
0 Votes"
howley-6459 asked azure-cxp-api edited

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

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-webappsazure-virtual-network
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

AarthiSukumar-9490 avatar image
0 Votes"
AarthiSukumar-9490 answered

@howley-6459 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://docs.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://docs.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.

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.