.show queries |
where
ClientActivityId
in
(
"{OldKQLClientActivityId}"
,
"{NewKQLClientActivityId}"
);
Thursday, 2 September 2021
Analyze Kusto query
Subscribe to:
Posts (Atom)
Python - Get invocation id in azure function
After finding the right part in the documentation it was surprisingly easy: def main ( mytimer: func.TimerRequest, context: func.Context ...
-
Example: Unix time Unix time (also known as POSIX time or UNIX Epoch time) is a system for describing a point in time as the number of se...
-
.show databases details | project DatabaseName, TotalSize | order by TotalSize desc
-
After finding the right part in the documentation it was surprisingly easy: def main ( mytimer: func.TimerRequest, context: func.Context ...