Skip to content

Commit 90f3b5a

Browse files
authored
Merge pull request #116338 from DavidTrigano/patch-9
Update sql-database-managed-instance-auditing.md
2 parents f00f813 + ede4195 commit 90f3b5a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/sql-database/sql-database-managed-instance-auditing.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ f1_keywords:
1212
author: DavidTrigano
1313
ms.author: datrigan
1414
ms.reviewer: vanto
15-
ms.date: 03/27/2020
15+
ms.date: 05/24/2020
1616
---
17-
# Get started with Azure SQL Database managed instance auditing
17+
# Azure SQL Database managed instance auditing
1818

1919
[Managed instance](sql-database-managed-instance.md) auditing tracks database events and writes them to an audit log in your Azure storage account. Auditing also:
2020

@@ -206,6 +206,9 @@ There are several methods you can use to view blob auditing logs.
206206

207207
- For a full list of audit log consumption methods, refer to the [Get started with SQL database auditing](sql-database-auditing.md).
208208

209+
> [!NOTE]
210+
> - If you change retention period from 0 (unlimited retention) to any other value, please note that retention will only apply to logs written after retention value was changed (logs written during the period when retention was set to unlimited are preserved, even after retention is enabled).
211+
209212
### Consume logs stored in Event Hub
210213

211214
To consume audit logs data from Event Hub, you will need to set up a stream to consume events and write them to a target. For more information, see Azure Event Hubs Documentation.

0 commit comments

Comments
 (0)