Skip to content

Commit 33800c8

Browse files
committed
Undid earlier change from tutorial to article
1 parent 89eabc4 commit 33800c8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/azure-monitor/essentials/tutorial-metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.reviewer: priyamishra
1111
# Analyze metrics for an Azure resource
1212
Metrics are numerical values that are automatically collected at regular intervals and describe some aspect of a resource. For example, a metric might tell you the processor utilization of a virtual machine, the free space in a storage account, or the incoming traffic for a virtual network. Metrics explorer is a feature of Azure Monitor in the Azure portal that allows you to create charts from metric values, visually correlate trends, and investigate spikes and dips in metric values. Use the metrics explorer to plot charts from metrics created by your Azure resources and investigate their health and utilization.
1313

14-
In this article, you learn how to:
14+
In this tutorial, you learn how to:
1515

1616
> [!div class="checklist"]
1717
> * Open metrics explorer for an Azure resource
@@ -20,12 +20,12 @@ In this article, you learn how to:
2020
> * Modify the time range and granularity for the chart
2121
2222

23-
Following is a video that shows a more extensive scenario than the procedure outlined in this article. If you are new to metrics, we suggest you read through this article first and then view the video to see more specifics.
23+
Following is a video that shows a more extensive scenario than the procedure outlined in this tutorial. If you are new to metrics, we suggest you read through this article first and then view the video to see more specifics.
2424

2525
> [!VIDEO https://www.microsoft.com/videoplayer/embed/RE4qO59]
2626
2727
## Prerequisites
28-
To complete the steps in this article, you need the following:
28+
To complete the steps in this tutorial, you need the following:
2929

3030
- An Azure resource to monitor. You can use any resource in your Azure subscription that supports metrics. To determine whether a resource supports metrics, go to its menu in the Azure portal and verify that there's a **Metrics** option in the **Monitoring** section of the menu.
3131

articles/azure-monitor/essentials/tutorial-resource-logs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: Collect resource logs from an Azure resource
33
description: Learn how to configure diagnostic settings to send resource logs from an Azure resource io a Log Analytics workspace where they can be analyzed with a log query.
4-
ms.topic: tutorial
4+
ms.topic: article
55
author: bwren
66
ms.author: bwren
77
ms.date: 11/08/2021
88
ms.reviewer: lualderm
99
---
1010

1111
# Collect and analyze resource logs from an Azure resource
12-
Resource logs provide insight into the detailed operation of an Azure resource and are useful for monitoring their health and availability. Azure resources generate resource logs automatically, but you must create a diagnostic setting to collect them. This article takes you through the process of creating a diagnostic setting to send resource logs to a Log Analytics workspace where you can analyze them with log queries.
12+
Resource logs provide insight into the detailed operation of an Azure resource and are useful for monitoring their health and availability. Azure resources generate resource logs automatically, but you must create a diagnostic setting to collect them. This tutorial takes you through the process of creating a diagnostic setting to send resource logs to a Log Analytics workspace where you can analyze them with log queries.
1313

14-
In this article, you learn how to:
14+
In this tutorial, you learn how to:
1515

1616
> [!div class="checklist"]
1717
> * Create a Log Analytics workspace in Azure Monitor
@@ -21,7 +21,7 @@ In this article, you learn how to:
2121

2222
## Prerequisites
2323

24-
To complete the steps in this article, you need the following:
24+
To complete the steps in this tutorial, you need the following:
2525

2626
- An Azure resource to monitor. You can use any resource in your Azure subscription that supports diagnostic settings. To determine whether a resource supports diagnostic settings, go to its menu in the Azure portal and verify that there's a **Diagnostic settings** option in the **Monitoring** section of the menu.
2727

@@ -33,7 +33,7 @@ To complete the steps in this article, you need the following:
3333
[!INCLUDE [Create workspace](../../../includes/azure-monitor-tutorial-workspace.md)]
3434

3535
## Create a diagnostic setting
36-
[Diagnostic settings](../essentials/diagnostic-settings.md) define where resource logs should be sent for a particular resource. A single diagnostic setting can have multiple [destinations](../essentials/diagnostic-settings.md#destinations), but we'll only use a Log Analytics workspace in this article.
36+
[Diagnostic settings](../essentials/diagnostic-settings.md) define where resource logs should be sent for a particular resource. A single diagnostic setting can have multiple [destinations](../essentials/diagnostic-settings.md#destinations), but we'll only use a Log Analytics workspace in this tutorial.
3737

3838
Under the **Monitoring** section of your resource's menu, select **Diagnostic settings** and click **Add diagnostic setting**.
3939

0 commit comments

Comments
 (0)