Skip to content

Commit 576f50d

Browse files
authored
Update azure-monitor-limits-log-queries.md
Changed the wording of "Concurrent queries"
1 parent 3d0cce0 commit 576f50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/azure-monitor-limits-log-queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Azure Monitor has several throttling limits to protect against users sending an
2424

2525
| Measure | Limit per user | Description |
2626
|:---|:---|:---|
27-
| Concurrent queries | 5 | If there are already 5 queries running for the user, any new queries are placed in a per-user concurrency queue. When one of the running queries ends, the next query will be pulled from the queue and started. This does not include queries from alert rules.
27+
| Concurrent queries | 5 | A user can run up to 5 concurrent queries. Additional queries are added to a queue. When one of the running queries finishes, the first query in the queue is pulled from the queue and starts running. Note: Alerts queries are not part of this limit.
2828
| Time in concurrency queue | 3 minutes | If a query sits in the queue for more than 3 minutes without being started, it will be terminated with an HTTP error response with code 429. |
2929
| Total queries in concurrency queue | 200 | Once the number of queries in the queue reaches 200, any additional queries will by rejected with an HTTP error code 429. This number is in addition to the 5 queries that can be running simultaneously. |
3030
| Query rate | 200 queries per 30 seconds | This is the overall rate that queries can be submitted by a single user to all workspaces. This limit applies to programmatic queries or queries initiated by visualization parts such as Azure dashboards and the Log Analytics workspace summary page. |
3131

3232
- Optimize your queries as described in [Optimize log queries in Azure Monitor](../articles/azure-monitor/logs/query-optimization.md).
3333
- Dashboards and workbooks can contain multiple queries in a single view that generate a burst of queries every time they load or refresh. Consider breaking them up into multiple views that load on demand.
34-
- In Power BI, consider extracting only aggregated results rather than raw logs.
34+
- In Power BI, consider extracting only aggregated results rather than raw logs.

0 commit comments

Comments
 (0)