Skip to content

Commit 14ec5d5

Browse files
authored
Merge pull request #93391 from bwren/am-video
Azure Monitor video tutorial
2 parents 12f6b2e + 2d5ce10 commit 14ec5d5

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

articles/azure-monitor/log-query/get-started-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Get started with Azure Monitor Log Analytics | Microsoft Docs
33
description: This article provides a tutorial for using Log Analytics in the Azure portal to write queries.
44
ms.service: azure-monitor
55
ms.subservice: logs
6-
ms.topic: conceptual
6+
ms.topic: tutorial
77
author: bwren
88
ms.author: bwren
99
ms.date: 07/19/2019

articles/azure-monitor/log-query/get-started-queries.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,18 @@ title: Get started with log queries in Azure Monitor | Microsoft Docs
33
description: This article provides a tutorial for getting started writing log queries in Azure Monitor.
44
ms.service: azure-monitor
55
ms.subservice: logs
6-
ms.topic: conceptual
6+
ms.topic: tutorial
77
author: bwren
88
ms.author: bwren
9-
ms.date: 05/09/2019
9+
ms.date: 10/24/2019
1010

1111
---
1212

1313
# Get started with log queries in Azure Monitor
1414

15-
16-
> [!NOTE]
17-
> You should complete [Get started with Azure Monitor Log Analytics](get-started-portal.md) before completing this tutorial.
18-
1915
> [!NOTE]
2016
> You can work through this exercise in your own environment if you are collecting data from at least one virtual machine. If not then use our [Demo environment](https://portal.loganalytics.io/demo), which includes plenty of sample data.
2117
22-
2318
In this tutorial you will learn to write log queries in Azure Monitor. It will teach you how to:
2419

2520
- Understand query structure
@@ -33,6 +28,10 @@ In this tutorial you will learn to write log queries in Azure Monitor. It will t
3328
For a tutorial on using Log Analytics in the Azure portal, see [Get started with Azure Monitor Log Analytics](get-started-portal.md).<br>
3429
For more details on log queries in Azure Monitor, see [Overview of log queries in Azure Monitor](log-query-overview.md).
3530

31+
Follow along with a video version of this tutorial below:
32+
33+
> [!VIDEO https://www.microsoft.com/videoplayer/embed/RE42pGX]
34+
3635
## Writing a new query
3736
Queries can start with either a table name or the *search* command. You should start with a table name, since it defines a clear scope for the query and improves both query performance and relevance of the results.
3837

0 commit comments

Comments
 (0)