Skip to content

Commit 45d669b

Browse files
Merge pull request #245269 from KrishnaG-MSFT/patch-318
(AzureCXP) MicrosoftDocs/azure-docs#112341
2 parents 67115f5 + 93c3480 commit 45d669b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/change-tracking/configure-alerts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following example shows that the file **c:\windows\system32\drivers\etc\host
2121

2222
Let's use this example to discuss the steps for creating alerts on a change.
2323

24-
1. On the **Change tracking** page from your Automation account, select **Log Analytics**.
24+
1. On the **Change tracking** page from your Virtual Machine, select **Log Analytics**.
2525

2626
2. In the Logs search, look for content changes to the **hosts** file with the query `ConfigurationChange | where FieldsChanged contains "FileContentChecksum" and FileSystemPath contains "hosts"`. This query looks for content changes for files with fully qualified path names containing the word `hosts`. You can also ask for a specific file by changing the path portion to its fully qualified form, for example, using `FileSystemPath == "c:\windows\system32\drivers\etc\hosts"`.
2727

@@ -65,4 +65,4 @@ Once you have your alerts configured, you can set up an action group, which is a
6565

6666
* Learn about [log queries](../../azure-monitor/logs/log-query-overview.md) to retrieve and analyze data from a Log Analytics workspace.
6767

68-
* [Analyze usage in Log Analytics workspace](../../azure-monitor/logs/analyze-usage.md) describes how to analyze and alert on your data usage.
68+
* [Analyze usage in Log Analytics workspace](../../azure-monitor/logs/analyze-usage.md) describes how to analyze and alert on your data usage.

0 commit comments

Comments
 (0)