Skip to content

Commit b38e602

Browse files
authored
Merge pull request #206300 from hhunter-ms/hh-1972985
[Change Analysis] Clarify multiple ways to view data
2 parents 71b15c9 + 41459cb commit b38e602

File tree

5 files changed

+21
-16
lines changed

5 files changed

+21
-16
lines changed

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

Lines changed: 2 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: 07/11/2022
8+
ms.date: 07/29/2022
99
ms.subservice: change-analysis
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -18,7 +18,7 @@ The Change Analysis service:
1818
- Easily navigate through all resource changes.
1919
- Identify relevant changes in the troubleshooting or monitoring context.
2020

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:
21+
Register the `Microsoft.ChangeAnalysis` resource provider with an Azure Resource Manager subscription to make the resource properties and configuration change data available. The `Microsoft.ChangeAnalysis` resource is automatically registered as you either:
2222
- Enter any UI entry point, like the Web App **Diagnose and Solve Problems** tool, or
2323
- Bring up the Change Analysis standalone tab.
2424

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@ ms.topic: conceptual
55
ms.author: hannahhunter
66
author: hhunter-ms
77
ms.contributor: cawa
8-
ms.date: 07/11/2022
8+
ms.date: 07/28/2022
99
ms.subservice: change-analysis
1010
ms.custom: devx-track-azurepowershell
1111
ms.reviewer: cawa
1212
---
1313

1414
# Visualizations for Change Analysis in Azure Monitor (preview)
1515

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:
1717

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:
1921

2022
In the Azure portal, search for Change Analysis to launch the experience.
2123

@@ -35,7 +37,6 @@ Send any feedback to the [Change Analysis team](mailto:changeanalysisteam@micros
3537

3638
:::image type="content" source="./media/change-analysis/change-analysis-feedback.png" alt-text="Screenshot of feedback button in Change Analysis tab":::
3739

38-
3940
### Multiple subscription support
4041

4142
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
4445

4546
## Diagnose and solve problems tool
4647

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

4950
### Diagnose and solve problems tool for Web App
5051

@@ -84,6 +85,7 @@ You can view Change Analysis data for [multiple Azure resources](./change-analys
8485
## Activity Log change history
8586

8687
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+
8789
- Resource level changes from [Azure Resource Graph](../../governance/resource-graph/overview.md).
8890
- Resource properties from [Azure Resource Manager](../../azure-resource-manager/management/overview.md).
8991
- 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
128130

129131
## Next steps
130132

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)

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

Lines changed: 5 additions & 5 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: 06/29/2022
8+
ms.date: 07/29/2022
99
ms.subservice: change-analysis
1010
ms.custom: devx-track-azurepowershell
1111

@@ -65,20 +65,20 @@ Azure Monitor Change Analysis service supports resource property level changes i
6565
## Data sources
6666

6767
Azure Monitor's Change Analysis queries for:
68-
- Azure Resource Manager tracked properties.
69-
- Proxied configurations.
68+
- Azure Resource Manager resource properties.
69+
- Configuration changes.
7070
- Web app in-guest changes.
7171

7272
Change Analysis also tracks resource dependency changes to diagnose and monitor an application end-to-end.
7373

74-
### Azure Resource Manager tracked properties changes
74+
### Azure Resource Manager resource properties changes
7575

7676
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:
7777
- Managed identities
7878
- Platform OS upgrade
7979
- Hostnames
8080

81-
### Azure Resource Manager proxied setting changes
81+
### Azure Resource Manager configuration changes
8282

8383
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.
8484

articles/azure-monitor/data-platform.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: bwren
55
ms.topic: conceptual
66
ms.tgt_pltfrm: na
77
ms.workload: infrastructure-services
8-
ms.date: 07/19/2022
8+
ms.date: 07/28/2022
99
ms.reviewer: bwren
1010
---
1111

@@ -61,7 +61,10 @@ Read more about distributed tracing at [What is distributed tracing?](app/distri
6161

6262
[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.
6363

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 resource properties and configuration 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).
6568

6669
Read more about Change Analysis, including data sources in [Use Change Analysis in Azure Monitor](./change/change-analysis.md).
6770

articles/azure-monitor/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Azure Monitor uses a version of the [Kusto Query Language](/azure/kusto/query/)
4848

4949
![Diagram that shows logs data flowing into Log Analytics for analysis.](media/overview/logs.png)
5050

51-
Change Analysis alerts you to live site issues, outages, component failures, or other change data. It also provides insights into those application changes, increases observability, and reduces the mean time to repair. You automatically register the `Microsoft.ChangeAnalysis` resource provider with an Azure Resource Manager subscription by going to Change Analysis via the Azure portal. For web app in-guest changes, you can enable Change Analysis by using the [Diagnose and solve problems tool](./change/change-analysis-visualizations.md#diagnose-and-solve-problems-tool).
51+
Change Analysis alerts you to live site issues, outages, component failures, or other change data. It also provides insights into those application changes, increases observability, and reduces the mean time to repair. You automatically register the `Microsoft.ChangeAnalysis` resource provider with an Azure Resource Manager subscription by going to Change Analysis via the Azure portal. For web app in-guest changes, you can enable Change Analysis by using the [Diagnose and solve problems tool](./change/change-analysis-enable.md#enable-web-app-in-guest-change-collection-via-azure-portal).
5252

5353
Change Analysis builds on [Azure Resource Graph](../governance/resource-graph/overview.md) to provide a historical record of how your Azure resources have changed over time. It detects managed identities, platform operating system upgrades, and hostname changes. Change Analysis securely queries IP configuration rules, TLS settings, and extension versions to provide more detailed change data.
5454

0 commit comments

Comments
 (0)