Search code examples
azuredesktop-applicationazure-application-insights

Application Insights Desktop Applicaion


My company is moving to Azure Application Insights. The logging is fine, but having to go into the Azure web portal to write a query stinks. Are there any desktop application to use like SSMS to query with? I have googled for it. but "Application Insights Application" is a bit redundant and didn't yield great results...


Solution

  • Update 03/30:

    Here are the detailed steps(assume you have already downloaded the tool):

    1.Open Kusto Explorer, in the "Connections" menu -> select "Add group", and follow the screenshot below to add a group:

    enter image description here

    2.Right click the group name -> select "Add connection", then follow the screenshot below to create connection to your application insights:

    enter image description here

    3.When the connection is ok, you can expand the group, and your application insights is there; you can then write your query code to query data:

    enter image description here

    The referenced doc: here and here.


    Original answer:

    You can use the client tool Kusto Explorer to query Application Insights logs. And here is already a similar issue.

    For any details about that, please send a mail to adxproxy@microsoft.com.