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/app/change-analysis.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,15 @@ The following diagram illustrates the architecture of Change Analysis:
27
27
28
28

29
29
30
-
Currently Change Analysis is integrated into the **Diagnose and solve problems** experience in the App Service web app. To enable change detection and view changes in the web app, see the *Change Analysis for the Web Apps feature* section later in this article.
30
+
Currently Change Analysis is integrated into the **Diagnose and solve problems** experience in the App Service web app, as well as available as a standalone blade in Azure portal.
31
+
See the *Viewing changes for all resources in Azure* section to access Change Analysis blade and the *Change Analysis for the Web Apps feature* section for using it within Web App portal later in this article.
Using [Azure Resource Graph](https://docs.microsoft.com/azure/governance/resource-graph/overview), Change Analysis provides a historical record of how the Azure resources that host your application have changed over time. Change Analysis can detect, for example, changes in IP configuration rules, managed identities, and SSL settings. So if a tag is added to a web app, Change Analysis reflects the change. This information is available as long as the `Microsoft.ChangeAnalysis` resource provider is enabled in the Azure subscription.
35
+
Using [Azure Resource Graph](https://docs.microsoft.com/azure/governance/resource-graph/overview), Change Analysis provides a historical record of how the Azure resources that host your application have changed over time. Tracked settings such as managed identities, Platform OS upgrade, and hostnames can be detected.
Settings such as IP Configuration rule, SSL settings and extension versions are not yet available in ARG, so Change Analysis queries and computes these changes securely to provide more details in what changed in the app. These information is not available yet in Azure Resource Graph but will be available soon.
35
39
36
40
### Changes in web app deployment and configuration (in-guest changes)
37
41
@@ -47,6 +51,10 @@ Currently the following dependencies are supported:
47
51
- Azure Storage
48
52
- Azure SQL
49
53
54
+
### Enablement
55
+
"Microsoft.ChangeAnalysis" resource provider needs to be registered with a subscription for the Azure Resource Manager tracked properties and proxied settings change data to be available. As you enter the Web App diagnose and solve problems or bring up the Change Analysis standalone blade, this resource provider is automatically registered. It does not have any performance and cost implementations for your subscription.
56
+
For web app in-guest changes, separate enablement is required for scanning code files within a web app. See *Enable Change Analysis in the Diagnose and solve problems tool* section later in this article for more details.
57
+
50
58
## Viewing changes for all resources in Azure
51
59
In Azure Monitor, there is a standalone blade for Change Analysis to view all changes with insights and application dependencies resources.
52
60
@@ -66,7 +74,7 @@ Currently supported resources include:
66
74
- Azure Networking resources
67
75
- Web app with in-guest file tracking and environment variables changes
68
76
69
-
For any feedback, please use the send feedback button in the blade or email [email protected].
77
+
For any feedback, please use the send feedback button in the blade or email [email protected].
70
78
71
79

72
80
@@ -90,12 +98,12 @@ In Azure Monitor, Change Analysis is also built into the self-service **Diagnose
90
98
91
99

92
100
93
-
1. Turn on **Change Analysis** and select **Save**.
101
+
1. Turn on **Change Analysis** and select **Save**. The tool displays all web apps under an App Services plan. You can use the plan level switch to turn on Change Analysis for all web apps under a plan.
94
102
95
103

96
104
97
105
98
-
1. To access Change Analysis, select **Diagnose and solve problems** > **Availability and Performance** > **Application Crashes**. You'll see a graph that summarizes the type of changes over time along with details on those changes:
106
+
1. To access Change Analysis, select **Diagnose and solve problems** > **Availability and Performance** > **Application Crashes**. You'll see a graph that summarizes the type of changes over time along with details on those changes. By default, changes in the past 24 hours are displayed to help with immediate problems.
99
107
100
108

0 commit comments