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/change/change-analysis-enable.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
5
5
ms.author: hannahhunter
6
6
author: hhunter-ms
7
7
ms.contributor: cawa
8
-
ms.date: 07/05/2022
8
+
ms.date: 07/11/2022
9
9
ms.subservice: change-analysis
10
10
ms.custom: devx-track-azurepowershell
11
11
---
@@ -19,14 +19,14 @@ The Change Analysis service:
19
19
- Identify relevant changes in the troubleshooting or monitoring context.
20
20
21
21
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
23
23
- Bring up the Change Analysis standalone tab.
24
24
25
25
In this guide, you'll learn the two ways to enable Change Analysis for web app in-guest changes:
26
26
- For one or a few web apps, enable Change Analysis via the UI.
27
27
- For a large number of web apps (for example, 50+ web apps), enable Change Analysis using the provided PowerShell script.
28
28
29
-
## Enable Change Analysis via the Azure portal UI
29
+
## Enable web app in-guest change collection via Azure Portal
30
30
31
31
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.
32
32
@@ -53,14 +53,6 @@ For web app in-guest changes, separate enablement is required for scanning code
53
53
54
54
:::image type="content" source="./media/change-analysis/change-analysis-on-2.png" alt-text="Screenshot of the Enable Change Analysis user interface expanded.":::
55
55
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
-
64
56
## Enable Change Analysis at scale using PowerShell
65
57
66
58
If your subscription includes several web apps, run the following script to enable *all web apps* in your subscription.
Copy file name to clipboardExpand all lines: articles/azure-monitor/change/change-analysis-visualizations.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
5
5
ms.author: hannahhunter
6
6
author: hhunter-ms
7
7
ms.contributor: cawa
8
-
ms.date: 04/18/2022
8
+
ms.date: 07/11/2022
9
9
ms.subservice: change-analysis
10
10
ms.custom: devx-track-azurepowershell
11
11
ms.reviewer: cawa
@@ -44,11 +44,21 @@ The UI supports selecting multiple subscriptions to view resource changes. Use t
44
44
45
45
## Diagnose and solve problems tool
46
46
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
+
47
51
Azure Monitor's Change Analysis is:
48
52
- A standalone detector in the Web App **Diagnose and solve problems** tool.
49
53
- Aggregated in **Application Crashes** and **Web App Down detectors**.
50
54
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.":::
52
62
53
63
### Diagnose and solve problems tool for Virtual Machines
0 commit comments