Skip to content

Commit 884f857

Browse files
committed
added a new article and updated toc
1 parent 5da6141 commit 884f857

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

articles/automation/TOC.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,12 @@
254254
items:
255255
- name: Use Azure Monitoring Agent (AMA)
256256
items:
257-
- name: Overview
257+
- name: Overview and known issues
258+
items:
259+
- name: About Change tracking and inventory
260+
href: change-tracking/enable-from-portal.md
261+
- name: Change tracking extension version
262+
href: change-tracking/extension-version-details.md
258263
href: change-tracking/overview-monitoring-agent.md
259264
- name: Supported regions
260265
href: change-tracking/region-mappings-monitoring-agent.md
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Azure Automation Change Tracking extension version details and known issues.
3+
description: This article describes the Change Tracking extension version details and known issues.
4+
services: automation
5+
ms.subservice: change-inventory-management
6+
ms.date: 03/12/2024
7+
ms.topic: conceptual
8+
---
9+
10+
# Change tracking and inventory extension version details and known issues
11+
12+
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: Windows Registry :heavy_check_mark: Windows Files :heavy_check_mark: Linux Files :heavy_check_mark: Windows Software :heavy_check_mark: Windows Services & Linux Daemons
13+
14+
> [!Important]
15+
> - Currently, Change tracking and inventory uses Log Analytics Agent and this is scheduled to retire by 31.August.2024. We recommend that you use Azure Monitoring Agent as the new supporting agent.
16+
> - Guidance on migration from Change Tracking & Inventory using Log Analytics agent to Azure Monitoring Agent will be available once it is generally available. [Learn more](guidance-migration-log-analytics-monitoring-agent.md).
17+
> - 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.
18+
19+
This article explains the version details of change tracking extension.
20+
21+
22+
## Release Notes for Extension
23+
24+
### Extension version 2.22.0.0
25+
26+
### Known issues
27+
28+
- The SvcName or SoftwareName are displayed as garbled string for Japanese or Chinese lang vms. The issue is fixed in latest version of AMA windows (1.24.0). We recommend that you upgrade to Azure Monitoring Agent.
29+
- For Windows, SvcDescription field is coming as base64 encoded string. As a workaround for now you must use base64_decode_tostring() kql function.
30+
31+
**Windows** - None
32+
**Linux** - The Fix File content upload isn't working for Linux machines.
33+
34+
### Extension Version 2.21.0.0
35+
36+
### Known issues
37+
38+
- SvcName or SoftwareName are displayed as garbled string for Japanese, or Chinese lang vms. The issue is fixed in latest version of AMA windows (1.24.0). We recommend that you upgrade to Azure Monitoring Agent.
39+
For Windows SvcDescription is coming as base64 encoded string. As a workaround for now you must use base64_decode_tostring() kql function.
40+
41+
**Windows** - The Fix Windows Services data isn't getting uploaded for machines in some languages (Japanese, Chinese).
42+
43+
**Linux** - None
44+
45+
46+
## Next steps
47+
48+
- To enable from the Azure portal, see [Enable Change Tracking and Inventory from the Azure portal](../change-tracking/enable-vms-monitoring-agent.md).

0 commit comments

Comments
 (0)