Skip to content

Commit 112d07e

Browse files
authored
Update Kusto Graph Explorer Queries.md
1 parent bd5168e commit 112d07e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

AZURE/Kusto Graph Explorer Queries.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ To invoke a Kusto Query in PowerShell:
1111

1212
```Search-AzGraph -First 1000 -Query $Query```
1313

14+
#### Important Tenant Limitations
15+
Microsoft imposes a tenant-wide Kusto JOIN and mv-expand limits of 3.
16+
These can be increased to 5 joins and 4 mv-expands for your tenant, in order to support more complex resource graph queries
17+
(which are needed for some of the examples below). The quota change applies to the underlying REST API,
18+
which is used by everything EXCEPT for the Azure Resource Graph Explorer, which has an anomalous limit of 4 joins and 3 mv-expands.
19+
However, you can build and save the query in the portal, and run it under Azure Resource Graph queries (which does use the REST API).
20+
21+
The document (https://docs.microsoft.com/en-us/azure/governance/resource-graph/concepts/query-language#supported-tabulartop-level-operators)
22+
does state the max joins allowed is 3, however, production team overrides the limit to 4 for queries used in Azure Portal.
1423

1524
#### Additional Resources
1625

0 commit comments

Comments
 (0)