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
@@ -16,7 +16,7 @@ Policies and policy initiatives provide a simple method to enable logging at-sca
16
16
Enable resource logs to track activities and events that take place on your resources and give you visibility and insights into any changes that occur.
17
17
Assign policies to enable resource logs and to send them to destinations according to your needs. Send logs to event hubs for third-party SIEM systems, enabling continuous security operations. Send logs to storage accounts for longer term storage or the fulfillment of regulatory compliance.
18
18
19
-
A set of built-in policies and initiatives exists to direct resource logs to Log Analytics Workspaces, Event Hubs, and Storage Accounts. The policies enable audit logging, sending logs belonging to the **audit** log category group to an event hub, Log Analytics workspace or Storage Account. The policies' `effect` is `DeployIfNotExists`, which deploys the policy as a default if there aren't other settings defined.
19
+
A set of built-in policies and initiatives exists to direct resource logs to Log Analytics Workspaces, Event Hubs, and Storage Accounts. The policies enable audit logging, sending logs belonging to the **audit** or the **All logs** log category group, to an event hub, Log Analytics workspace or Storage Account. The policies' `effect` is `DeployIfNotExists`, which deploys the policy as a default if there aren't other settings defined.
20
20
21
21
22
22
## Deploy policies.
@@ -37,12 +37,12 @@ The following steps show how to apply the policy to send audit logs to for key v
37
37
1. Select the **Parameters** tab.
38
38
1. Select the Log Analytics Workspace that you want to send the audit logs to.
39
39
1. Select the **Remediation** tab.
40
-
:::image type="content" source="./media/diagnostics-settings-policies-deployifnotexists/assign-policy-parameters.png" alt-text="A screenshot of the assign policy page, parameters tab.":::
40
+
:::image type="content" source="./media/diagnostics-settings-policies-deployifnotexists/assign-policy-parameters.png" lightbox="./media/diagnostics-settings-policies-deployifnotexists/assign-policy-parameters.png" alt-text="A screenshot of the assign policy page, parameters tab.":::
41
41
1. On the remediation tab, select the keyvault policy from the **Policy to remediate** dropdown.
42
42
1. Select the **Create a Managed Identity** checkbox.
43
43
1. Under **Type of Managed Identity**, select **System assigned Managed Identity**.
44
44
1. Select **Review + create**, then select **Create** .
45
-
:::image type="content" source="./media/diagnostics-settings-policies-deployifnotexists/assign-policy-remediation.png" alt-text="A screenshot of the assign policy page, remediation tab.":::
45
+
:::image type="content" source="./media/diagnostics-settings-policies-deployifnotexists/assign-policy-remediation.png" lightbox="./media/diagnostics-settings-policies-deployifnotexists/assign-policy-remediation.png" alt-text="A screenshot of the assign policy page, remediation tab.":::
46
46
47
47
48
48
### [CLI](#tab/cli)
@@ -382,41 +382,149 @@ This policy deploys a diagnostic setting using a category group to route logs to
382
382
383
383
## Supported Resources
384
384
385
-
Built-in Audit logs policies for Log Analytics workspaces, Event Hubs, and Storage Accounts exist for the following resources:
0 commit comments