Skip to content

Commit bd0e3c6

Browse files
authored
Merge pull request #116432 from DavidTrigano/patch-9
Update sql-database-managed-instance-auditing.md
2 parents dfe9b70 + a64884f commit bd0e3c6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ f1_keywords:
1212
author: DavidTrigano
1313
ms.author: datrigan
1414
ms.reviewer: vanto
15-
ms.date: 05/24/2020
15+
ms.date: 05/26/2020
1616
---
1717
# Azure SQL Database managed instance auditing
1818

@@ -31,8 +31,9 @@ The following section describes the configuration of auditing on your managed in
3131
1. Navigate to the Azure Storage where you would like to store your audit logs.
3232

3333
> [!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).
3637
3738
1. In the storage account, go to **Overview** and click **Blobs**.
3839

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

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

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-
212210
### Consume logs stored in Event Hub
213211

214212
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)