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/logs/basic-logs-query.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,29 +36,30 @@ You can use all functions and binary operators within these operators.
36
36
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.
37
37
38
38
### 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).
40
40
41
41
### Concurrent queries
42
42
You can run two concurrent queries per user.
43
43
44
44
### 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.
46
46
47
47
48
48
## Run a query on a Basic Logs table
49
49
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.
50
50
51
51
# [Portal](#tab/portal-1)
52
52
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:
54
56
55
57

56
58
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:
58
60
59
61

60
62
61
-
62
63
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.
63
64
64
65

0 commit comments