Skip to content

Commit 1a9362c

Browse files
Merge pull request #227182 from hhunter-ms/hh-63715
[Change Analysis] Remove "App services" language
2 parents c30073a + 71c8c4e commit 1a9362c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ foreach ($webapp in $webapp_list)
9393

9494
- Learn about [visualizations in Change Analysis](change-analysis-visualizations.md)
9595
- Learn how to [troubleshoot problems in Change Analysis](change-analysis-troubleshoot.md)
96-
- Enable Application Insights for [Azure App Services apps](../../azure-monitor/app/azure-web-apps.md).
96+
- Enable Application Insights for [Azure web apps](../../azure-monitor/app/azure-web-apps.md).
9797
- Enable Application Insights for [Azure VM and Azure virtual machine scale set IIS-hosted apps](../../azure-monitor/app/azure-vm-vmss-apps.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Use the [View change history](../essentials/activity-log.md#view-change-history)
9898

9999
- Resource level changes from [Azure Resource Graph](../../governance/resource-graph/overview.md).
100100
- Resource properties from [Azure Resource Manager](../../azure-resource-manager/management/overview.md).
101-
- In-guest changes from PaaS services, such as App Services web app.
101+
- In-guest changes from PaaS services, such as a web app.
102102

103103
1. From within your resource, select **Activity Log** from the side menu.
104104
1. Select a change from the list.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Azure Monitor Change Analysis service supports resource property level changes i
5757
Azure Monitor's Change Analysis queries for:
5858
- [Azure Resource Manager resource properties.](#azure-resource-manager-resource-properties-changes)
5959
- [Resource configuration changes.](#resource-configuration-changes)
60-
- [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)
6161

6262
Change Analysis also tracks [resource dependency changes](#dependency-changes) to diagnose and monitor an application end-to-end.
6363

@@ -77,7 +77,7 @@ In addition to the settings set via Azure Resource Manager, you can set configur
7777

7878
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)
7979

80-
### Changes in Azure App Services Function and Web Apps (in-guest changes)
80+
### Changes in Azure Function and Web Apps (in-guest changes)
8181

8282
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.
8383

@@ -121,10 +121,10 @@ Currently the following dependencies are supported in **Web App Diagnose and sol
121121

122122
## Limitations
123123

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.
125125
- **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.
128128
- **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.
129129
- **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.
130130

@@ -134,5 +134,5 @@ Currently the following dependencies are supported in **Web App Diagnose and sol
134134
- Learn about [enabling Change Analysis](change-analysis-enable.md)
135135
- Learn about [visualizations in Change Analysis](change-analysis-visualizations.md)
136136
- 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).
138138
- 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

Comments
 (0)