Art Base
Art Base

Reputation: 1879

Get info from Azure Application Inisights through API

Is it possible to download information from the Azure Application Insights through REST API? I would like to make a simple page that would be a kind of mediator, which asks AI (Application Insights) about the data that was sent by my application.

I found something like this: https://msdn.microsoft.com/en-us/library/azure/dn931943.aspx

but I would also have access to the collected bugs. Is it possible?

Upvotes: 0

Views: 106

Answers (1)

Alan Wills -MSFT
Alan Wills -MSFT

Reputation: 131

An API is planned, but Continuous export is the way to go just at present. You can hose the data into a blob and process it all you like there. Or even better, shift it to a db or dashboard.

We're currently developing the API, so please let us know in MS UserVoice what you'd like: http://visualstudio.uservoice.com/forums/121579-visual-studio-2015/suggestions/4999529-make-data-accessible-via-apis-for-custom-processin

Upvotes: 2

Related Questions