Skip to content

Commit b20f997

Browse files
committed
Update basic-logs-query.md
1 parent 7c58c5f commit b20f997

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/azure-monitor/logs/basic-logs-query.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,30 @@ You can use all functions and binary operators within these operators.
3636
Specify the time range in the query header in Log Analytics or in the API call. You can't specify the time range in the query body using a **where** statement.
3737

3838
### Query context
39-
Queries with Basic Logs must use a workspace for the scope. You can't run queries using another resource for the scope. For more details, see [Log query scope and time range in Azure Monitor Log Analytics](scope.md).
39+
Queries with Basic Logs must use a workspace for the scope. You can't run queries using another resource for the scope. For more information, see [Log query scope and time range in Azure Monitor Log Analytics](scope.md).
4040

4141
### Concurrent queries
4242
You can run two concurrent queries per user.
4343

4444
### Purge
45-
You cannot [purge personal data](personal-data-mgmt.md#how-to-export-and-delete-private-data) from Basic Logs tables.
45+
You can’t [purge personal data](personal-data-mgmt.md#how-to-export-and-delete-private-data) from Basic Logs tables.
4646

4747

4848
## Run a query on a Basic Logs table
4949
Creating a query using Basic Logs is the same as any other query in Log Analytics. See [Get started with Azure Monitor Log Analytics](./log-analytics-tutorial.md) if you aren't familiar with this process.
5050

5151
# [Portal](#tab/portal-1)
5252

53-
Open Log Analytics in the Azure portal and open the **Tables** tab. When browsing the list of tables, Basic Logs tables are identified with a unique icon:
53+
In the Azure portal, select **Monitor** > **Logs** > **Tables**.
54+
55+
In the list of tables, you can identify Basic Logs tables by their unique icon:
5456

5557
![Screenshot of the Basic Logs table icon in the table list.](./media/basic-logs-configure/table-icon.png)
5658

57-
You can also hover over a table name for the table information view. This will specify that the table is configured as Basic Logs:
59+
You can also hover over a table name for the table information view, which will specify that the table is configured as Basic Logs:
5860

5961
![Screenshot of the Basic Logs table indicator in the table details.](./media/basic-logs-configure/table-info.png)
6062

61-
6263
When you add a table to the query, Log Analytics will identify a Basic Logs table and align the authoring experience accordingly. The following example shows when you attempt to use an operator that isn't supported by Basic Logs.
6364

6465
![Screenshot of Query on Basic Logs limitations.](./media/basic-logs-query/query-validator.png)

0 commit comments

Comments
 (0)