You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-sql/database/serverless-tier-overview.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: Serverless compute tier
3
3
description: This article describes the new serverless compute tier and compares it with the existing provisioned compute tier for Azure SQL Database.
4
4
author: WilliamDAssafMSFT
5
5
ms.author: wiassaf
6
-
ms.reviewer: moslake, mathoma, dfurman
7
-
ms.date: 2/12/2026
6
+
ms.reviewer: kendalv, moslake, mathoma, dfurman
7
+
ms.date: 04/14/2026
8
8
ms.service: azure-sql-database
9
9
ms.subservice: service-overview
10
10
ms.topic: concept-article
@@ -18,8 +18,7 @@ ms.custom:
18
18
19
19
Serverless is a [compute tier](service-tiers-sql-database-vcore.md#compute) for single databases in Azure SQL Database that automatically scales compute based on workload demand and bills for the amount of compute used per second. The serverless compute tier also automatically pauses databases during inactive periods when only storage is billed and automatically resumes databases when activity returns. The serverless compute tier is available in the [General Purpose](service-tiers-sql-database-vcore.md#general-purpose) service tier and the [Hyperscale](service-tier-hyperscale.md) service tier.
20
20
21
-
> [!NOTE]
22
-
> Auto-pause and auto-resume are currently only supported in the General Purpose service tier.
21
+
Currently, auto-pause and auto-resume are currently only supported in the General Purpose service tier.
23
22
24
23
## Overview
25
24
@@ -202,7 +201,7 @@ Auto-resuming is triggered if any of the following conditions are true at any ti
202
201
|Auto-tuning|Application and verification of auto-tuning recommendations such as auto-indexing|
203
202
|Database copying|Create database as copy.<br>Export to a BACPAC file.|
204
203
|SQL data sync|Synchronization between hub and member databases that run on a configurable schedule or are performed manually|
205
-
|Modifying certain database metadata|Adding new database tags.<br>Changing maximum vCores, minimum vCores, or auto-pause delay.|
204
+
|Modifying certain database metadata|Adding or modify Azure tags on the database.<br>Changing maximum vCores, minimum vCores, or auto-pause delay.|
206
205
|SQL Server Management Studio (SSMS)|When using SSMS versions earlier than 18.1 and opening a new query window for any database in the server, any auto-paused database in the same server is resumed. This behavior does not occur if using SSMS version 18.1 or later.|
207
206
208
207
Monitoring, management, or other solutions performing any of these operations trigger auto-resuming. Auto-resuming is also triggered during the deployment of some service updates that require the database be online.
0 commit comments