Programatically Query Azure Application Insights A

2019-05-24 04:54发布

问题:

With respect to the article found here, is there any method to programmatically query using .NET the application insights analytics and download the results.

Like say in my C# application.

application_insight_analytics.connect(ApplicationInsightsConnectionString) application_insight_analytics.query(query).toList();

回答1:

Full Application Insights API is available, details are here:

https://dev.applicationinsights.io/