Skip to content

Commit 0ae9511

Browse files
Merge pull request #36622 from mhyon/20260211-restart-database-for-hs
20260211 Hyperscale supported and notes about usage
2 parents 77efa60 + 8a0813f commit 0ae9511

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

azure-sql/database/restart-database.md

Lines changed: 7 additions & 3 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/25/2026
99
ms.service: azure-sql-database
1010
ms.subservice: high-availability
1111
ms.topic: how-to
@@ -20,9 +20,13 @@ monikerRange: "=azuresql || =azuresql-db"
2020
This article provides steps to restart an Azure SQL Database or elastic pool from the Azure portal.
2121

2222
> [!IMPORTANT]
23-
> The restart feature in the Azure portal is in preview and not recommended for production use. Hyperscale databases and Hyperscale elastic pools aren't supported in this preview.
23+
> 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).
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](/azure/service-health/overview) for any ongoing issues.
2630

2731
## Restart a database
2832

0 commit comments

Comments
 (0)