Is there a method to view Application Insights logs besides Azure Portal?

Viewed 1059

I am unable to endure clicking so many times in Azure Portal to get to AppInsights log analytics. Saving the URL to the analytics blade and returning to it also frequently fails to load the page due to what appear to be some authentication token expiration issues.

How can I run my Kusto queries on my AppInsights instance without using Azure Portal?

2 Answers

We are running a private preview of the ability to use the Azure Data Explorer tools such as Kusto Explorer and Kusto Web explorer to query Log analytics and Application Insights.

If you are interested to join, please send a mail to adxproxy alias (@microsoft.com).

Related