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 this server, and keep the firewall allowed addresses almost empty.
If I move the connection to be through virtual network, and used service end point or private end point, does that enhance the performance, and speed of communication?
- 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.
2 Replies
Can refer private connection by referring below link:
- GillaluNagendraCopper ContributorIn 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.