Skip to content

Commit 39b704d

Browse files
Merge pull request #36075 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-12 23:30 UTC
2 parents be36588 + 89822b8 commit 39b704d

6 files changed

Lines changed: 190 additions & 201 deletions

File tree

azure-sql/database/serverless-tier-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes the new serverless compute tier and compares
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: moslake, mathoma, dfurman, blakhani
7-
ms.date: 10/17/2025
7+
ms.date: 12/12/2025
88
ms.service: azure-sql-database
99
ms.subservice: service-overview
1010
ms.topic: conceptual
@@ -30,7 +30,7 @@ A compute autoscaling range and an auto-pause delay are important parameters for
3030
### Performance configuration
3131

3232
- 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.
3434

3535
### Cost
3636

@@ -209,7 +209,7 @@ Monitoring, management, or other solutions performing any of these operations tr
209209

210210
### Connectivity
211211

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:
213213

214214
- [Connection retry logic in SqlClient](/sql/connect/ado-net/configurable-retry-logic)
215215
- [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
218218

219219
### Latency
220220

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.
222222

223223
### Customer managed transparent data encryption (BYOK)
224224

0 commit comments

Comments
 (0)