Data Science Wire

Lessons Learned #551: Azure SQL Connection Timeouts: Three Things to Check

Azure Data Blog1mo4 min read

An application starts reporting intermittent timeouts when connecting to Azure SQL Database. Some requests succeed, others fail, and a test from a developer’s laptop works perfectly. The database appears online, no recent deployment seems related, and the natural reaction is to ask: Is Azure SQL unavailable? Is the firewall blocking the connection? Should we increase the connection timeout? Should we change the driver or scale the database? Those are reasonable questions, but they may lead the investigation in the wrong direction. The most important lesson is simple: A timeout tells us how lon

Read the full story at Azure Data Blog

More in Cloud / Infrastructure