anthonyhumphreys
anthonyhumphreys

Reputation: 1081

Azure Application Insights

I am creating an Angular site dashboard for admin over my services and was curious to know if there is a way I can integrate a view of my Application Insight telemetry from Azure Mobile Apps? Is there a way to include my AI in an iframe or something similar?

Upvotes: 0

Views: 382

Answers (1)

Peter Bons
Peter Bons

Reputation: 29711

I don't think so. You could use the AI Rest Api (it is in preview) and create your own dashboard components. See https://dev.applicationinsights.io/.

Upvotes: 2

Related Questions