Skip to content

Commit 71898a0

Browse files
Merge pull request #248813 from EdB-MSFT/add-audit-log-categories
Added section on audit log categories as part of SOX compliance.
2 parents 1b18241 + 32ce06f commit 71898a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-signalr/signalr-howto-diagnostic-logs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ Platform metrics and the Activity log are collected and stored automatically, bu
4242

4343
Resource Logs aren't collected and stored until you create a diagnostic setting and route them to one or more locations.
4444

45-
See [Create diagnostic setting to collect platform logs and metrics in Azure](../azure-monitor/essentials/diagnostic-settings.md) for the detailed process for creating a diagnostic setting using the Azure portal, CLI, or PowerShell. When you create a diagnostic setting, you specify which categories of logs to collect.
45+
Resource Logs are grouped into Category groups. Category groups are a collection of different logs to help you achieve different monitoring goals. These groups are defined dynamically and may change over time as new resource logs become available and are added to the category group. Note that this may incur additionally charges. The audit resource log category group allows you to select the resource logs that are necessary for auditing your resource. For more information, see [Diagnostic settings in Azure Monitor: Resource logs](../azure-monitor/essentials/diagnostic-settings.md?tabs=portal#resource-logs).
46+
47+
For the detailed process for creating a diagnostic setting using the Azure portal, CLI, or PowerShell. When you create a diagnostic setting, you specify which categories of logs to collect, see [Create diagnostic setting to collect platform logs and metrics in Azure](../azure-monitor/essentials/diagnostic-settings.md).
4648

4749
The metrics and logs you can collect are discussed in the following sections.
4850

0 commit comments

Comments
 (0)