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-visualizations.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@ In the Azure portal, search for Change Analysis to launch the experience.
18
18
19
19
:::image type="content" source="./media/change-analysis/search-change-analysis.png" alt-text="Screenshot of searching Change Analysis in Azure portal":::
20
20
21
-
Select a subscription to view all of its resources' changes from the past 24 hours. All changes are displayed with old value and new value to provide insights at one glance.
21
+
Select a subscription to view:
22
+
- All of its resources' changes from the past 24 hours.
23
+
- Old and new values to provide insights at one glance.
22
24
23
25
:::image type="content" source="./media/change-analysis/change-analysis-standalone-blade.png" alt-text="Screenshot of Change Analysis blade in Azure portal":::
24
26
@@ -39,7 +41,7 @@ The UI supports selecting multiple subscriptions to view resource changes. Use t
39
41
## Application Change Analysis in the Diagnose and solve problems tool
40
42
41
43
Application Change Analysis is:
42
-
- A standalone detector in the Web App diagnose and solve problems tools.
44
+
- A standalone detector in the Web App **Diagnose and solve problems** tool.
43
45
- Aggregated in **Application Crashes** and **Web App Down detectors**.
44
46
45
47
From your app service's overview page in Azure portal, select **Diagnose and solve problems** the left menu. As you enter the Diagnose and Solve Problems tool, the **Microsoft.ChangeAnalysis** resource provider will automatically be registered. Enable web app in-guest change tracking with the following instructions:
@@ -54,7 +56,7 @@ From your app service's overview page in Azure portal, select **Diagnose and sol
54
56
55
57
The link leads to Application Change Analysis UI scoped to the web app.
56
58
57
-
3.If web app in-guest change tracking is not enabled, follow the banner to get file and app settings changes.
59
+
3.Enable web app in-guest change tracking if you haven't already.
58
60
59
61
:::image type="content" source="./media/change-analysis/enable-changeanalysis.png" alt-text="Screenshot of the Application Crashes options":::
60
62
@@ -110,7 +112,7 @@ Use the [View change history](../essentials/activity-log.md#view-change-history)
110
112
111
113
## VM Insights integration
112
114
113
-
If you've enabled [VM Insights](../vm/vminsights-overview.md), you can view changes in your virtual machines that may have caused any spikes in a metrics chart such as CPU or Memory.
115
+
If you've enabled [VM Insights](../vm/vminsights-overview.md), you can view changes in your virtual machines that may have caused any spikes in a metric chart, such as CPU or Memory.
114
116
115
117
1. Within your virtual machine, select **Insights** from under **Monitoring** in the left menu.
# Use Application Change Analysis in Azure Monitor (preview)
13
13
14
-
While standard monitoring solutions might alert you to a a live site issue, outage, or component failure, they often don't explain the cause. All you know is your site worked five minutes ago, and now it's broken. What changed in the last five minutes?
14
+
While standard monitoring solutions might alert you to a live site issue, outage, or component failure, they often don't explain the cause. For example, your site worked five minutes ago, and now it's broken. What changed in the last five minutes?
15
15
16
16
We've designed Application Change Analysis to answer that question in Azure Monitor.
17
17
@@ -68,18 +68,14 @@ Change Analysis also tracks resource dependency changes to diagnose and monitor
Using [Azure Resource Graph](../../governance/resource-graph/overview.md), Change Analysis provides a historical record of how the Azure resources that host your application have changed over time. Tracked settings like the following can be detected:
71
+
Using [Azure Resource Graph](../../governance/resource-graph/overview.md), Change Analysis provides a historical record of how the Azure resources that host your application have changed over time. The following tracked settings can be detected:
While the following settings are not yet available in Azure Resource Graph, Change Analysis securely queries and computes them to provide more change details in the app.
79
-
80
-
- IP Configuration rule
81
-
- TLS settings
82
-
- Extension versions
78
+
Unlike Azure Resource Graph, Change Analysis securely queries and computes IP Configuration rules, TLS settings, and extension versions to provide more change details in the app.
83
79
84
80
### Changes in web app deployment and configuration (in-guest changes)
85
81
@@ -129,7 +125,7 @@ Change Analysis detects related resources. Common examples are:
129
125
- Application Gateway
130
126
- Load Balancer related to a Virtual Machine.
131
127
132
-
Usually, network resources are automatically provisioned in the same resource group as the resources using it. Filtering changes by resource group will show all changes for the virtual machine and related networking resources.
128
+
Network resources are usually provisioned in the same resource group as the resources using it. Filter the changes by resource group to show all changes for the virtual machine and its related networking resources.
133
129
134
130
:::image type="content" source="./media/change-analysis/network-changes.png" alt-text="Screenshot of Networking changes":::
135
131
@@ -148,13 +144,13 @@ You'll need to register the `Microsoft.ChangeAnalysis` resource provider with an
148
144
For web app in-guest changes, separate enablement is required for scanning code files within a web app. For more information, see [Change Analysis in the Diagnose and solve problems tool](change-analysis-visualizations.md#application-change-analysis-in-the-diagnose-and-solve-problems-tool) section.
149
145
150
146
## Cost
151
-
Application Change Analysis is a free service. Once enabled, Change Analysis for web app in-guest file changes (or the Diagnose and Solve problems tool) does not:
147
+
Application Change Analysis is a free service. Once enabled, the Change Analysis **Diagnose and solve problems** tool does not:
152
148
- Incur any billing cost to subscriptions.
153
149
- Have any performance impact for scanning Azure Resource properties changes.
154
150
155
151
## Enable Change Analysis at scale for Web App in-guest file and environment variable changes
156
152
157
-
If your subscription includes numerous web apps, enabling the service at the web app level would be inefficient. Instead, run the following script to enable all web apps in your subscription.
153
+
If your subscription includes several web apps, enabling the service at the web app level would be inefficient. Instead, run the following script to enable all web apps in your subscription.
0 commit comments