I've created some queries in app insights analytics that produce tabular data. I'd like to run these queries once a day and email (or Skype or Slack if easier then email) the results to various people.
Is there a built in way to do this, or do I need to use the API?
As such there's no readymade mechanism to run a query & email results in AI Analytics (kusto).
But as you said, we can execute using query API & send emails using c# apps in task scheduler.
https://dev.applicationinsights.io/quickstart/
https://dev.applicationinsights.io/documentation/Using-the-API/Query
I agree, it's Great to have something similar like Alert rules in Metrics explorer.