Skip to content

Commit 040a7ba

Browse files
committed
updates to the overview limitations
1 parent 627e987 commit 040a7ba

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

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

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
55
ms.author: hannahhunter
66
author: hhunter-ms
77
ms.contributor: cawa
8-
ms.date: 08/18/2022
8+
ms.date: 08/23/2022
99
ms.subservice: change-analysis
1010
ms.custom: devx-track-azurepowershell
1111

@@ -85,16 +85,32 @@ In addition to the settings set via Azure Resource Manager, you can set configur
8585
- TLS settings
8686
- Extension versions
8787

88-
These setting changes are not captured by Azure Resource Graph. Change Analysis fills this gap by capturing snapshots of changes in those main configuration properties. Snapshots are taken of configuration changes and change details every 6 hours. [See known limitations.](#limitations)
88+
These setting changes are not captured by Azure Resource Graph. Change Analysis fills this gap by capturing snapshots of changes in those main configuration properties, like changes to the connection string, etc. Snapshots are taken of configuration changes and change details every up to 6 hours. [See known limitations.](#limitations)
8989

90-
### Changes in web app configuration (in-guest changes)
90+
### Changes in Azure Functions and web app configuration (in-guest changes)
9191

9292
Every 30 minutes, Change Analysis captures the configuration state of a web application. For example, it can detect changes in the application environment variables. The tool computes the differences and presents the changes.
9393

9494
:::image type="content" source="./media/change-analysis/scan-changes.png" alt-text="Screenshot of the Scan changes now button":::
9595

9696
If you don't see changes within 30 minutes, refer to [our troubleshooting guide](./change-analysis-troubleshoot.md#cannot-see-in-guest-changes-for-newly-enabled-web-app).
9797

98+
Currently, all text-based files under site root **wwwroot** with the following extensions are supported:
99+
100+
- *.json
101+
- *.xml
102+
- *.ini
103+
- *.yml
104+
- *.config
105+
- *.properties
106+
- *.html
107+
- *.cshtml
108+
- *.js
109+
- requirements.txt
110+
- Gemfile
111+
- Gemfile.lock
112+
- config.gemspec
113+
98114
### Dependency changes
99115

100116
Changes to resource dependencies can also cause issues in a resource. For example, if a web app calls into a Redis cache, the Redis cache SKU could affect the web app performance.
@@ -113,8 +129,10 @@ Currently the following dependencies are supported in **Web App Diagnose and sol
113129

114130
## Limitations
115131

132+
- **OS environment**: Change Analysis currently only works with Windows environments, not Linux.
116133
- **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**.
117-
- **Snapshot timestamps**: Due to the snapshot approach to configuration changes, timestamps of configuration changes could show as up to 6 hours from when the change actually happened.
134+
- **File changes**: File changes take up to 30 minutes to display.
135+
- **Configuration changes**: Due to the snapshot approach to configuration changes, timestamps of configuration changes could show as up to 6 hours from when the change actually happened.
118136

119137
## Next steps
120138

0 commit comments

Comments
 (0)