Skip to content

Commit a81826b

Browse files
Merge pull request #308971 from jasminemehndir/03Dec-Automation-CTI-minorfixes
Changed Monitoring to Monitor in all occurrences of AMA
2 parents efee4b1 + 64ad587 commit a81826b

7 files changed

Lines changed: 23 additions & 23 deletions

articles/azure-change-tracking-inventory/change-tracking-inventory-support-matrix.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Change Tracking and Inventory Support matrix
33
description: Get a summary of support settings and limitations for enabling Azure CTI and tracking changes.
44
services: automation
5-
ms.date: 11/06/2025
5+
ms.date: 12/03/2025
66
ms.topic: overview
77
ms.service: azure-change-tracking-inventory
88
ms.author: v-jasmineme
@@ -12,7 +12,7 @@ author: jasminemehndir
1212

1313
# Support matrix and regions for Azure Change Tracking and Inventory
1414

15-
Azure Change Tracking and Inventory (CTI) monitors changes and provide inventory logs for servers across Azure, on-premises, and other cloud environments. This article summarizes support settings and limitations when you enable Azure CTI and track changes. It also provides information about the supported regions and mappings for Azure CTI using Azure Monitoring Agent.
15+
Azure Change Tracking and Inventory (CTI) monitors changes and provide inventory logs for servers across Azure, on-premises, and other cloud environments. This article summarizes support settings and limitations when you enable Azure CTI and track changes. It also provides information about the supported regions and mappings for Azure CTI using Azure Monitor Agent.
1616

1717
## Support matrix
1818

@@ -115,7 +115,7 @@ The default collection frequency for Windows services is 30 minutes. To configur
115115

116116
## Current limitations
117117

118-
Azure CTI using Azure Monitoring Agent doesn't support or has the following limitations:
118+
Azure CTI using Azure Monitor Agent doesn't support or has the following limitations:
119119

120120
- Recursion for Windows registry tracking
121121
- Currently, only the HKEY_LOCAL_MACHINE is supported. You will encounter this limitation whenever you manually add the registry key.
@@ -149,7 +149,7 @@ A key capability of Azure CTI is alerting on changes to the configuration state
149149
|ConfigurationChange <br>&#124; where RegistryKey == @"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\QualityCompat"| Useful for tracking changes to crucial antivirus keys.|
150150
|ConfigurationChange <br>&#124; where RegistryKey contains @"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\SharedAccess\\Parameters\\FirewallPolicy"| Useful for tracking changes to firewall settings.|
151151

152-
## Supported regions and mappings for Change Tracking and Inventory with Azure Monitoring Agent
152+
## Supported regions and mappings for Change Tracking and Inventory with Azure Monitor Agent
153153

154154
The following table lists the supported regions and mappings:
155155

articles/azure-change-tracking-inventory/create-data-collection-rule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create Data Collection Rule for Azure Change Tracking and Inventory
33
description: Learn how to create a data collection rule (DCR) for Azure Change Tracking and Inventory.
44
#customer intent: As a customer, I want to create a Data Collection Rule (DCR) for Azure Change Tracking and Inventory so that I can collect and manage data effectively.
55
services: automation
6-
ms.date: 11/06/2025
6+
ms.date: 12/03/2025
77
ms.topic: how-to
88
ms.service: azure-change-tracking-inventory
99
ms.author: v-jasmineme
@@ -13,7 +13,7 @@ ms.custom: sfi-image-nochange
1313

1414
# Create data collection rule for Azure Change Tracking and Inventory
1515

16-
When you enable Change Tracking in the Azure portal using the Azure Monitoring Agent (AMA), the process automatically creates a Data Collection Rule (DCR). This rule will appear in the resource group with a name in the format ct-dcr-aaaaaaaaa. After the rule is created, add the required resources.
16+
When you enable Change Tracking in the Azure portal using the Azure Monitor Agent (AMA), the process automatically creates a Data Collection Rule (DCR). This rule will appear in the resource group with a name in the format ct-dcr-aaaaaaaaa. After the rule is created, add the required resources.
1717

1818
This article explains how to explicitly create a Data Collection Rule for Azure Change Tracking and Inventory (CTI).
1919

@@ -48,7 +48,7 @@ To create a DCR, follow these steps:
4848
:::image type="content" source="media/create-data-collection-rule/deployment-confirmation.png" alt-text="Screenshot of deployment notification.":::
4949

5050
> [!NOTE]
51-
> After creating the Data Collection Rule using the Azure Monitoring Agent's change tracking schema, ensure that you don't add any Data Sources to this rule. This can cause Azure CTI to fail. You must only add new Resources in this section.
51+
> After creating the Data Collection Rule using the Azure Monitor Agent's change tracking schema, ensure that you don't add any Data Sources to this rule. This can cause Azure CTI to fail. You must only add new Resources in this section.
5252
5353
## Next steps
5454

articles/azure-change-tracking-inventory/disable-azure-change-tracking-inventory-monitoring-agent.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: Disable Change Tracking and Inventory in Azure using Azure Monitoring Agent
3-
description: Learn how to disable Change Tracking and Inventory using Azure Monitoring Agent (AMA) from your Azure virtual machines.
2+
title: Disable Change Tracking and Inventory in Azure using Azure Monitor Agent
3+
description: Learn how to disable Change Tracking and Inventory using Azure Monitor Agent (AMA) from your Azure virtual machines.
44
#customer intent: As a customer, I want to disassociate a Data Collection Rule (DCR) from a virtual machine so that I can disable its association with Change Tracking.
55
services: automation
66
ms.custom: linux-related-content
7-
ms.date: 11/06/2025
7+
ms.date: 12/03/2025
88
ms.topic: how-to
99
ms.service: azure-change-tracking-inventory
1010
ms.author: v-jasmineme
1111
author: jasminemehndir
1212
---
1313

14-
# Disable Change Tracking and Inventory with Azure Monitoring Agent
14+
# Disable Change Tracking and Inventory with Azure Monitor Agent
1515

1616
**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
1717

1818
This article describes how to disable change tracking and inventory with AMA.
1919

2020
## Disable Change Tracking from a VM
2121

22-
To disable change tracking with Azure Monitoring Agent from a virtual machine, you must first disassociate the DCR and then uninstall Azure CTI. Follow these steps:
22+
To disable change tracking with Azure Monitor Agent from a virtual machine, you must first disassociate the DCR and then uninstall Azure CTI. Follow these steps:
2323

2424
### Disassociate Data Collection Rule (DCR) from a VM
2525

@@ -49,4 +49,4 @@ To uninstall change tracking extension, follow these steps:
4949

5050
## Next steps
5151

52-
To learn how to migrate from CTI using Log Analytics version to the Azure Monitoring Agent version, see [Migration guidance for Azure CTI](../automation/troubleshoot/change-tracking.md).
52+
To learn how to migrate from CTI using Log Analytics version to the Azure Monitor Agent version, see [Migration guidance for Azure CTI](../automation/troubleshoot/change-tracking.md).

articles/azure-change-tracking-inventory/enable-change-tracking-at-scale-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Enable Change Tracking and Inventory at Scale for Azure VMs using Azure P
33
description: Learn how to use Azure Policy to enable change tracking and inventory at scale for Windows and Linux VMs, including the Arc-enabled VMs and Azure Virtual Machine Scale Sets.
44
#customer intent: As a customer, I want to enable Azure change tracking and inventory for Azure VMs at scale so that I can monitor configuration changes efficiently.
55
services: automation
6-
ms.date: 11/06/2025
6+
ms.date: 12/03/2025
77
ms.topic: how-to
88
ms.service: azure-change-tracking-inventory
99
author: jasminemehndir
@@ -22,7 +22,7 @@ Before you enable Azure CTI, ensure you [Create a data collection rule (DCR)](cr
2222

2323
## Enable Azure Change Tracking and Inventory at scale
2424

25-
Using the Deploy if not exist (DINE) policy, you can enable Change tracking with Azure Monitoring Agent at scale and in the most efficient manner.
25+
Using the Deploy if not exist (DINE) policy, you can enable Change tracking with Azure Monitor Agent at scale and in the most efficient manner.
2626

2727
1. Sign in to the [Azure portal](https://portal.azure.com) and select **Change Tracking and Inventory**.
2828

articles/azure-change-tracking-inventory/extension-version-details.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Change Tracking extension version details and known issues
33
description: This article describes the Change Tracking extension version details and the known issues.
44
#customer intent: As a customer, I want to learn about the fixed vulnerabilities in recent extension updates so that I can maintain a secure environment.
55
services: automation
6-
ms.date: 11/06/2025
6+
ms.date: 12/03/2025
77
ms.topic: overview
88
ms.service: azure-change-tracking-inventory
99
ms.author: v-jasmineme
@@ -79,7 +79,7 @@ After you migrate from FIM based on AMA to ChangeTracking based on AMA, the memo
7979

8080
#### Issue fixed
8181

82-
The **SvcName** or **SoftwareName** are displayed as garbled string for Japanese or Chinese language VMs. The issue is fixed in latest version of AMA windows (1.24.0). We recommend that you upgrade to Azure Monitoring Agent.
82+
The **SvcName** or **SoftwareName** are displayed as garbled string for Japanese or Chinese language VMs. The issue is fixed in latest version of AMA windows (1.24.0). We recommend that you upgrade to Azure Monitor Agent.
8383

8484
#### Known issues
8585

@@ -95,7 +95,7 @@ For Windows, **SvcDescription** field is coming as base64 encoded string. As a w
9595

9696
#### Issues fixed
9797

98-
**SvcName** or **SoftwareName** are displayed as garbled string for Japanese or Chinese language VMs. The issue is fixed in latest version of AMA windows (1.24.0). We recommend that you upgrade to Azure Monitoring Agent.
98+
**SvcName** or **SoftwareName** are displayed as garbled string for Japanese or Chinese language VMs. The issue is fixed in latest version of AMA windows (1.24.0). We recommend that you upgrade to Azure Monitor Agent.
9999
For Windows **SvcDescription** is coming as base64 encoded string. As a workaround, use base64_decode_tostring() kql function.
100100

101101
**OS-specific issues:**

articles/azure-change-tracking-inventory/overview-monitoring-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Azure Change Tracking and Inventory overview using Azure Monitoring Agent
3-
description: Learn about Change Tracking and Inventory feature using Azure monitoring agent, which helps you identify software and Microsoft service changes in your environment.
2+
title: Azure Change Tracking and Inventory overview using Azure Monitor Agent
3+
description: Learn about Change Tracking and Inventory feature using Azure monitor agent, which helps you identify software and Microsoft service changes in your environment.
44
#customer intent: As a customer, I want to evaluate the compatibility of Azure Change Tracking and Inventory with my existing infrastructure so that I can ensure seamless integration.
55
services: automation
6-
ms.date: 12/02/2025
6+
ms.date: 12/03/2025
77
ms.topic: overview
88
ms.service: azure-change-tracking-inventory
99
ms.author: v-jasmineme

articles/azure-change-tracking-inventory/quickstart-monitor-changes-collect-inventory-azure-change-tracking-inventory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Quickstart - Enable Azure Change Tracking and Inventory for single and multiple machines from the portal
33
description: In this quickstart, learn how to enable Azure Change Tracking and Inventory for single and multiple machines from the portal.
44
services: automation
5-
ms.date: 11/06/2025
5+
ms.date: 12/03/2025
66
ms.topic: quickstart
77
#Customer intent: As a customer, I want to enable Azure Change Tracking and Inventory so that I can further use the CTI services.
88
ms.service: azure-change-tracking-inventory
@@ -98,7 +98,7 @@ To enable Azure CTI for multiple Azure VMs using portal, follow these steps:
9898
> [!NOTE]
9999
> You can enable CTI on up to 250 virtual machines at a time.
100100
101-
1. On the **Enable Change Tracking** pane, select the banner at the top of the pane, **Click here to try new change tracking and inventory with Azure Monitoring Agent (AMA) experience**.
101+
1. On the **Enable Change Tracking** pane, select the banner at the top of the pane, **Click here to try new change tracking and inventory with Azure Monitor Agent (AMA) experience**.
102102

103103
:::image type="content" source="media/create-data-collection-rule/enable-change-tracking-multiple-virtual-machines-inline.png" alt-text="Screenshot showing how to select enable change tracking for multiple Virtual Machines from the portal." lightbox="media/create-data-collection-rule/enable-change-tracking-multiple-virtual-machines-expanded.png":::
104104

0 commit comments

Comments
 (0)