You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-managed-instance-auditing.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ f1_keywords:
12
12
author: DavidTrigano
13
13
ms.author: datrigan
14
14
ms.reviewer: vanto
15
-
ms.date: 05/24/2020
15
+
ms.date: 05/26/2020
16
16
---
17
17
# Azure SQL Database managed instance auditing
18
18
@@ -31,8 +31,9 @@ The following section describes the configuration of auditing on your managed in
31
31
1. Navigate to the Azure Storage where you would like to store your audit logs.
32
32
33
33
> [!IMPORTANT]
34
-
> Use a storage account in the same region as the managed instance to avoid cross-region reads/writes.
35
-
> If your storage account is behind a Virtual Network or a Firewall, please see [Grant access from a virtual network](https://docs.microsoft.com/azure/storage/common/storage-network-security#grant-access-from-a-virtual-network).
34
+
> - Use a storage account in the same region as the managed instance to avoid cross-region reads/writes.
35
+
> - If your storage account is behind a Virtual Network or a Firewall, please see [Grant access from a virtual network](https://docs.microsoft.com/azure/storage/common/storage-network-security#grant-access-from-a-virtual-network).
36
+
> - 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).
36
37
37
38
1. In the storage account, go to **Overview** and click **Blobs**.
38
39
@@ -206,9 +207,6 @@ There are several methods you can use to view blob auditing logs.
206
207
207
208
- For a full list of audit log consumption methods, refer to the [Get started with SQL database auditing](sql-database-auditing.md).
208
209
209
-
> [!NOTE]
210
-
>- If you change retention period from0 (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
-
212
210
### Consume logs stored in Event Hub
213
211
214
212
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