Skip to content

Commit 2cf769a

Browse files
committed
Update activity-log.md
1 parent 3b91070 commit 2cf769a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/azure-monitor/essentials/activity-log.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: azure-monitor
66
ms.topic: conceptual
77
ms.custom: ignite-2022
88
ms.date: 07/01/2022
9-
ms.author: guywild
9+
ms.author: orens
1010
ms.reviewer: orens
1111
---
1212

@@ -23,7 +23,8 @@ For more functionality, create a diagnostic setting to send the activity log to
2323
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).
2424

2525
> [!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)
2728
2829
## Retention period
2930

@@ -202,7 +203,7 @@ Log profiles are the legacy method for sending the activity log to storage or ev
202203

203204
#### [PowerShell](#tab/powershell)
204205

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.
206207

207208
1. Use `Get-AzLogProfile` to identify if a log profile exists. If a log profile exists, note the `Name` property.
208209

@@ -252,7 +253,7 @@ This sample PowerShell script creates a log profile that writes the activity log
252253

253254
#### [CLI](#tab/cli)
254255

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.
256257

257258
1. Use `az monitor log-profiles list` to identify if a log profile exists.
258259
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

Comments
 (0)