Skip to content

Commit 6485fd4

Browse files
committed
update arm article
1 parent e483f29 commit 6485fd4

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

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

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
---
2-
title: Collect Windows VM metrics in Azure Monitor with template
3-
description: Send guest OS metrics to the Azure Monitor metric store using a Resource Manager template for a Windows virtual machine
2+
title: Collect Windows VM metrics in Azure Monitor with template
3+
description: Send guest OS metrics to the Azure Monitor metric database store by using a Resource Manager template for a Windows virtual machine
44
author: anirudhcavale
55
services: azure-monitor
66

77
ms.topic: conceptual
8-
ms.date: 09/24/2018
9-
ms.author: ancav
8+
ms.date: 05/04/2020
9+
ms.author: bwren
1010
ms.subservice: metrics
1111
---
12-
# Send Guest OS metrics to the Azure Monitor metric store using a Resource Manager template for a Windows virtual machine
12+
# Send guest OS metrics to the Azure Monitor metric store by using an Azure Resource Manager template for a Windows virtual machine
13+
Performance data from the guest OS of Azure virtual machines is not collected automatically like other [platform metrics](../insights/monitor-azure-resource.md#monitoring-data). Install the Azure Monitor [diagnostics extension](diagnostics-extension-overview.md) to collect guest OS metrics into the metrics database so it can be used with all features of Azure Monitor Metrics, including 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 virtual machine to the metrics database using a Resource Manager template.
1314

14-
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
15-
16-
By using the Azure Monitor [Diagnostics extension](diagnostics-extension-overview.md), you can collect metrics and logs from the guest operating system (Guest OS) that's running as part of a virtual machine, cloud service, or Service Fabric cluster. The extension can send telemetry to [many different locations.](https://docs.microsoft.com/azure/monitoring/monitoring-data-collection?toc=/azure/azure-monitor/toc.json)
17-
18-
This article describes the process for sending Guest OS performance metrics for a Windows virtual machine to the Azure Monitor data store. Starting with Diagnostics version 1.11, you can write metrics directly to the Azure Monitor metrics store, where standard platform metrics are already collected.
15+
> [!NOTE]
16+
> For details on configuring the diagnostics extension to collect guest OS metrics using the Azure portal, see [Install and configure Windows Azure diagnostics extension (WAD)](diagnostics-extension-windows-install).
1917
20-
Storing them in this location allows you to access the same actions for platform metrics. Actions include near-real time alerting, charting, routing, and access from a REST API and more. In the past, the Diagnostics extension wrote to Azure Storage, but not to the Azure Monitor data store.
2118

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

0 commit comments

Comments
 (0)