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)
60
+
-[App Service Function and Web App in-guest changes.](#changes-in-azure-function-and-web-apps-in-guest-changes)
61
61
62
62
Change Analysis also tracks [resource dependency changes](#dependency-changes) to diagnose and monitor an application end-to-end.
63
63
@@ -77,7 +77,7 @@ In addition to the settings set via Azure Resource Manager, you can set configur
77
77
78
78
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)
79
79
80
-
### Changes in Azure App Services Function and Web Apps (in-guest changes)
80
+
### Changes in Azure Function and Web Apps (in-guest changes)
81
81
82
82
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.
83
83
@@ -121,10 +121,10 @@ Currently the following dependencies are supported in **Web App Diagnose and sol
121
121
122
122
## Limitations
123
123
124
-
-**OS environment**: For Azure App Services Function and Web App in-guest changes, Change Analysis currently only works with Windows environments, not Linux.
124
+
-**OS environment**: For Azure Function and Web App in-guest changes, Change Analysis currently only works with Windows environments, not Linux.
125
125
-**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**.
126
-
-**App Services file changes**: File changes take up to 30 minutes to display.
127
-
-**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.
126
+
-**Function and Web App file changes**: File changes take up to 30 minutes to display.
127
+
-**Function and Web App 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
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.
129
129
-**Snapshot retention for all changes**: The Change Analysis data for resources is tracked by Azure Resource Graphs (ARG). ARG keeps snapshot history of tracked resources only for 14 days.
130
130
@@ -134,5 +134,5 @@ Currently the following dependencies are supported in **Web App Diagnose and sol
134
134
- Learn about [enabling Change Analysis](change-analysis-enable.md)
135
135
- Learn about [visualizations in Change Analysis](change-analysis-visualizations.md)
136
136
- Learn how to [troubleshoot problems in Change Analysis](change-analysis-troubleshoot.md)
137
-
- Enable Application Insights for [Azure App Services apps](../../azure-monitor/app/azure-web-apps.md).
137
+
- Enable Application Insights for [Azure web apps](../../azure-monitor/app/azure-web-apps.md).
138
138
- Enable Application Insights for [Azure VM and Azure virtual machine scale set IIS-hosted apps](../../azure-monitor/app/azure-vm-vmss-apps.md).
0 commit comments