|
| 1 | +--- |
| 2 | +title: Azure Change Tracking and Inventory Support matrix |
| 3 | +description: Get a summary of support settings and limitations for enabling Azure CTI and tracking changes. |
| 4 | +services: automation |
| 5 | +ms.date: 11/06/2025 |
| 6 | +ms.topic: overview |
| 7 | +ms.service: azure-change-tracking-inventory |
| 8 | +ms.author: v-jasmineme |
| 9 | +author: jasminemehndir |
| 10 | +#customer intent: As a customer, I want to understand the supported operating systems and identify the supported regions for Azure Change Tracking and Inventory so that I can ensure compatibility with my environment. |
| 11 | +--- |
| 12 | + |
| 13 | +# Support matrix and regions for Azure Change Tracking and Inventory |
| 14 | + |
| 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. |
| 16 | + |
| 17 | +## Support matrix |
| 18 | + |
| 19 | +|**Component**| **Applies to**| |
| 20 | +|---|---| |
| 21 | +|Operating systems| Windows </br> Linux | |
| 22 | +|Resource types | Azure VMs </br> Azure Arc-enabled VMs </br> Virtual machines scale set| |
| 23 | +|Data types | Windows registry </br> Windows services </br> Linux Daemons </br> Files </br> Software |
| 24 | + |
| 25 | +## Limits |
| 26 | + |
| 27 | +The following table shows the tracked item limits per machine for Azure CTI. |
| 28 | + |
| 29 | +| **Resource** | **Limit**| **Notes** | |
| 30 | +|---|---|---| |
| 31 | +|File|500|| |
| 32 | +|File size|5 MB|| |
| 33 | +|Registry|250|| |
| 34 | +|Windows software|250|Doesn't include software updates.| |
| 35 | +|Linux packages|1,250|| |
| 36 | +|Windows Services |250|| |
| 37 | +|Linux Daemons | 250|| |
| 38 | + |
| 39 | +## Supported operating systems |
| 40 | + |
| 41 | +Azure CTI is supported on all operating systems that meet Azure Monitor agent requirements. See [supported operating systems](/azure/azure-monitor/agents/agents-overview#supported-operating-systems) for a list of the Windows and Linux operating system versions that are currently supported by the Azure Monitor agent. |
| 42 | + |
| 43 | +To understand client requirements for TLS, see [TLS for Azure Automation](../automation/automation-managing-data.md#tls-for-azure-automation). |
| 44 | + |
| 45 | +## Recursion support |
| 46 | + |
| 47 | +Azure CTI supports recursion, which allows you to specify wildcards to simplify tracking across directories. Recursion also provides environment variables to allow you to track files across environments with multiple or dynamic drive names. The following list includes common information you should know when configuring recursion: |
| 48 | + |
| 49 | +- Wildcards are required for tracking multiple files. |
| 50 | + |
| 51 | +- You can use wildcards only in the last segment of a file path, for example, **c:\folder\\file*** or **/etc/*.conf**. |
| 52 | + |
| 53 | +- If an environment variable has an invalid path, validation succeeds but the path fails during execution. |
| 54 | + |
| 55 | +- You should avoid general path names when setting the path, as this type of setting can cause too many folders to be traversed. |
| 56 | + |
| 57 | +## Change Tracking and Inventory data collection |
| 58 | + |
| 59 | +The next table shows the data collection frequency for the types of changes supported by Azure CTI. Inventory logs will be populated every 10 hours by default for all data types. Additionally, when there is a change registered for any of the data types, the inventory and change logs will be generated for this instance. |
| 60 | + |
| 61 | +| **Change Type** | **Frequency** | |
| 62 | +| --- | --- | |
| 63 | +| Windows registry | 50 minutes | |
| 64 | +| Windows file | 30 to 40 minutes | |
| 65 | +| Linux file | 15 minutes | |
| 66 | +| Windows services | 10 minutes to 30 minutes</br> Default: 30 minutes | |
| 67 | +| Windows software | 30 minutes | |
| 68 | +| Linux software | 5 minutes | |
| 69 | +| Linux Daemons | 5 minutes | |
| 70 | + |
| 71 | +The following table shows the tracked item limits per machine for Azure CTI. |
| 72 | + |
| 73 | +| **Resource** | **Limit** | |
| 74 | +|---|---| |
| 75 | +|File|500| |
| 76 | +|Registry|250| |
| 77 | +|Windows software (not including hotfixes) |250| |
| 78 | +|Linux packages|1250| |
| 79 | +|Windows Services | 250 | |
| 80 | +|Linux Daemons| 500| |
| 81 | + |
| 82 | +### Windows services data |
| 83 | + |
| 84 | +#### Prerequisites |
| 85 | + |
| 86 | +To enable tracking of Windows Services data, you must upgrade CT extension and use extension more than or equal to 2.11.0.0 |
| 87 | + |
| 88 | +#### For Windows Azure VMs |
| 89 | + |
| 90 | +```powershell-interactive |
| 91 | +- az vm extension set --publisher Microsoft.Azure.ChangeTrackingAndInventory --version 2.11.0 --ids /subscriptions/<subscriptionids>/resourceGroups/<resourcegroupname>/providers/Microsoft.Compute/virtualMachines/<vmname> --name ChangeTracking-Windows --enable-auto-upgrade true |
| 92 | +``` |
| 93 | +#### For Linux Azure VMs |
| 94 | + |
| 95 | +```powershell-interactive |
| 96 | +– az vm extension set --publisher Microsoft.Azure.ChangeTrackingAndInventory --version 2.11.0 --ids /subscriptions/<subscriptionids>/resourceGroups/<resourcegroupname>/providers/Microsoft.Compute/virtualMachines/<vmname> --name ChangeTracking-Linux --enable-auto-upgrade true |
| 97 | +``` |
| 98 | +#### For Arc-enabled Windows VMs |
| 99 | + |
| 100 | +```powershell-interactive |
| 101 | +– az connectedmachine extension create --name ChangeTracking-Windows --publisher Microsoft.Azure.ChangeTrackingAndInventory --type ChangeTracking-Windows --machine-name <arc-server-name> --resource-group <resource-group-name> --location <arc-server-location> --enable-auto-upgrade true |
| 102 | +``` |
| 103 | + |
| 104 | +#### For Arc-enabled Linux VMs |
| 105 | + |
| 106 | +```powershell-interactive |
| 107 | +- az connectedmachine extension create --name ChangeTracking-Linux --publisher Microsoft.Azure.ChangeTrackingAndInventory --type ChangeTracking-Linux --machine-name <arc-server-name> --resource-group <resource-group-name> --location <arc-server-location> --enable-auto-upgrade true |
| 108 | +``` |
| 109 | + |
| 110 | +#### Configure frequency |
| 111 | + |
| 112 | +The default collection frequency for Windows services is 30 minutes. To configure the frequency, under **Edit** Settings, use a slider on the **Windows services** tab. |
| 113 | + |
| 114 | +:::image type="content" source="media/overview-monitoring-agent/frequency-slider-inline.png" alt-text="Screenshot of frequency slider." lightbox="media/overview-monitoring-agent/frequency-slider-expanded.png"::: |
| 115 | + |
| 116 | +## Current limitations |
| 117 | + |
| 118 | +Azure CTI using Azure Monitoring Agent doesn't support or has the following limitations: |
| 119 | + |
| 120 | +- Recursion for Windows registry tracking |
| 121 | +- Currently, only the HKEY_LOCAL_MACHINE is supported. You will encounter this limitation whenever you manually add the registry key. |
| 122 | +- Network file systems |
| 123 | +- Different installation methods |
| 124 | +- ***.exe** files stored on Windows |
| 125 | +- The **Max File Size** column and values are unused in the current implementation. |
| 126 | +- If you are tracking file changes, it is limited to a file size of 5 MB or less. |
| 127 | +- If the file size appears >1.25MB, then FileContentChecksum is incorrect due to memory constraints in the checksum calculation. |
| 128 | +- If you try to collect more than 2500 files in a 30-minute collection cycle, Azure CTI performance might be degraded. |
| 129 | +- If network traffic is high, change records can take up to six hours to display. |
| 130 | +- If you modify a configuration while a machine or server is shut down, it might post changes belonging to the previous configuration. |
| 131 | +- Collecting Hotfix updates on Windows Server 2016 Core RS3 machines. |
| 132 | +- Linux daemons might show a changed state even though no change has occurred. This issue arises because of how the `SvcRunLevels` data in the Azure Monitor [ConfigurationChange](/azure/azure-monitor/reference/tables/configurationchange) table is written. |
| 133 | +- Change Tracking extension doesn't support any hardening standards for any Linux operating systems or Distros. |
| 134 | +- Change Tracking extension doesn't support inventory for Microsoft store applications for any Windows operating systems or Distros. |
| 135 | + |
| 136 | + |
| 137 | +## Support for alerts on configuration state |
| 138 | + |
| 139 | +A key capability of Azure CTI is alerting on changes to the configuration state of your hybrid environment. Many useful actions are available to trigger in response to alerts. For example, actions on Azure functions, Automation runbooks, webhooks, and the like. Alerting on changes to the **c:\windows\system32\drivers\etc\hosts** file for a machine is one good application of alerts for Azure CTI data. There are many more scenarios for alerting as well, including the query scenarios defined in the next table. |
| 140 | + |
| 141 | +|Query |Description | |
| 142 | +|---------|---------| |
| 143 | +|ConfigurationChange <br>| where ConfigChangeType == "Files" and FileSystemPath contains " c:\\windows\\system32\\drivers\\"|Useful for tracking changes to system-critical files.| |
| 144 | +|ConfigurationChange <br>| where FieldsChanged contains "FileContentChecksum" and FileSystemPath == "c:\\windows\\system32\\drivers\\etc\\hosts"|Useful for tracking modifications to key configuration files.| |
| 145 | +|ConfigurationChange <br>| where ConfigChangeType == "WindowsServices" and SvcName contains "w3svc" and SvcState == "Stopped"|Useful for tracking changes to system-critical services.| |
| 146 | +|ConfigurationChange <br>| where ConfigChangeType == "Daemons" and SvcName contains "ssh" and SvcState!= "Running"|Useful for tracking changes to system-critical services.| |
| 147 | +|ConfigurationChange <br>| where ConfigChangeType == "Software" and ChangeCategory == "Added"|Useful for environments that need locked-down software configurations.| |
| 148 | +|ConfigurationData <br>| where SoftwareName contains "Monitoring Agent" and CurrentVersion!= "8.0.11081.0"|Useful for seeing which machines have outdated or noncompliant software version installed. This query reports the last reported configuration state, but doesn't report changes.| |
| 149 | +|ConfigurationChange <br>| where RegistryKey == @"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\QualityCompat"| Useful for tracking changes to crucial antivirus keys.| |
| 150 | +|ConfigurationChange <br>| where RegistryKey contains @"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\SharedAccess\\Parameters\\FirewallPolicy"| Useful for tracking changes to firewall settings.| |
| 151 | + |
| 152 | +## Supported regions and mappings for Change Tracking and Inventory with Azure Monitoring Agent |
| 153 | + |
| 154 | +The following table lists the supported regions and mappings: |
| 155 | + |
| 156 | +|**Geography**| **Monitoring Agent workspace region**| |
| 157 | +|---| ---| |
| 158 | +|**Asia Pacific**| East Asia </br> Southeast Asia| |
| 159 | +|**Australia**| Australia East </br> Australia Southeast | |
| 160 | +|**Brazil**| Brazil South| |
| 161 | +|**Canada**| Canada Central| |
| 162 | +|**Europe**| North Europe </br> West Europe| |
| 163 | +|**France**| France Central| |
| 164 | +|**Germany** | Germany West Central| |
| 165 | +|**India**| Central India| |
| 166 | +|**Italy**| Italy North| |
| 167 | +|**Japan**| Japan East| |
| 168 | +|**Korea**| Korea Central| |
| 169 | +|**Norway**| Norway East| |
| 170 | +|**Spain**| Spain Central| |
| 171 | +|**Sweden** | Sweden Central| |
| 172 | +|**Switzerland**| Switzerland North| |
| 173 | +|**United Arab Emirates**| UAE North| |
| 174 | +|**United Kingdom**| UK South| |
| 175 | +|**US Gov** <sup>1</sup>| US Gov Virginia </br> US Gov Arizona | |
| 176 | +|**US**| East US</br> East US2</br> West US </br> West US2 </br> North Central US </br> Central US </br> South Central US </br> West Central US| |
| 177 | + |
| 178 | +<sup>1</sup> Currently, onboarding is supported only through the Azure portal. |
| 179 | + |
| 180 | +## Next steps |
| 181 | + |
| 182 | +To enable Azure CTI from the Azure portal, see [Quickstart: Enable Azure Change Tracking and Inventory](/azure/azure-change-tracking-inventory/quickstart-monitor-changes-collect-inventory-azure-change-tracking-inventory). |
0 commit comments