Skip to content

Commit b314ee7

Browse files
Merge pull request #217570 from hhunter-ms/hh-2004881
[Change Analysis] Add limitations
2 parents 5cd2162 + 93475ee commit b314ee7

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

articles/azure-monitor/change/change-analysis-custom-filters.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ Browsing through a long list of changes in the entire subscription is time consu
2828
| Time range | Specifies how far back the UI display changes, up to 14 days. By default, it’s set to the past 24 hours. |
2929
| Resource group | Select the resource group to scope the changes. By default, all resource groups are selected. |
3030
| 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. |
31-
| 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 | 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. [If the filter is only returning 1,000 resources, see the corresponding solution in troubleshooting guide](./change-analysis-troubleshoot.md#cant-filter-to-your-resource-to-view-changes). |
3232
| Resource type | Select **Add filter** to use this filter. </br> Filter the changes to specific resource types. |
3333

3434
### Search bar
3535

3636
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.
3737

38+
3839
## Next steps
3940
[Troubleshoot Change Analysis](./change-analysis-troubleshoot.md).

articles/azure-monitor/change/change-analysis-troubleshoot.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ This error message may occur in the Azure portal when loading change data via th
6868
6969
To load all change data, try waiting a few minutes and refreshing the page. If you are still only receiving partial data, contact the [Change Analysis help team](mailto:[email protected]).
7070
71+
7172
## You don't have enough permissions to view some changes. Contact your Azure subscription administrator.
7273
7374
This general unauthorized error message occurs when the current user doesn't have sufficient permissions to view the change. At minimum,
@@ -89,7 +90,16 @@ To troubleshoot virtual machine issues using the troubleshooting tool in the Azu
8990
9091
![Screenshot of the tile for the Analyze recent changes troubleshooting tool for a Virtual Machine.](./media/change-analysis/analyze-recent-changes.png)
9192
93+
## Can't filter to your resource to view changes
94+
95+
When filtering down to a particular resource in the Change Analysis standalone page, you may encounter a known limitation that only returns 1,000 resource results. To filter through and pinpoint changes for one of your 1,000+ resources:
96+
97+
1. In the Azure portal, select **All resources**.
98+
1. Select the actual resource you want to view.
99+
1. In that resource's left side menu, select **Diagnose and solve problems**.
100+
1. Select **Change details**.
92101
102+
From here, you'll be able to view all of the changes for that one resource.
93103
94104
## Next steps
95105

articles/azure-monitor/change/change-analysis.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ Every 30 minutes, Change Analysis captures the configuration state of a web appl
8383

8484
:::image type="content" source="./media/change-analysis/scan-changes.png" alt-text="Screenshot of the selecting the Refresh button to view latest changes.":::
8585

86-
If you don't see file changes within 30 minutes or configuration changes within 6 hours, refer to [our troubleshooting guide](./change-analysis-troubleshoot.md#cannot-see-in-guest-changes-for-newly-enabled-web-app). [See known limitations.](#limitations)
86+
If you don't see file changes within 30 minutes or configuration changes within 6 hours, refer to [our troubleshooting guide](./change-analysis-troubleshoot.md#cannot-see-in-guest-changes-for-newly-enabled-web-app).
87+
88+
[See known limitations.](#limitations)
8789

8890
Currently, all text-based files under site root **wwwroot** with the following extensions are supported:
8991

@@ -123,6 +125,7 @@ Currently the following dependencies are supported in **Web App Diagnose and sol
123125
- **Web app deployment changes**: Code deployment change information might not be available immediately in the Change Analysis tool. To view the latest changes in Change Analysis, select **Refresh**.
124126
- **App Services file changes**: File changes take up to 30 minutes to display.
125127
- **App Services configuration changes**: Due to the snapshot approach to configuration changes, timestamps of configuration changes could take up to 6 hours to display from when the change actually happened.
128+
- **Web app deployment and configuration changes**: Since these changes are collected by a site extension and stored on disk space owned by your application, data collection and storage is subject to your application's behavior. Check to see if a misbehaving application is affecting the results.
126129

127130
## Next steps
128131

0 commit comments

Comments
 (0)