Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/azure-monitor/change/change-analysis-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Learn more about the [Change Analysis API powered by Resource Graph](/azure/gove
| Supported resource types | [Use Change Analysis (classic) in Azure Monitor to find web app issues](./change-analysis.md) | [Supported Resource Manager resource types](/azure/governance/resource-graph/reference/supported-tables-resources) |
| Web app in-app data (app settings, file changes, environmental variables) | Yes | No |
| Automatic onboarding for data collection | No | Yes |
| Resource type | `Microsoft.ChangeAnalysis/changes` and `Microsoft.ChangeAnalysis/ resourcechanges` | `Microsoft.Resources/ resources` |
| Resource type | `Microsoft.ChangeAnalysis/changes` and `Microsoft.ChangeAnalysis/ resourcechanges` | `Microsoft.ResourceGraph/ resourceChanges` |
Copy link

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent spacing in resource type names. There should be no space before the forward slash in Microsoft.ChangeAnalysis/ resourcechanges and Microsoft.ResourceGraph/ resourceChanges.

Suggested change
| Resource type | `Microsoft.ChangeAnalysis/changes` and `Microsoft.ChangeAnalysis/ resourcechanges` | `Microsoft.ResourceGraph/ resourceChanges` |
| Resource type | `Microsoft.ChangeAnalysis/changes` and `Microsoft.ChangeAnalysis/resourcechanges` | `Microsoft.ResourceGraph/resourceChanges` |

Copilot uses AI. Check for mistakes.
| [Change Actor](/azure/governance/resource-graph/changes/get-resource-changes) | No | Yes |
| Resource Graph query support | No | Yes |
| Granular filtering (including Change Type and Change Actor filters) | No | Yes |
Expand Down