Skip to content

Commit c2176a5

Browse files
authored
Update sql-database-auditing.md
1 parent 16eb5eb commit c2176a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,28 @@ You can use SQL database auditing to:
3535
> [!IMPORTANT]
3636
> - Azure SQL Database auditing is optimized for availability & performance. During very high activity Azure SQL Database allows operations to proceed and may not record some audited events.
3737
38-
#### Auditing limitations
38+
### Auditing limitations
3939

4040
- **Premium storage** is currently **not supported**.
4141
- **Hierarchical namespace** for **Azure Data Lake Storage Gen2 storage account** is currently **not supported**.
4242
- Enabling auditing on a paused **Azure SQL Data Warehouse** is not supported. To enable auditing, resume the Data Warehouse.
4343

44-
## <a id="server-vs-database-level"></a>Define server-level vs. database-level auditing policy
44+
#### <a id="server-vs-database-level"></a>Define server-level vs. database-level auditing policy
4545

4646
An auditing policy can be defined for a specific database or as a default server policy:
4747

4848
- A server policy applies to all existing and newly created databases on the server.
4949

50-
- If *server blob auditing is enabled*, it *always applies to the database*. The database will be audited, regardless of the database auditing settings.
50+
- If *server auditing is enabled*, it *always applies to the database*. The database will be audited, regardless of the database auditing settings.
5151

52-
- Enabling blob auditing on the database or data warehouse, in addition to enabling it on the server, does *not* override or change any of the settings of the server blob auditing. Both audits will exist side by side. In other words, the database is audited twice in parallel; once by the server policy and once by the database policy.
52+
- Enabling auditing on the database or data warehouse, in addition to enabling it on the server, does *not* override or change any of the settings of the server auditing. Both audits will exist side by side. In other words, the database is audited twice in parallel; once by the server policy and once by the database policy.
5353

5454
> [!NOTE]
55-
> You should avoid enabling both server blob auditing and database blob auditing together, unless:
55+
> You should avoid enabling both server auditing and database blob auditing together, unless:
5656
> - You want to use a different *storage account*, *retention period* or *Log Analytics Workspace* for a specific database.
5757
> - You want to audit event types or categories for a specific database that differ from the rest of the databases on the server. For example, you might have table inserts that need to be audited only for a specific database.
5858
>
59-
> Otherwise, we recommended that you enable only server-level blob auditing and leave the database-level auditing disabled for all databases.
59+
> Otherwise, we recommended that you enable only server-level auditing and leave the database-level auditing disabled for all databases.
6060
6161
## <a id="setup-auditing"></a>Set up auditing for your server
6262

0 commit comments

Comments
 (0)