Skip to content

Commit f2aca1c

Browse files
authored
Merge pull request #96749 from bwren/am-okr-title
Azure Monitor OKR title length
2 parents 9673943 + d3cf745 commit f2aca1c

11 files changed

+15
-15
lines changed

articles/azure-monitor/insights/vminsights-enable-at-scale-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Enable Azure Monitor for VMs (preview) using Azure PowerShell or Resource Manager templates | Microsoft Docs
2+
title: Enable Azure Monitor for VMs (classic) with PowerShell or templates
33
description: This article describes how you enable Azure Monitor for VMs for one or more Azure virtual machines or virtual machine scale sets by using Azure PowerShell or Azure Resource Manager templates.
44
ms.service: azure-monitor
55
ms.subservice:

articles/azure-monitor/platform/alerts-webhooks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Have a classic metric alert notify a non-Azure system using a webhook
3-
description: "Learn how to reroute Azure metric alerts to other, non-Azure systems."
2+
title: Call a webhook with a classic metric alert in Azure Monitor
3+
description: Learn how to reroute Azure metric alerts to other, non-Azure systems.
44
author: snehithm
55
services: azure-monitor
66
ms.service: azure-monitor
@@ -9,7 +9,7 @@ ms.date: 04/03/2017
99
ms.author: snmuvva
1010
ms.subservice: alerts
1111
---
12-
# Have a classic metric alert notify a non-Azure system using a webhook
12+
# Call a webhook with a classic metric alert in Azure Monitor
1313
You can use webhooks to route an Azure alert notification to other systems for post-processing or custom actions. You can use a webhook on an alert to route it to services that send SMS messages, to log bugs, to notify a team via chat or messaging services, or for various other actions.
1414

1515
This article describes how to set a webhook on an Azure metric alert. It also shows you what the payload for the HTTP POST to a webhook looks like. For information about the setup and schema for an Azure activity log alert (alert on events), see [Call a webhook on an Azure activity log alert](alerts-log-webhook.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 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
33
description: Send guest OS metrics to the Azure Monitor metric store using a Resource Manager template for a Windows virtual machine
44
author: anirudhcavale
55
services: azure-monitor

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Send guest OS metrics to the Azure Monitor metric store by using an Azure Resource Manager template for a Windows virtual machine scale set
2+
title: Collect Windows scale set metrics in Azure Monitor with template
33
description: Send guest OS metrics to the Azure Monitor metric store by using a Resource Manager template for a Windows virtual machine scale set
44
author: anirudhcavale
55
services: azure-monitor

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Send Guest OS metrics to the Azure Monitor data store for a Windows virtual machine (classic)
2+
title: Send classic Windows VM metrics to Azure Monitor metrics database
33
description: Send Guest OS metrics to the Azure Monitor data store for a Windows virtual machine (classic)
44
author: anirudhcavale
55
services: azure-monitor
@@ -10,13 +10,13 @@ ms.author: ancav
1010
ms.subservice: ""
1111
---
1212

13-
# Send Guest OS metrics to the Azure Monitor data store for a Windows virtual machine (classic)
13+
# Send Guest OS metrics to the Azure Monitor metrics database for a Windows virtual machine (classic)
1414

1515
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
1616

1717
The Azure Monitor [Diagnostics extension](https://docs.microsoft.com/azure/monitoring-and-diagnostics/azure-diagnostics) (known as "WAD" or "Diagnostics") allows you to collect metrics and logs from the guest operating system (Guest OS) 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)
1818

19-
This article describes the process for sending Guest OS performance metrics for a Windows virtual machine (classic) to the Azure Monitor metric 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.
19+
This article describes the process for sending Guest OS performance metrics for a Windows virtual machine (classic) to the Azure Monitor metric database. Starting with Diagnostics version 1.11, you can write metrics directly to the Azure Monitor metrics store, where standard platform metrics are already collected.
2020

2121
Storing them in this location allows you to access the same actions as you do for platform metrics. Actions include near-real time alerting, charting, routing, 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.
2222

articles/azure-monitor/platform/collect-custom-metrics-guestos-vm-cloud-service-classic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Send Guest OS metrics to the Azure Monitor metric store classic Cloud Services
2+
title: Send classic Cloud Services metrics to Azure Monitor metrics database
33
description: Send Guest OS metrics to the Azure Monitor metric store Cloud Services
44
author: anirudhcavale
55
services: azure-monitor

articles/azure-monitor/platform/diagnostics-extension-to-application-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure Azure Diagnostics to send data to Application Insights
2+
title: Send Azure Diagnostics data to Application Insights
33
description: Update the Azure Diagnostics public configuration to send data to Application Insights.
44
ms.service: azure-monitor
55
ms.subservice: diagnostic-extension

articles/azure-monitor/platform/metrics-store-custom-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Send custom metrics for an Azure resource to the Azure Monitor metric store by using a REST API
2+
title: Send metrics to the Azure Monitor metric database using REST API
33
description: Send custom metrics for an Azure resource to the Azure Monitor metric store by using a REST API
44
author: anirudhcavale
55
services: azure-monitor

articles/azure-monitor/platform/monitoring-classic-retirement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Unified alerting & monitoring in Azure Monitor replaces classic alerting & monitoring
2+
title: Update of classic alerting & monitoring in Azure Monitor
33
description: Overview of retirement of classic monitoring services and functionality, earlier shown in Azure portal under Alerts (classic). Classic alerting & monitoring includes classic metric alerts for Azure resources, classic metric alerts for Application Insights, classic webtest alerts for Application Insights, classic custom metric based alerts for Application Insights and classic alerts for Application Insights SmartDetection v1
44
author: yanivlavi
55
services: azure-monitor

articles/azure-monitor/platform/roles-permissions-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Get started with roles, permissions, and security with Azure Monitor"
2+
title: Roles, permissions, and security in Azure Monitor
33
description: Learn how to use Azure Monitor's built-in roles and permissions to restrict access to monitoring resources.
44
author: johnkemnetz
55
services: azure-monitor

0 commit comments

Comments
 (0)