Skip to content

Commit 0b4a88e

Browse files
committed
add change analysis to doc
1 parent 9916038 commit 0b4a88e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

articles/azure-monitor/observability-data.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentationcenter: ''
55
ms.topic: conceptual
66
ms.tgt_pltfrm: na
77
ms.workload: infrastructure-services
8-
ms.date: 04/05/2022
8+
ms.date: 08/18/2022
99
---
1010

1111
# Observability data in Azure Monitor
@@ -40,8 +40,7 @@ Logs in Azure Monitor are stored in a Log Analytics workspace that's based on [A
4040
> [!NOTE]
4141
> It's important to distinguish between Azure Monitor Logs and sources of log data in Azure. For example, subscription level events in Azure are written to an [activity log](essentials/platform-logs-overview.md) that you can view from the Azure Monitor menu. Most resources will write operational information to a [resource log](essentials/platform-logs-overview.md) that you can forward to different locations. Azure Monitor Logs is a log data platform that collects activity logs and resource logs along with other monitoring data to provide deep analysis across your entire set of resources.
4242
43-
44-
You can work with [log queries](logs/log-query-overview.md) interactively with [Log Analytics](logs/log-query-overview.md) in the Azure portal or add the results to an [Azure dashboard](app/tutorial-app-dashboards.md) for visualization in combination with other data. You can also create [log alerts](alerts/alerts-log.md) which will trigger an alert based on the results of a schedule query.
43+
You can work with [log queries](logs/log-query-overview.md) interactively with [Log Analytics](logs/log-query-overview.md) in the Azure portal or add the results to an [Azure dashboard](app/tutorial-app-dashboards.md) for visualization in combination with other data. You can also create [log alerts](alerts/alerts-log.md) which will trigger an alert based on the results of a schedule query.
4544

4645
Read more about Azure Monitor Logs including their sources of data in [Logs in Azure Monitor](logs/data-platform-logs.md).
4746

@@ -52,6 +51,13 @@ Distributed tracing in Azure Monitor is enabled with the [Application Insights S
5251

5352
Read more about distributed tracing at [What is Distributed Tracing?](app/distributed-tracing.md).
5453

54+
## Changes
55+
56+
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).
57+
58+
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.
59+
60+
Read more about Change Analysis, including observability, in [Use Change Analysis in Azure Monitor](./change/change-analysis.md).
5561

5662
## Next steps
5763

0 commit comments

Comments
 (0)