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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article describes the new serverless compute tier and compares
4
4
author: WilliamDAssafMSFT
5
5
ms.author: wiassaf
6
6
ms.reviewer: moslake, mathoma, dfurman, blakhani
7
-
ms.date: 10/17/2025
7
+
ms.date: 12/12/2025
8
8
ms.service: azure-sql-database
9
9
ms.subservice: service-overview
10
10
ms.topic: conceptual
@@ -30,7 +30,7 @@ A compute autoscaling range and an auto-pause delay are important parameters for
30
30
### Performance configuration
31
31
32
32
- The **minimum vCores** and **maximum vCores** are configurable parameters that define the range of compute capacity available for the database. Memory and IO limits are proportional to the vCore range specified.
33
-
- The **auto-pause delay** is a configurable parameter that defines the period of time the database must be inactive before it is automatically paused. The database is automatically resumed when the next sign in or other activity occurs. Alternatively, automatic pausing can be disabled.
33
+
- The **auto-pause delay** is a configurable parameter that defines the period of time the database must be inactive before it is automatically paused. The database is automatically resumed when the next login or other activity occurs. Alternatively, automatic pausing can be disabled.
34
34
35
35
### Cost
36
36
@@ -209,7 +209,7 @@ Monitoring, management, or other solutions performing any of these operations tr
209
209
210
210
### Connectivity
211
211
212
-
If a serverless database is paused, the first connection attempt resumes the database and returns an error stating that the database is unavailable with error code 40613. Once the database is resumed, re-try the sign-in to establish connectivity. Database clients following [connection retry logic recommendations](/azure/architecture/patterns/retry) should not need to be modified. For connection retry logic options and recommendations, see:
212
+
If a serverless database is paused, the first connection attempt resumes the database and returns an error stating that the database is unavailable with error code 40613. Once the database is resumed, retry the connection. Database clients following [connection retry logic recommendations](/azure/architecture/patterns/retry) should not need to be modified. For connection retry logic options and recommendations, see:
213
213
214
214
-[Connection retry logic in SqlClient](/sql/connect/ado-net/configurable-retry-logic)
215
215
-[Connection retry logic in SQL Database using Entity Framework Core](/azure/architecture/best-practices/retry-service-specific#sql-database-using-entity-framework-core)
@@ -218,7 +218,7 @@ If a serverless database is paused, the first connection attempt resumes the dat
218
218
219
219
### Latency
220
220
221
-
The latency to auto-resume and auto-pause a serverless database is generally order of 1 minute to auto-resume and 1-10 minutes after the expiration of the delay period to auto-pause.
221
+
The latency is generally in the order of one minute to auto-resume and 1-10 minutes to auto-pause. The latency for either operation can be as low as the order of one second.
222
222
223
223
### Customer managed transparent data encryption (BYOK)
0 commit comments