Azure function connectionstring for Azure SQL trough VNet
I would like to know how to access my Azure SQL database in a secure way from my Azure Function App, meaning not via public Internet. I have an Function App (Function App Plan - standard tier), using VNET/Gateway integration. I have specified a service EndPoint for Microsoft.SQL ... I enabled the Virtual network access on Azure SQL database .... When the Azure function tries to connect to the sql db, it uses the 'normal' connectionstring, which includes the sql database server name as dns label, then I get the error that my ip address is not allowed access. The ip address is the outbound IP