Skip to content

Commit 279fd7a

Browse files
Merge pull request #36084 from oslake/patch-28
Update serverless tier overview with new date and triggers
2 parents d9a28fe + dc3f693 commit 279fd7a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
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: 12/12/2025
7+
ms.date: 12/15/2025
88
ms.service: azure-sql-database
99
ms.subservice: service-overview
1010
ms.topic: conceptual
@@ -207,6 +207,10 @@ Auto-resuming is triggered if any of the following conditions are true at any ti
207207

208208
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.
209209

210+
#### Auto-resume trigger indentification
211+
212+
Auto-resume triggers are exposed in the Azure Monitor activity log for **Resume Databases** operations under the `Caller` property in the JSON of the **Succeeded** event.
213+
210214
### Connectivity
211215

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

0 commit comments

Comments
 (0)