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
-[App Service Function and Web App in-guest changes.](#changes-in-azure-app-services-function-and-web-apps-in-guest-changes)
71
71
72
72
Change Analysis also tracks [resource dependency changes](#dependency-changes) to diagnose and monitor an application end-to-end.
73
73
@@ -78,7 +78,7 @@ Using [Azure Resource Graph](../../governance/resource-graph/overview.md), Chang
78
78
- Platform OS upgrade
79
79
- Hostnames
80
80
81
-
### Configuration changes
81
+
### Resource configuration changes
82
82
83
83
In addition to the settings set via Azure Resource Manager, you can set configuration settings using the CLI, Bicep, etc., such as:
84
84
- IP Configuration rules
@@ -87,13 +87,13 @@ In addition to the settings set via Azure Resource Manager, you can set configur
87
87
88
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 Azure Functions and web app configuration (in-guest changes)
90
+
### Changes in Azure App Services Function and Web Apps (in-guest changes)
91
91
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.
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, configuration files, and WebJobs. 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
-
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).
96
+
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)
97
97
98
98
Currently, all text-based files under site root **wwwroot** with the following extensions are supported:
99
99
@@ -129,10 +129,10 @@ Currently the following dependencies are supported in **Web App Diagnose and sol
129
129
130
130
## Limitations
131
131
132
-
-**OS environment**: Change Analysis currently only works with Windows environments, not Linux.
132
+
-**OS environment**: For Azure App Services Function and Web App in-guest changes, Change Analysis currently only works with Windows environments, not Linux.
133
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**.
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.
134
+
-**App Services file changes**: File changes take up to 30 minutes to display.
135
+
-**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.
0 commit comments