Same issue here. EAST US, been down for about 2 hours now.
Unable to connect to Azure SQL Database
The database has been live and running for years with no issue.
Now the live system which needs to be available 24 hours a day has been down and inaccessible for past hour.
Getting the following error:
===================================
Cannot connect to mnmr.database.windows.net.
===================================
Database 'master' on server 'mnmr' is not currently available. Please retry the connection later. If the problem persists, contact customer support, and provide them the session tracing ID of '{B8FB5B9A-5BE0-45FA-AEA2-AC2B0B999B4F}'. (Framework Microsoft SqlClient Data Provider)
For help, click: https://docs.microsoft.com/sql/relational-databases/errors-events/mssqlserver-40613-database-engine-error
Server Name: mnmr.database.windows.net
Error Number: 40613
Severity: 20
State: 1
Azure SQL Database
SQL Server | Other
10 answers
Sort by: Most helpful
-
-
Cici 5 Reputation points
2024-04-04T01:56:01.3933333+00:00 Same here, all data tables disappeared around two hours ago
Azure SQL server: East US
-
Mukesh Thakor 40 Reputation points
2024-04-04T01:56:57.7833333+00:00 fyi - Our prod instance is back but still we can not connect directly to DB from SQL Studio. Hope we will have fix very soon.
-
Ivan Mitev 5 Reputation points
2024-04-04T06:37:31.99+00:00 Same issue here. SQL service in US East was down for approximately 1.5 hours. Just can't understand why Microsoft is hiding this incident in their official helthcheck history like nothing happened? So we have no official statement of this as proof for our downtime service to our clients.
-
RahulRandive 10,486 Reputation points Volunteer Moderator
2024-04-04T00:46:33.1466667+00:00 Sorry to hear that.
When you try to connect to a SQL database, the login request first goes to the logical master database to confirm your credentials. If the master database is not available, the connection to your database may take longer or time out.
In this case, your logical master database is not available. It could be platform side issue.
Just to check, is your server in East US region?
Please check the Resource Health on Azure Portal. It is located on the left vertical panel related to your Azure SQL database and open a support case to check the health of your server and platform side issue.
Thank You!