Connection failing from Node.js to Azure SQL Database

vikas 1 Reputation point
2020-01-18T18:50:43.373+00:00

I am trying to connect to Azure SQL database, but it is not getting connected. What could i be doing wrong or missing?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,826 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,561 Reputation points
    2020-01-19T19:04:39.58+00:00

    Error message could have helped in finding out the reason. You may need to allow IP address in firewall to connect or there could be other reasons listed out here with resolution - https://learn.microsoft.com/en-us/azure/sql-database/troubleshoot-connectivity-issues-microsoft-azure-sql-database

    You may also close this thread and open a new in a dedicated forum for Azure SQL DB here https://social.msdn.microsoft.com/Forums/en-US/newthread?category=undefined&forum=ssdsgetstarted

    0 comments No comments