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/automation/change-tracking/overview-monitoring-agent.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ title: Azure Automation Change Tracking and Inventory overview using Azure Monit
3
3
description: This article describes the Change Tracking and Inventory feature using Azure monitoring agent, which helps you identify software and Microsoft service changes in your environment.
4
4
services: automation
5
5
ms.subservice: change-inventory-management
6
-
ms.date: 02/26/2025
6
+
ms.date: 03/07/2025
7
7
ms.topic: overview
8
8
ms.service: azure-automation
9
9
---
10
10
11
11
# Overview of change tracking and inventory using Azure Monitoring Agent
12
12
13
13
> [!Important]
14
-
> - Change Tracking and Inventory using Log Analytics agent has retired on **31 August 2024** and will work on limited support till **01 February 2025**. Follow the guidelines for [migration from Change Tracking and inventory using Log Analytics to Change Tracking and inventory using Azure Monitoring Agent version](guidance-migration-log-analytics-monitoring-agent.md)
14
+
> - Change Tracking and Inventory using Log Analytics agent has retired on **31 August 2024** and will not be supported any further. Follow the guidelines for [migration from Change Tracking and inventory using Log Analytics to Change Tracking and inventory using Azure Monitoring Agent version](guidance-migration-log-analytics-monitoring-agent.md)
15
15
> - We recommend that you use Change Tracking with Azure Monitoring Agent with the Change tracking extension version 2.20.0.0 (or above) to access the GA version of this service.
16
16
17
17
This article explains on the latest version of change tracking support using Azure Monitoring Agent as a singular agent for data collection.
@@ -28,12 +28,14 @@ Azure Change Tracking & Inventory service enhances the auditing and governance f
28
28
1.**Change Tracking**
29
29
30
30
a. Monitors changes, including modifications to files, registry keys, software installations, and Windows services or Linux daemons.</br>
31
-
b. Provides detailed logs of what and when the changes were made, who made them, enabling you to quickly detect configuration drifts or unauthorized changes.
31
+
b. Provides detailed logs of what and when the changes were made, who made them, enabling you to quickly detect configuration drifts or unauthorized changes. </br>
32
+
Change Tracking metadata will get ingested into the ConfigurationChange table in the connected LA workspace. [Learn more](https://learn.microsoft.com/azure/azure-monitor/reference/tables/configurationchange)
32
33
33
34
1.**Inventory**
34
35
35
36
a. Collects and maintains an updated list of installed software, operating system details, and other server configurations in linked LA workspace </br>
36
-
b. Helps create an overview of system assets, which is useful for compliance, audits, and proactive maintenance.
37
+
b. Helps create an overview of system assets, which is useful for compliance, audits, and proactive maintenance.</br>
38
+
Inventory metadata will get ingested into the ConfigurationData table in the connected LA workspace. [Learn more](https://learn.microsoft.com/azure/azure-monitor/reference/tables/configurationdata)
0 commit comments