Skip to content

Commit 60ff1d8

Browse files
Merge pull request #285496 from EdB-MSFT/refresh-legacy-diagnotics-extensions
refresh add AMA note
2 parents c297552 + 5107634 commit 60ff1d8

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

articles/azure-monitor/essentials/collect-custom-metrics-guestos-resource-manager-vm.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ services: azure-monitor
66
ms.reviewer: shijain
77
ms.topic: conceptual
88
ms.custom: devx-track-arm-template
9-
ms.date: 09/28/2023
9+
ms.date: 08/26/2024
1010
ms.author: bwren
1111
---
1212
# Send guest OS metrics to the Azure Monitor metrics store by using an ARM template for a Windows VM
1313

14+
> [!NOTE]
15+
> Azure Monitor Agent (AMA) collects monitoring data from the guest operating system of Azure and hybrid virtual machines and delivers it to Azure Monitor for use by features, insights, and other services such as [Microsoft Sentinel](../../sentintel/../sentinel/overview.md) and [Microsoft Defender for Cloud](/azure/defender-for-cloud/defender-for-cloud-introduction).
16+
>
17+
>We recommend using the Azure Monitor Agent to collet logs and metrics from Virtual Machines. For more information, see [Azure Monitor Agent overview](../agents/azure-monitor-agent-overview.md).
18+
1419
Performance data from the guest OS of Azure virtual machines (VMs) isn't collected automatically like other [platform metrics](./monitor-azure-resource.md#monitoring-data). Install the Azure Monitor [Diagnostics extension](../agents/diagnostics-extension-overview.md) to collect guest OS metrics into the metrics database so that it can be used with all features of Azure Monitor Metrics. These features include near real time alerting, charting, routing, and access from a REST API. This article describes the process for sending guest OS performance metrics for a Windows VM to the metrics database by using an Azure Resource Manager template (ARM template).
1520

1621
> [!NOTE]

articles/azure-monitor/essentials/collect-custom-metrics-guestos-resource-manager-vmss.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,24 @@ services: azure-monitor
55
ms.reviewer: shijain
66
ms.topic: conceptual
77
ms.custom: devx-track-arm-template
8-
ms.date: 07/30/2023
8+
ms.date: 08/26/2024
99
---
1010
# Send guest OS metrics to the Azure Monitor metric store by using an Azure Resource Manager template for a Windows virtual machine scale set
1111

12-
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
12+
> [!NOTE]
13+
> Azure Monitor Agent (AMA) collects monitoring data from the guest operating system of Azure and hybrid virtual machines and Virtual Machine Scale Sets and delivers it to Azure Monitor for use by features, insights, and other services such as [Microsoft Sentinel](../../sentintel/../sentinel/overview.md) and [Microsoft Defender for Cloud](/azure/defender-for-cloud/defender-for-cloud-introduction).
14+
>
15+
>We recommend using the Azure Monitor Agent to collet logs and metrics from Virtual Machine Scale Sets. For more information, see [Azure Monitor Agent overview](../agents/azure-monitor-agent-overview.md).
16+
1317

1418
By using the Azure Monitor [Azure Diagnostics extension for Windows (WAD)](../agents/diagnostics-extension-overview.md), you can collect metrics and logs from the guest operating system (guest OS) that runs as part of a virtual machine, cloud service, or Azure Service Fabric cluster. The extension can send telemetry to many different locations listed in the previously linked article.
1519

1620
This article describes the process to send guest OS performance metrics for a Windows virtual machine scale set to the Azure Monitor data store. Starting with Microsoft Azure Diagnostics version 1.11, you can write metrics directly to the Azure Monitor metrics store, where standard platform metrics are already collected. By storing them in this location, you can access the same actions that are available for platform metrics. Actions include near real-time alerting, charting, routing, access from the REST API, and more. In the past, the Microsoft Azure Diagnostics extension wrote to Azure Storage but not the Azure Monitor data store.
1721

1822
If you're new to Resource Manager templates, learn about [template deployments](../../azure-resource-manager/management/overview.md) and their structure and syntax.
1923

24+
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
25+
2026
## Prerequisites
2127

2228
- Your subscription must be registered with [Microsoft.Insights](../../azure-resource-manager/management/resource-providers-and-types.md).

0 commit comments

Comments
 (0)