Skip to content

Commit 93b68f9

Browse files
authored
Merge pull request #78774 from oslake/patch-14
Update sql-database-serverless.md
2 parents f498641 + 76b8aa4 commit 93b68f9

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

articles/sql-database/sql-database-serverless.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: oslake
1111
ms.author: moslake
1212
ms.reviewer: sstein, carlrab
1313
manager: craigg
14-
ms.date: 06/03/2019
14+
ms.date: 06/04/2019
1515
---
1616
# SQL Database serverless (preview)
1717

@@ -128,14 +128,19 @@ If a serverless database is paused, then the first login will resume the databas
128128

129129
### Latency
130130

131-
The latency to autopause or autoresume a serverless database is generally on the order of 1 minute.
131+
The latency to autopause and autoresume a serverless database is generally estimated as follows:
132+
133+
|Operation|Estimated latency|
134+
|---|---|
135+
|Autopause|Order of 1-10 minutes|
136+
|Autoresume|Order of 1 minute|
132137

133138
### Feature support
134139

135140
The following features do not support autopausing and autoresuming. That is, if any of the following features are used, then the database remains online regardless of duration of database inactivity:
136141

137-
- Geo-replication (active geo-replication and auto failover groups)
138-
- Long-term backup retention (LTR)
142+
- Geo-replication (active geo-replication and auto failover groups).
143+
- Long-term backup retention (LTR).
139144
- The sync database used in SQL data sync.
140145

141146

@@ -169,8 +174,6 @@ See [Quickstart: Create a single database in Azure SQL Database using the Azure
169174

170175
The following example creates a new database in the serverless compute tier defined by service objective named GP_S_Gen5_4 with default values for the min vCores and autopause delay.
171176

172-
Serverless requires a newer version of PowerShell than is currently in the gallery, so run `Update-Module Az.Sql` to get the latest serverless-enabled cmdlets.
173-
174177
```powershell
175178
New-AzSqlDatabase `
176179
-ResourceGroupName $resourceGroupName `

0 commit comments

Comments
 (0)