Skip to content

Commit 0138438

Browse files
authored
Merge pull request #107325 from oslake/patch-30
Update sql-database-serverless.md
2 parents 3503d46 + 8bc8cbc commit 0138438

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: oslake
1111
ms.author: moslake
1212
ms.reviewer: sstein, carlrab
13-
ms.date: 12/03/2019
13+
ms.date: 3/11/2020
1414
---
1515
# Azure SQL Database serverless
1616

@@ -143,6 +143,10 @@ If a serverless database is paused, then the first login will resume the databas
143143

144144
The latency to autoresume and autopause a serverless database is generally order of 1 minute to autoresume and 1-10 minutes to autopause.
145145

146+
### Customer managed transparent data encryption (BYOK)
147+
148+
If using [customer managed transparent data encryption](transparent-data-encryption-byok-azure-sql.md) (BYOK) and the serverless database is auto-paused when key deletion or revocation occurs, then the database remains in the auto-paused state. In this case, when resuming is next attempted, the database remains paused until its status transitions to inaccessible after approximately 10 minutes or less. Once the database becomes inaccessible, the recovery process is the same as for provisioned compute databases. If the serverless database is online when key deletion or revocation occurs, then the database also becomes inaccessible after approximately 10 minutes or less in the same way as with provisioned compute databases.
149+
146150
## Onboarding into serverless compute tier
147151

148152
Creating a new database or moving an existing database into a serverless compute tier follows the same pattern as creating a new database in provisioned compute tier and involves the following two steps.

0 commit comments

Comments
 (0)