Skip to content

Commit a5f094c

Browse files
Merge pull request #268714 from SnehaSudhirG/12Mar-CTVersionUpdate
added a new article and updated toc
2 parents f03c902 + 90a7582 commit a5f094c

File tree

3 files changed

+51
-3
lines changed

3 files changed

+51
-3
lines changed

articles/automation/TOC.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,11 @@
255255
- name: Use Azure Monitoring Agent (AMA)
256256
items:
257257
- name: Overview
258-
href: change-tracking/overview-monitoring-agent.md
258+
items:
259+
- name: About Change tracking and inventory
260+
href: change-tracking/overview-monitoring-agent.md
261+
- name: Change tracking extension version
262+
href: change-tracking/extension-version-details.md
259263
- name: Supported regions
260264
href: change-tracking/region-mappings-monitoring-agent.md
261265
- name: Enable change tracking from portal
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+
This article explains the version details of change tracking extension.
15+
16+
17+
## Release Notes for Extension
18+
19+
### Extension version 2.22.0.0
20+
21+
### Known issues
22+
23+
- 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.
24+
- For Windows, SvcDescription field is coming as base64 encoded string. As a workaround for now you must use base64_decode_tostring() kql function.
25+
26+
**Windows** - None
27+
28+
**Linux** - The Fix file content upload isn't working for Linux machines.
29+
30+
### Extension Version 2.21.0.0
31+
32+
### Known issues
33+
34+
- 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.
35+
For Windows SvcDescription is coming as base64 encoded string. As a workaround for now you must use base64_decode_tostring() kql function.
36+
37+
**Windows** - The Fix Windows services data isn't getting uploaded for machines in some languages (Japanese, Chinese).
38+
39+
**Linux** - None
40+
41+
42+
## Next steps
43+
44+
- To enable from the Azure portal, see [Enable Change Tracking and Inventory from the Azure portal](../change-tracking/enable-vms-monitoring-agent.md).

articles/automation/change-tracking/region-mappings-monitoring-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Supported regions for Change tracking and inventory using Azure Monitoring Agent
33
description: This article describes the supported region mappings between an Automation account and monitoring agent workspace as it relates to certain features of Azure Automation.
4-
ms.date: 03/04/2024
4+
ms.date: 03/13/2024
55
services: automation
66
ms.topic: conceptual
77
ms.custom: references_regions
@@ -33,7 +33,7 @@ The following table shows the supported mappings:
3333
|**Switzerland**| SwitzerlandNorth|
3434
|**United Arab Emirates**| UAENorth|
3535
|**United Kingdom**| UKSouth|
36-
|**US Gov**| USGovVirginia </br> USGovArizona <sup>1</sup>|
36+
|**US Gov** <sup>1</sup>| USGovVirginia </br> USGovArizona |
3737
|**US**| EastUS</br> EastUS2</br> WestUS </br> WestUS2 </br> NorthCentralUS </br> CentralUS </br> SouthCentralUS </br> WestCentralUS|
3838

3939
<sup>1</sup> Currently, in this region, we support onboarding via Azure portal and onboarding via policy will soon be supported.

0 commit comments

Comments
 (0)