Azure SQL database degrades at exactly same time for 2 mins for the past 25 days

Ramji R 11 Reputation points
2023-08-24T06:12:38.4733333+00:00

Got the below report from azure why it happens for the past 25 days exactly same time and with the same time interval.

Also any idea to mitigate this issue.

User's image

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. ShaktiSingh-MSFT 16,276 Reputation points
    2023-08-24T10:06:45.8133333+00:00

    Hi Ramji R •,

    Welcome to Microsoft Q&A forum and thanks for using Azure Services.

    As I understand, you want to know why Azure SQL database degrades at exactly same time for 2 mins for the past 25 days.

    We are sorry about the inconvenience you are facing.

    These kind of occasional cause of transient errors is when the Azure system quickly shifts hardware resources to better load-balance various workloads. Most of these reconfiguration events finish in less than 60 seconds. During this reconfiguration time span, you might have issues with connecting to your database in SQL Database. Applications that connect to your database should be built to expect these transient errors. To handle them, implement retry logic in their code instead of surfacing them to users as application errors.

    If your client program uses ADO.NET, your program is told about the transient error by the throw of SqlException.

    We recommend you to set up retry logic as mentioned here: https://learn.microsoft.com/en-us/sql/connect/ado-net/step-4-connect-resiliently-sql-ado-net?view=sql-server-ver16

    and

    https://learn.microsoft.com/en-us/azure/azure-sql/database/troubleshoot-common-connectivity-issues?view=azuresql

    Hope this helps.

    If not, I will recommend you to raise support case for deeper investigation if this problem persists in your case

    and in case if you don't have a support plan, do let us know here so that we can check on other options to unblock you.

    Thanks

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.