简体   繁体   中英

Programmatically Query Azure Application Insights Analytics

Based off Overview of log queries in Azure Monitor , is there any method to programmatically query using .NET the application insights analytics and download the results?

Like say something like this in my C# application:

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

Full Application Insights API is available, details are here:

https://dev.applicationinsights.io/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM