You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/change/change-analysis.md
+22-4Lines changed: 22 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
5
5
ms.author: hannahhunter
6
6
author: hhunter-ms
7
7
ms.contributor: cawa
8
-
ms.date: 08/18/2022
8
+
ms.date: 08/23/2022
9
9
ms.subservice: change-analysis
10
10
ms.custom: devx-track-azurepowershell
11
11
@@ -85,16 +85,32 @@ In addition to the settings set via Azure Resource Manager, you can set configur
85
85
- TLS settings
86
86
- Extension versions
87
87
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)
89
89
90
-
### Changes in web app configuration (in-guest changes)
90
+
### Changes in Azure Functions and web app configuration (in-guest changes)
91
91
92
92
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.
93
93
94
94
:::image type="content" source="./media/change-analysis/scan-changes.png" alt-text="Screenshot of the Scan changes now button":::
95
95
96
96
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).
97
97
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
+
98
114
### Dependency changes
99
115
100
116
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
113
129
114
130
## Limitations
115
131
132
+
-**OS environment**: Change Analysis currently only works with Windows environments, not Linux.
116
133
-**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.
0 commit comments