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-auditing.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,28 +35,28 @@ You can use SQL database auditing to:
35
35
> [!IMPORTANT]
36
36
> - 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.
37
37
38
-
####Auditing limitations
38
+
### Auditing limitations
39
39
40
40
-**Premium storage** is currently **not supported**.
41
41
-**Hierarchical namespace** for **Azure Data Lake Storage Gen2 storage account** is currently **not supported**.
42
42
- Enabling auditing on a paused **Azure SQL Data Warehouse** is not supported. To enable auditing, resume the Data Warehouse.
43
43
44
-
## <aid="server-vs-database-level"></a>Define server-level vs. database-level auditing policy
44
+
####<aid="server-vs-database-level"></a>Define server-level vs. database-level auditing policy
45
45
46
46
An auditing policy can be defined for a specific database or as a default server policy:
47
47
48
48
- A server policy applies to all existing and newly created databases on the server.
49
49
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.
51
51
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.
53
53
54
54
> [!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:
56
56
> - You want to use a different *storage account*, *retention period* or *Log Analytics Workspace* for a specific database.
57
57
> - 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.
58
58
>
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.
60
60
61
61
## <aid="setup-auditing"></a>Set up auditing for your server
0 commit comments