Is there a way to comment lines / explain query code with comments in Kusto language (KQL) / Azure Data Explorer queries?
Thanks in advance
Multiline comment in kusto You can use Ctrl+/ to toggle single or multiline comment. We are adding documentation to commonly used keyboard shortcuts in the ADX web UI, and are also considering adding buttons for some of them.
Comments in KQL begin with two slashes // . If you want a multi-line comment you'll have to begin each line with the two slashes.
History. The development of the product began in 2014 as a grassroots incubation project in the Israeli R&D center of Microsoft, with the internal code name 'Kusto' (named after Jacques Cousteau, as a reference to "exploring the ocean of data").
The primary language to interact with Kusto is KQL (Kusto Query Language). To make the transition and learning experience easier, you can use Kusto to translate SQL queries to KQL.
You can use // to comment lines:
// This is a comment
print x="hi"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With