I have deployed the web site to Azure Cloud (WEBAPP) and the SQL DB to Virtual Machine that I have created on Azure.
Web App is MVC 5 and using EF6 to connect to SQL DB, Before I migrated it was fast but after the migration the database open connection is very slow.
I did some research on how to create a Azure VNet to move both WebApp and VM under same Virtual Network (VNet), But I couldn't do it . If anybody had this issue and knows any clues or directions that would be great.
I also tried this: Slow Database Connection from Azure Web Application But couldn't resolve my issue.
I assume the solution is to create a VNet and move both under the same VNet, But couldn't find any articles. Please share your thoughts,...