Skip to content

Commit 7ebed59

Browse files
Merge pull request #304299 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-17 17:00 UTC
2 parents 56c406c + 018730d commit 7ebed59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/sentinel/datalake/kql-jobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ When creating jobs in the Microsoft Sentinel data lake, consider the following l
121121

122122
## KQL
123123

124-
+ All KQL operators are supported except for the following:
124+
+ All KQL operators and functions are supported except for the following:
125125
+ `adx()`
126-
+ `externaldata`
126+
+ `externaldata()`
127127
+ `arg()`
128-
+ `Ingestion_time()`
128+
+ `ingestion_time()`
129129

130130
+ User-defined functions not supported.
131131

articles/sentinel/datalake/kql-queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ external_table("microsoft.entra.id.AADRiskyUsers")
111111

112112
+ Calling external data via KQL query against the data lake isn't supported.
113113

114-
+ All KQL operators are supported except for the following:
114+
+ All KQL operators and functions are supported except for the following:
115115
+ `adx()`
116116
+ `externaldata()`
117117
+ `arg()`
118-
+ `Ingestion_time()`
118+
+ `ingestion_time()`
119119

120120

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

0 commit comments

Comments
 (0)