Skip to content

Commit 4403209

Browse files
authored
Merge pull request #311855 from EdB-MSFT/async-query-limits
async query limits
2 parents 6d18c79 + bce7430 commit 4403209

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

articles/sentinel/datalake/kql-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Results are stored for 24 hours and can be accessed multiple times. You can expo
108108

109109
:::image type="content" source="media/kql-queries/fetch-async-query-results.png" lightbox="media/kql-queries/fetch-async-query-results.png" alt-text="A screenshot showing the results of an async query in the KQL query editor.":::
110110

111-
111+
[!INCLUDE [Service limits for KQL async queries](../includes/service-limits-kql-async-queries.md)]
112112

113113
## Jobs
114114

articles/sentinel/datalake/sentinel-lake-service-limits.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ The following service parameters and limits apply to the Microsoft Sentinel data
2323

2424
[!INCLUDE [Service limits for KQL queries against the data lake](../includes/service-limits-kql-queries.md)]
2525

26-
[!INCLUDE [Service limits for KQL jobs](../includes/service-limits-kql-jobs.md)]
26+
[!INCLUDE [Service limits for KQL jobs](../includes/service-limits-kql-jobs.md)]
27+
28+
[!INCLUDE [Service limits for KQL async queries](../includes/service-limits-kql-async-queries.md)]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
author: EdB-MSFT
3+
ms.author: edbayansh
4+
ms.topic: include
5+
ms.date: 02/16/2026
6+
---
7+
8+
## Service parameters and limits for KQL async queries
9+
10+
11+
The following table lists the service parameters and limits for KQL async queries in the Microsoft Sentinel data lake.
12+
13+
| Category | Parameter/limit |
14+
|---|---|
15+
| Concurrent execution per tenant (includes job execution) | 3 |
16+
| Async query execution timeout | 1 hour|
17+
| Cache duration | 24 hours |
18+
| Number of times users can fetch cached results | Unlimited |
19+
| Query scope | Multiple workspaces |
20+
| Query time range | Up to 12 years |
21+

0 commit comments

Comments
 (0)