Skip to content

Commit 6bc74fc

Browse files
committed
acrolinx
1 parent 361582c commit 6bc74fc

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ In the Azure portal, search for Change Analysis to launch the experience.
1818

1919
:::image type="content" source="./media/change-analysis/search-change-analysis.png" alt-text="Screenshot of searching Change Analysis in Azure portal":::
2020

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.
2224

2325
:::image type="content" source="./media/change-analysis/change-analysis-standalone-blade.png" alt-text="Screenshot of Change Analysis blade in Azure portal":::
2426

@@ -39,7 +41,7 @@ The UI supports selecting multiple subscriptions to view resource changes. Use t
3941
## Application Change Analysis in the Diagnose and solve problems tool
4042

4143
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.
4345
- Aggregated in **Application Crashes** and **Web App Down detectors**.
4446

4547
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
5456

5557
The link leads to Application Change Analysis UI scoped to the web app.
5658

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.
5860

5961
:::image type="content" source="./media/change-analysis/enable-changeanalysis.png" alt-text="Screenshot of the Application Crashes options":::
6062

@@ -110,7 +112,7 @@ Use the [View change history](../essentials/activity-log.md#view-change-history)
110112

111113
## VM Insights integration
112114

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.
114116

115117
1. Within your virtual machine, select **Insights** from under **Monitoring** in the left menu.
116118
1. Select the **Performance** tab.

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: devx-track-azurepowershell
1111

1212
# Use Application Change Analysis in Azure Monitor (preview)
1313

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?
1515

1616
We've designed Application Change Analysis to answer that question in Azure Monitor.
1717

@@ -68,18 +68,14 @@ Change Analysis also tracks resource dependency changes to diagnose and monitor
6868

6969
### Azure Resource Manager tracked properties changes
7070

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. 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:
7272
- Managed identities
7373
- Platform OS upgrade
7474
- Hostnames
7575

7676
### Azure Resource Manager proxied setting changes
7777

78-
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.
8379

8480
### Changes in web app deployment and configuration (in-guest changes)
8581

@@ -129,7 +125,7 @@ Change Analysis detects related resources. Common examples are:
129125
- Application Gateway
130126
- Load Balancer related to a Virtual Machine.
131127

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.
133129

134130
:::image type="content" source="./media/change-analysis/network-changes.png" alt-text="Screenshot of Networking changes":::
135131

@@ -148,13 +144,13 @@ You'll need to register the `Microsoft.ChangeAnalysis` resource provider with an
148144
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.
149145

150146
## 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:
152148
- Incur any billing cost to subscriptions.
153149
- Have any performance impact for scanning Azure Resource properties changes.
154150

155151
## Enable Change Analysis at scale for Web App in-guest file and environment variable changes
156152

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.
158154

159155
### Pre-requisites
160156

0 commit comments

Comments
 (0)