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-visualizations.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,19 @@ ms.topic: conceptual
5
5
ms.author: hannahhunter
6
6
author: hhunter-ms
7
7
ms.contributor: cawa
8
-
ms.date: 07/11/2022
8
+
ms.date: 07/28/2022
9
9
ms.subservice: change-analysis
10
10
ms.custom: devx-track-azurepowershell
11
11
ms.reviewer: cawa
12
12
---
13
13
14
14
# Visualizations for Change Analysis in Azure Monitor (preview)
15
15
16
-
## Standalone UI
16
+
Change Analysis provides data for various management and troubleshooting scenarios to help you understand what changes to your application might have caused the issues. You can view the Change Analysis data through several channels:
17
17
18
-
Change Analysis lives in a standalone pane under Azure Monitor, where you can view all changes and application dependency/resource insights. You can access Change Analysis through a couple of entry points:
18
+
## The Change Analysis standalone UI
19
+
20
+
You can access Change Analysis in a standalone pane under Azure Monitor, where you can view all changes and application dependency/resource insights. You can access Change Analysis through a couple of entry points:
19
21
20
22
In the Azure portal, search for Change Analysis to launch the experience.
21
23
@@ -35,7 +37,6 @@ Send any feedback to the [Change Analysis team](mailto:changeanalysisteam@micros
35
37
36
38
:::image type="content" source="./media/change-analysis/change-analysis-feedback.png" alt-text="Screenshot of feedback button in Change Analysis tab":::
37
39
38
-
39
40
### Multiple subscription support
40
41
41
42
The UI supports selecting multiple subscriptions to view resource changes. Use the subscription filter:
@@ -44,7 +45,7 @@ The UI supports selecting multiple subscriptions to view resource changes. Use t
44
45
45
46
## Diagnose and solve problems tool
46
47
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
+
From your resource's overview page in Azure portal, you can view change data by selecting**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
49
50
### Diagnose and solve problems tool for Web App
50
51
@@ -84,6 +85,7 @@ You can view Change Analysis data for [multiple Azure resources](./change-analys
84
85
## Activity Log change history
85
86
86
87
Use the [View change history](../essentials/activity-log.md#view-change-history) feature to call the Azure Monitor Change Analysis service backend to view changes associated with an operation. Changes returned include:
88
+
87
89
- Resource level changes from [Azure Resource Graph](../../governance/resource-graph/overview.md).
88
90
- Resource properties from [Azure Resource Manager](../../azure-resource-manager/management/overview.md).
89
91
- In-guest changes from PaaS services, such as App Services web app.
@@ -128,4 +130,4 @@ You can also drill to Change Analysis logs via a chart you've created or pinned
128
130
129
131
## Next steps
130
132
131
-
- Learn how to [troubleshoot problems in Change Analysis](change-analysis-troubleshoot.md)
133
+
- Learn how to [troubleshoot problems in Change Analysis](change-analysis-troubleshoot.md)
Copy file name to clipboardExpand all lines: articles/azure-monitor/data-platform.md
+5-2Lines changed: 5 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 @@ author: bwren
5
5
ms.topic: conceptual
6
6
ms.tgt_pltfrm: na
7
7
ms.workload: infrastructure-services
8
-
ms.date: 07/19/2022
8
+
ms.date: 07/28/2022
9
9
ms.reviewer: bwren
10
10
---
11
11
@@ -61,7 +61,10 @@ Read more about distributed tracing at [What is distributed tracing?](app/distri
61
61
62
62
[Changes](./change/change-analysis-visualizations.md) are a series of events that occur in your Azure application, from the infrastructure layer through application deployment. Changes are traced on a subscription-level using [the Change Analysis tool](./change/change-analysis.md). The Change Analysis tool increases observability by building on the power of [Azure Resource Graph](../governance/resource-graph/overview.md) to provide detailed insights into your application changes.
63
63
64
-
Once [Change Analysis is enabled](./change/change-analysis-enable.md), the `Microsoft.ChangeAnalysis` resource provider is registered with an Azure Resource Manager subscription to make the tracked properties and proxied settings change data available. Change Analysis' [integrations with Monitoring and Diagnostics tools](./change/change-analysis-visualizations.md) provide data for various management and troubleshooting scenarios to help users understand what changes might have caused the issues.
64
+
Once [Change Analysis is enabled](./change/change-analysis-enable.md), the `Microsoft.ChangeAnalysis` resource provider is registered with an Azure Resource Manager subscription to make the tracked properties and proxied settings change data available. Change Analysis provides data for various management and troubleshooting scenarios to help users understand what changes might have caused the issues:
65
+
- Troubleshoot your application via the [Diagnose & solve problems tool](./change/change-analysis-enable.md).
66
+
- Perform general management and monitoring via the [Change Analysis standalone UI](./change/change-analysis-visualizations.md#the-change-analysis-standalone-ui) and [the activity log](./change/change-analysis-visualizations.md#activity-log-change-history).
67
+
-[Learn more about how to view data results for other scenarios](./change/change-analysis-visualizations.md).
65
68
66
69
Read more about Change Analysis, including data sources in [Use Change Analysis in Azure Monitor](./change/change-analysis.md).
0 commit comments