Skip to content

Commit 1c62221

Browse files
Merge pull request #308972 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-03 06:00 UTC
2 parents 9796d6c + a81826b commit 1c62221

11 files changed

Lines changed: 48 additions & 31 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

articles/azure-netapp-files/configure-cache-volumes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: netapp-manishc
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 11/26/2025
8+
ms.date: 12/03/2025
99
ms.author: anfdocs
1010
ms.custom: sfi-image-nochange
1111
# Customer intent: As a cloud administrator, I want to create a cache volume in Azure NetApp Files, so that I can leverage scalable storage solutions and reduce cost.
@@ -26,7 +26,6 @@ Write-back allows the write to be committed to stable storage at the cache and a
2626
* You should ensure that the protocol type is the same for the cache volume and origin volume. The security style and the Unix permissions are inherited from the origin volume. For example, creating a cache volume with NFSv3 or NFSv4 when origin is UNIX, and SMB when the origin is NTFS.
2727
* You should enable encryption on the origin volume.
2828
* The source cluster must be running ONTAP 9.15.1 or later version.
29-
* The minimum supported ONTAP version without write-back is 9.12.1 or later version.
3029
* You should configure an Active Directory (AD) or LDAP connection within the NetApp account to create an LDAP-enabled cache volume.
3130
* You can't move a cache volume to another capacity pool.
3231
* The `globalFileLocking` parameter value must be the same on all cache volumes that share the same origin volume. Global file locking can be enabled when creating the first cache volume by setting `globalFileLocking` to true. The subsequent cache volumes from the same origin volume must have this setting set to true. To change the global file locking setting on existing cache volumes, you must update the origin volume first. After updating the origin volume, the change propagates to all the cache volumes associated with that origin volume. The `volume flexcache origin config modify -is-global-file-locking-enabled` command should be executed on the source cluster to change the setting on the origin volume.

articles/backup/azure-data-lake-storage-backup-support-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Vaulted backups of Azure Data Lake Storage are available in the following region
2727
| Availability type | Region |
2828
| --- | --- |
2929
| **General availability** | Central US, East Asia, France South, Germany West Central, Southeast US, Switzerland North, Switzerland West, UAE North, UK West, West India. |
30-
| **Preview** | Australia East, Central India, Central US, East US, East US 2, Germany West Central, North Central US, North Europe, South India, Southeast Asia, West Central US, West US, West US 2, West US 3. |
30+
| **Preview** | Australia East, Central India, Central US, East US, East US 2, North Central US, North Europe, South India, Southeast Asia, West Central US, West US, West US 2, West US 3. |
3131

3232
## Supported storage accounts
3333

articles/governance/policy/concepts/policy-for-kubernetes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,12 @@ Finally, to identify the AKS cluster version that you're using, follow the linke
610610

611611
### Add-on versions available per each AKS cluster version
612612

613+
#### 1.15.3
614+
Patch CVE-2025-47914, CVE-2025-58181, CVE-2025-58187, CVE-2025-22872
615+
- Released Dec 2025
616+
- Kubernetes 1.27+
617+
- Gatekeeper 3.20.1-2
618+
613619
#### 1.15.1
614620

615621
- Released Nov 2025

0 commit comments

Comments
 (0)