Skip to content

Commit d27bb53

Browse files
authored
Merge pull request #109268 from DavidTrigano/patch-4
Update sql-database-managed-instance-auditing.md
2 parents b89c23a + 22825ae commit d27bb53

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 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: 04/08/2019
15+
ms.date: 03/27/2020
1616
---
1717
# Get started with Azure SQL Database managed instance auditing
1818

@@ -26,7 +26,7 @@ ms.date: 04/08/2019
2626
The following section describes the configuration of auditing on your managed instance.
2727

2828
1. Go to the [Azure portal](https://portal.azure.com).
29-
1. Create an Azure Storage **container** where audit logs are stored.
29+
2. Create an Azure Storage **container** where audit logs are stored.
3030

3131
1. Navigate to the Azure Storage where you would like to store your audit logs.
3232

@@ -44,8 +44,10 @@ The following section describes the configuration of auditing on your managed in
4444
1. Provide a container **Name**, set Public access level to **Private**, and then click **OK**.
4545

4646
![Create blob container configuration](./media/sql-managed-instance-auditing/3_create_container_config.png)
47-
48-
1. After creating the container for the Audit logs there are two ways to configure it as the target for the audit logs: [using T-SQL](#blobtsql) or [using the SQL Server Management Studio (SSMS) UI](#blobssms):
47+
> [!IMPORTANT]
48+
> Customer wishing to configure an immutable log store for their server- or database-level audit events should follow the [instructions provided by Azure Storage](https://docs.microsoft.com/azure/storage/blobs/storage-blob-immutability-policies-manage#enabling-allow-protected-append-blobs-writes) (Please ensure you have selected **Allow additional appends** when you configure the immutable blob storage)
49+
50+
3. After creating the container for the Audit logs there are two ways to configure it as the target for the audit logs: [using T-SQL](#blobtsql) or [using the SQL Server Management Studio (SSMS) UI](#blobssms):
4951

5052
- <a id="blobtsql"></a>Configure blog storage for audit logs using T-SQL:
5153

@@ -132,12 +134,12 @@ The following section describes the configuration of auditing on your managed in
132134

133135
1. Click **OK** in the "Create Audit" dialog.
134136

135-
1. <a id="createspec"></a>After configuring the Blob container as target for the audit logs, create a Server Audit Specification or Database Audit Specification as you would for SQL Server:
137+
4. <a id="createspec"></a>After configuring the Blob container as target for the audit logs, create a Server Audit Specification or Database Audit Specification as you would for SQL Server:
136138

137139
- [Create Server audit specification T-SQL guide](https://docs.microsoft.com/sql/t-sql/statements/create-server-audit-specification-transact-sql)
138140
- [Create Database audit specification T-SQL guide](https://docs.microsoft.com/sql/t-sql/statements/create-database-audit-specification-transact-sql)
139141

140-
1. Enable the server audit that you created in step 6:
142+
5. Enable the server audit that you created in step 4:
141143

142144
```SQL
143145
ALTER SERVER AUDIT [<your_audit_name>]

0 commit comments

Comments
 (0)