Skip to content

Commit 5729e4b

Browse files
committed
review corrections
1 parent 4c5f76c commit 5729e4b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
title: "Tutorial: Get started with Log Analytics queries"
3-
description: Learn from this tutorial how to write and manage Azure Monitor log queries in a Log Analytics workspace in the Azure portal.
3+
description: Learn from this tutorial how to write and manage Azure Monitor log queries using Log Analytics in the Azure portal.
44
ms.subservice: logs
55
ms.topic: tutorial
66
author: bwren
77
ms.author: bwren
8-
ms.date: 03/04/2020
8+
ms.date: 03/17/2020
99

1010
---
1111

1212
# Tutorial: Get started with Log Analytics queries
1313

14-
This tutorial shows you how to use a Log Analytics workspace to write, execute, and manage Azure Monitor log queries in the Azure portal. You can use Log Analytics queries to search for terms, identify trends, analyze patterns, and provide many other insights from your data.
14+
This tutorial shows you how to use Log Analytics to write, execute, and manage Azure Monitor log queries in the Azure portal. You can use Log Analytics queries to search for terms, identify trends, analyze patterns, and provide many other insights from your data.
1515

16-
In this tutorial, you learn how to use a Log Analytics workspace to:
16+
In this tutorial, you learn how to use Log Analytics to:
1717

1818
> [!div class="checklist"]
19-
> * Understand the log data schema and tables
19+
> * Understand the log data schema
2020
> * Write and run simple queries, and modify the time range for queries
2121
> * Filter, sort, and group query results
2222
> * View, modify, and share visuals of query results
@@ -25,8 +25,8 @@ In this tutorial, you learn how to use a Log Analytics workspace to:
2525
For more information about log queries, see [Overview of log queries in Azure Monitor](log-query-overview.md).<br/>
2626
For a detailed tutorial on writing log queries, see [Get started with log queries in Azure Monitor](get-started-queries.md).
2727

28-
## Open a Log Analytics workspace
29-
To use Azure Monitor or a Log Analytics workspace, you need to be signed in to an Azure account. If you don't have an Azure account, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
28+
## Open Log Analytics
29+
To use Log Analytics, you need to be signed in to an Azure account. If you don't have an Azure account, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
3030

3131
To complete most of the steps in this tutorial, you can use [this demo environment](https://portal.loganalytics.io/demo), which includes plenty of sample data. With the demo environment, you won't be able to save queries or pin results to a dashboard.
3232

@@ -41,9 +41,9 @@ The schema tables appear on the **Tables** tab of the Log Analytics workspace. T
4141

4242
## Write and run basic queries
4343

44-
A Log Analytics workspace opens with a new blank query in the **Query editor**.
44+
Log Analytics opens with a new blank query in the **Query editor**.
4545

46-
![Log Analytics workspace](media/get-started-portal/homepage.png)
46+
![Log Analytics](media/get-started-portal/homepage.png)
4747

4848
### Write a query
4949
Azure Monitor log queries use a version of the Kusto query language. Queries can begin with either a table name or a [search](/azure/kusto/query/searchoperator) command.
@@ -152,7 +152,7 @@ You can change properties of the view, such as x and y axes, or grouping and spl
152152
You can also set the preferred view in the query itself, using the [render](/azure/kusto/query/renderoperator) operator.
153153

154154
## Pin results to a dashboard
155-
To pin a results table or chart from your Log Analytics workspace to a shared Azure dashboard, select **Pin to dashboard** on the top bar.
155+
To pin a results table or chart from Log Analytics to a shared Azure dashboard, select **Pin to dashboard** on the top bar.
156156

157157
![Pin to dashboard](media/get-started-portal/pin-dashboard.png)
158158

0 commit comments

Comments
 (0)