Skip to content

Commit ca5728d

Browse files
20260213 metadata, edits
Updated the date to 02/13/2026 and restructured the explanation about the restart operation for clarity.
1 parent 14e4810 commit ca5728d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

azure-sql/database/restart-database.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about restarting a database or elastic pool in Azure SQL Data
55
author: WilliamDAssafMSFT
66
ms.author: wiassaf
77
ms.reviewer: mahyon, randolphwest
8-
ms.date: 10/21/2025
8+
ms.date: 02/13/2026
99
ms.service: azure-sql-database
1010
ms.subservice: high-availability
1111
ms.topic: how-to
@@ -22,7 +22,11 @@ This article provides steps to restart an Azure SQL Database or elastic pool fro
2222
> [!IMPORTANT]
2323
> The restart feature in the Azure portal is in preview and not recommended for production use.
2424
25-
The restart operation is designed to resolve transient issues that might affect database connectivity or performance. Restarting a database or elastic pool temporarily takes it offline, causing a brief interruption in service. However, it doesn't affect the data stored within the database. The restart operation utilizes the same APIs that can be used to [test your application fault resiliency](high-availability-sla-local-zone-redundancy.md#test-application-fault-resiliency). Because the restart operation is intrusive and a large number of them could stress the platform, only one failover call is allowed every 15 minutes for each database or elastic pool. The restart operation is not recommended for use when there are wide-spread service issues. Check [Azure Service Health](https://learn.microsoft.com/en-us/azure/service-health/overview) for any ongoing issues before using the restart operation.
25+
The restart operation is designed to resolve transient issues that might affect database connectivity or performance. Restarting a database or elastic pool temporarily takes it offline, causing a brief interruption in service. However, it doesn't affect the data stored within the database. The restart operation utilizes the same APIs that can be used to [test your application fault resiliency](high-availability-sla-local-zone-redundancy.md#test-application-fault-resiliency).
26+
27+
Only one failover call is allowed every 15 minutes for each database or elastic pool.
28+
29+
The restart operation is not recommended for use when there are wide-spread service issues. Before initiating a restart, check [Azure Service Health](https://learn.microsoft.com/en-us/azure/service-health/overview) for any ongoing issues.
2630

2731
## Restart a database
2832

0 commit comments

Comments
 (0)