I have an Azure App Service.
The App Service relies on databases held on my Azure SQL Server.
I am attempting to disable 'Allow access to Azure Services' on the Azure SQL server to prevent malicious users in other Azure subscriptions connecting to my database, however when I do this the App Service can no longer connect to the Azure SQL server / database.
I have attempted to connect the app service to a VNET that has been granted access to the SQL Server however still cannot get a connection.
Point to Site and service endpoints have been enabled.
Is it possible to have App Services talk to the Azure SQL when 'Allow access to Azure Services' is disabled. Or would I have to host my App Service in an App Service Environment? Iʻve saw mention of configuring a proxy server, but donʻt know how to set that up.
Thanks David