Forum Discussion
gkarwchan
Jan 26, 2023Copper Contributor
Connect App Service to Azure SQL Server through Virtual Network
I have an Azure Sql server, and Azure App service, and now I am connecting them using the public DNS address, and protect the sql server by enabling : Allow Azure services and resources to access th...
- Jan 27, 2023In security aspects using VNET integration is the best. there should be improved network performance as traffic would route through MS backbone network. But all App Service plans don't support VNET integrations.
GillaluNagendra
Jan 27, 2023Copper Contributor
In security aspects using VNET integration is the best. there should be improved network performance as traffic would route through MS backbone network. But all App Service plans don't support VNET integrations.