How to avoid Azure SQL Server Timeout

< Back
You are here:
If you are using AssistMyTeam Apps to connect to your Azure SQL Server as the data source, the following steps are recommended to be followed to avoid connection timeouts:
 
  1. Put your Azure resources on the same region.
  2. Identify missing indexes. https://alexandrebrisebois.wordpress.com/2013/06/29/identify-missing-indexes-in-your-windows-azure-sql-database/ 
  3. Your vendor needs to implement a retry logic on the application side. https://docs.microsoft.com/en-us/aspnet/aspnet/overview/developing-apps-with-windows-azure/building-real-world-cloud-apps-with-windows-azure/transient-fault-handling
  4. Configure automatic tuning. https://docs.microsoft.com/en-us/azure/sql-database/sql-database-automatic-tuning-enable
  5. Throttling may be occurring. Query sys.dm_db_resource_stats as shown on the following article: https://docs.microsoft.com/en-us/azure/sql-database/sql-database-single-database-monitor
Previous Why am I being prompted to renew support contract when I have a perpetual license?