Forum Discussion
srinipi
Microsoft
Oct 21, 2019How to troubleshoot kusto failures with corelationid
Can I access some logs on why my Kusto query failed? I am unable to troubleshoot the failure
I need to investigate why the query fails, so that I can optimize my query
Below is the log of the...
Yoni
Microsoft
Oct 23, 2019you can see the FailureReason by running ".show queries" and filtering to the ClientActitivityId which is relevant to the execution you're looking into.
if you need assistance with optimizing the query after going through query best practices and making sure all of them have been implemented in your query, please share the query.
https://docs.microsoft.com/en-us/azure/kusto/query/best-practices