Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 2.31 KB

File metadata and controls

52 lines (35 loc) · 2.31 KB
title Restart a Database or Elastic Pool (Preview)
titleSuffix Azure SQL Database
description Learn about restarting a database or elastic pool in Azure SQL Database.
author WilliamDAssafMSFT
ms.author wiassaf
ms.reviewer mahyon, randolphwest
ms.date 10/21/2025
ms.service azure-sql-database
ms.subservice high-availability
ms.topic how-to
ms.custom
azure-sql-split
monikerRange =azuresql || =azuresql-db

Restart a database or elastic pool (preview)

[!INCLUDE appliesto-sqldb]

This article provides steps to restart an Azure SQL Database or elastic pool from the Azure portal.

Important

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.

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.

Restart a database

  1. Go to the Azure SQL hub at aka.ms/azuresqlhub. Navigate to your database.

  2. Under the Settings section, select Maintenance.

  3. In the Restart section, select the Click here to restart the SQL database link.

  4. A confirmation dialog appears. Type in your database name and select Restart to initiate the restart process.

Restart an elastic pool

  1. Go to the Azure SQL hub at aka.ms/azuresqlhub. Navigate to your elastic pool.

  2. Under the Settings section, select Maintenance.

  3. In the Restart section, select the Click here to restart the SQL elastic pool link.

  4. A confirmation dialog appears. Type in your elastic pool name and select Restart to initiate the restart process.

Important

Restarting an elastic pool restarts all databases within the pool.

Related content