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/azure-monitor/essentials/activity-log.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: azure-monitor
6
6
ms.topic: conceptual
7
7
ms.custom: ignite-2022
8
8
ms.date: 07/01/2022
9
-
ms.author: guywild
9
+
ms.author: orens
10
10
ms.reviewer: orens
11
11
---
12
12
@@ -23,7 +23,8 @@ For more functionality, create a diagnostic setting to send the activity log to
23
23
For details on how to create a diagnostic setting, see [Create diagnostic settings to send platform logs and metrics to different destinations](./diagnostic-settings.md).
24
24
25
25
> [!NOTE]
26
-
> Entries in the activity log are system generated and can't be changed or deleted.
26
+
> * Entries in the Activity Log are system generated and can't be changed or deleted.
27
+
> * Entries in the Activity Log are representing control plane changes like a virtual machine restart, any non related entries should be written into [Azure Resource Logs](https://learn.microsoft.com/azure/azure-monitor/essentials/resource-logs)
27
28
28
29
## Retention period
29
30
@@ -202,7 +203,7 @@ Log profiles are the legacy method for sending the activity log to storage or ev
202
203
203
204
#### [PowerShell](#tab/powershell)
204
205
205
-
If a log profile already exists, you first must remove the existing log profile and then create a new one.
206
+
If a log profile already exists, you first must remove the existing log profile, and then create a new one.
206
207
207
208
1. Use `Get-AzLogProfile` to identify if a log profile exists. If a log profile exists, note the `Name` property.
208
209
@@ -252,7 +253,7 @@ This sample PowerShell script creates a log profile that writes the activity log
252
253
253
254
#### [CLI](#tab/cli)
254
255
255
-
If a log profile already exists, you first must remove the existing log profile and then create a log profile.
256
+
If a log profile already exists, you first must remove the existing log profile, and then create a log profile.
256
257
257
258
1. Use `az monitor log-profiles list` to identify if a log profile exists.
258
259
1. Use `az monitor log-profiles delete --name "<log profile name>` to remove the log profile by using the value from the `name` property.
0 commit comments