I have a staging SQL database in Azure and I use the mssql node module to connect to it. The only problem I got is the idle connection policy in Azure. After 30 minutes of idleness the connection is closed automatically.
Is there anyone who faced the same problem?