An Azure relational database service.
Hi RJT72,
Welcome to Microsoft Q&A,
Based on the behavior described in the thread, this appears more consistent with a transient Azure SQL connectivity or network-routing issue rather than database corruption or an authentication problem.
The main indicators are:
The application was previously working normally before the issue started.
The failures were connection/time-out related.
The issue appears to have resolved after a limited time window, which is commonly seen with transient platform or network events.
In Azure SQL environments, similar connectivity interruptions can sometimes be associated with:
transient Azure gateway/network interruptions,
firewall or private endpoint routing inconsistencies,
DNS resolution delays,
outbound port 1433 filtering,
or temporary connectivity degradation between the application host and Azure SQL.
I would recommend checking the following to help confirm the root cause:
Review Azure Resource Health and Service Health for the affected timeframe.
Validate outbound connectivity to the SQL endpoint over port 1433.
Verify DNS resolution from the application or SHIR host.
Review firewall rules and private endpoint configuration if applicable.
If using retry-sensitive workloads, consider implementing transient retry logic for SQL connections.
Relevant Microsoft documentation:
Also, short-lived Azure-side transient events can occasionally occur without a broad public outage announcement, especially when the impact is limited to a specific cluster, gateway, or region.
Hope this helps. If the issue happens again, please share the exact error message, correlation/session ID, and timestamp so the connectivity event can be investigated further.