Skip to content

Commit 41459cb

Browse files
committed
updated per cawa
1 parent 1431330 commit 41459cb

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ 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 provides 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:
6565
- Troubleshoot your application via the [Diagnose & solve problems tool](./change/change-analysis-enable.md).
6666
- 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).
6767
- [Learn more about how to view data results for other scenarios](./change/change-analysis-visualizations.md).

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-enable.md).
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)