Skip to content

Commit ddeac82

Browse files
authored
Merge pull request #204346 from hhunter-ms/hh-1967868-2
[Change Analysis] Add missing section and change header
2 parents 50f773c + 70fdc50 commit ddeac82

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

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

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
55
ms.author: hannahhunter
66
author: hhunter-ms
77
ms.contributor: cawa
8-
ms.date: 07/05/2022
8+
ms.date: 07/11/2022
99
ms.subservice: change-analysis
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -19,14 +19,14 @@ The Change Analysis service:
1919
- Identify relevant changes in the troubleshooting or monitoring context.
2020

2121
Register the `Microsoft.ChangeAnalysis` resource provider with an Azure Resource Manager subscription to make the tracked properties and proxied settings change data available. The `Microsoft.ChangeAnalysis` resource is automatically registered as you either:
22-
- Enter the Web App **Diagnose and Solve Problems** tool, or
22+
- Enter any UI entry point, like the Web App **Diagnose and Solve Problems** tool, or
2323
- Bring up the Change Analysis standalone tab.
2424

2525
In this guide, you'll learn the two ways to enable Change Analysis for web app in-guest changes:
2626
- For one or a few web apps, enable Change Analysis via the UI.
2727
- For a large number of web apps (for example, 50+ web apps), enable Change Analysis using the provided PowerShell script.
2828

29-
## Enable Change Analysis via the Azure portal UI
29+
## Enable web app in-guest change collection via Azure Portal
3030

3131
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#diagnose-and-solve-problems-tool) section.
3232

@@ -53,14 +53,6 @@ For web app in-guest changes, separate enablement is required for scanning code
5353

5454
:::image type="content" source="./media/change-analysis/change-analysis-on-2.png" alt-text="Screenshot of the Enable Change Analysis user interface expanded.":::
5555

56-
You can also view change data via the **Web App Down** and **Application Crashes** detectors. The graph summarizes:
57-
- The change types over time.
58-
- Details on those changes.
59-
60-
By default, the graph displays changes from within the past 24 hours help with immediate problems.
61-
62-
:::image type="content" source="./media/change-analysis/change-view.png" alt-text="Screenshot of the change diff view.":::
63-
6456
## Enable Change Analysis at scale using PowerShell
6557

6658
If your subscription includes several web apps, run the following script to enable *all web apps* in your subscription.

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
55
ms.author: hannahhunter
66
author: hhunter-ms
77
ms.contributor: cawa
8-
ms.date: 04/18/2022
8+
ms.date: 07/11/2022
99
ms.subservice: change-analysis
1010
ms.custom: devx-track-azurepowershell
1111
ms.reviewer: cawa
@@ -44,11 +44,21 @@ The UI supports selecting multiple subscriptions to view resource changes. Use t
4444

4545
## Diagnose and solve problems tool
4646

47+
From your resource'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.
48+
49+
### Diagnose and solve problems tool for Web App
50+
4751
Azure Monitor's Change Analysis is:
4852
- A standalone detector in the Web App **Diagnose and solve problems** tool.
4953
- Aggregated in **Application Crashes** and **Web App Down detectors**.
5054

51-
From your resource'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.
55+
You can view change data via the **Web App Down** and **Application Crashes** detectors. The graph summarizes:
56+
- The change types over time.
57+
- Details on those changes.
58+
59+
By default, the graph displays changes from within the past 24 hours help with immediate problems.
60+
61+
:::image type="content" source="./media/change-analysis/change-view.png" alt-text="Screenshot of the change diff view.":::
5262

5363
### Diagnose and solve problems tool for Virtual Machines
5464

0 commit comments

Comments
 (0)