You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/essentials/tutorial-metrics.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.reviewer: priyamishra
11
11
# Analyze metrics for an Azure resource
12
12
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.
13
13
14
-
In this article, you learn how to:
14
+
In this tutorial, you learn how to:
15
15
16
16
> [!div class="checklist"]
17
17
> * Open metrics explorer for an Azure resource
@@ -20,12 +20,12 @@ In this article, you learn how to:
20
20
> * Modify the time range and granularity for the chart
21
21
22
22
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.
To complete the steps in this article, you need the following:
28
+
To complete the steps in this tutorial, you need the following:
29
29
30
30
- 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.
Copy file name to clipboardExpand all lines: articles/azure-monitor/essentials/tutorial-resource-logs.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
2
title: Collect resource logs from an Azure resource
3
3
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
5
5
author: bwren
6
6
ms.author: bwren
7
7
ms.date: 11/08/2021
8
8
ms.reviewer: lualderm
9
9
---
10
10
11
11
# 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.
13
13
14
-
In this article, you learn how to:
14
+
In this tutorial, you learn how to:
15
15
16
16
> [!div class="checklist"]
17
17
> * Create a Log Analytics workspace in Azure Monitor
@@ -21,7 +21,7 @@ In this article, you learn how to:
21
21
22
22
## Prerequisites
23
23
24
-
To complete the steps in this article, you need the following:
24
+
To complete the steps in this tutorial, you need the following:
25
25
26
26
- 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.
27
27
@@ -33,7 +33,7 @@ To complete the steps in this article, you need the following:
[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.
37
37
38
38
Under the **Monitoring** section of your resource's menu, select **Diagnostic settings** and click **Add diagnostic setting**.
0 commit comments