Skip to content

Commit 474afef

Browse files
authored
Merge pull request #197053 from hhunter-ms/hh_changeanalysisga_howto
[Change Analysis] Custom filters article
2 parents 0f942fa + 80beb08 commit 474afef

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Navigate to a change using custom filters in Change Analysis
3+
description: Learn how to navigate to a change in your service using custom filters in Azure Monitor's Change Analysis.
4+
ms.topic: conceptual
5+
ms.author: hannahhunter
6+
author: hhunter-ms
7+
ms.contributor: cawa
8+
ms.reviewer: cawa
9+
ms.date: 05/09/2022
10+
ms.subservice: change-analysis
11+
ms.custom: devx-track-azurepowershell
12+
---
13+
14+
# Navigate to a change using custom filters in Change Analysis
15+
16+
Browsing through a long list of changes in the entire subscription is time consuming. With Change Analysis custom filters and search capability, you can efficiently navigate to changes relevant to issues for troubleshooting.
17+
18+
## Custom filters and search bar
19+
20+
:::image type="content" source="./media/change-analysis/filters-search-bar.png" alt-text="Screenshot showing that filters and search bar are available at the top of Change Analysis homepage, right above the changes section.":::
21+
22+
### Filters
23+
24+
| Filter | Description |
25+
| ------ | ----------- |
26+
| Subscription | This filter is in-sync with the Azure portal subscription selector. It supports multiple-subscription selection. |
27+
| Time range | Specifies how far back the UI display changes, up to 14 days. By default, it’s set to the past 24 hours. |
28+
| Resource group | Select the resource group to scope the changes. By default, all resource groups are selected. |
29+
| Change level | Controls which levels of changes to display. Levels include: important, normal, and noisy. <ul><li>Important: related to availability and security</li><li>Noisy: Read-only properties that are unlikely to cause any issues</li></ul> By default, important and normal levels are checked. |
30+
| Resource | Select **Add filter** to use this filter. </br> Filter the changes to specific resources. Helpful if you already know which resources to look at for changes. |
31+
| Resource type | Select **Add filter** to use this filter. </br> Filter the changes to specific resource types. |
32+
33+
### Search bar
34+
35+
The search bar filters the changes according to the input keywords. Search bar results apply only to the changes loaded by the page already and don't pull in results from the server side.
36+
37+
## Next steps
38+
- Use [Change Analysis with the Az.ChangeAnalysis PowerShell module](./change-analysis-powershell.md) to determine changes made to resources in your Azure subscription.
39+
- [Troubleshoot Change Analysis](./change-analysis-troubleshoot.md).
674 KB
Loading

articles/azure-monitor/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,8 @@ items:
11801180
href: change/change-analysis-visualizations.md
11811181
- name: Azure PowerShell
11821182
href: change/change-analysis-powershell.md
1183+
- name: Custom filters
1184+
href: change/change-analysis-custom-filters.md
11831185
- name: Troubleshoot
11841186
href: change/change-analysis-troubleshoot.md
11851187
- name: VM insights

0 commit comments

Comments
 (0)