2
votes

I want to showcase Application Insights Metrics to my Portal Dashboard.

I checked Application Insights where i can share the dashboard with other users with in the Azure account. Is there any way to share AI Metrics outside azure.

Edit per comments: I want to showcase the same graph generate by AI on my dashboard

1
Your question confuses me, are you looking for a way to display metrics (I assume with Matrics you mean metrics, correct me if I am wrong) on another users azure portal dashboard? Or do you want to expose the metrics data on some other portal dashboard that is not hosted in Azure?Peter Bons
Yes. I want to display Application Insights metrics on my website which are not hosted on azure. Azure might be provide any rest API link OR any code which can be integrated with my application.Sonam
See my answer at stackoverflow.com/questions/45392777/… for a link to the rest api.Peter Bons
dev.applicationinsights.io provide the Rest client to get the aggregated value but I want to showcase the same graph generate by AI on my dashboard.Sonam

1 Answers

1
votes

Application Insights chart will allow you to add in Azure Dashboard & sharing with users (not outside)

Application Insights - Analytics will allow you to write custom query & visualize chart. Then you can pin it in dashboard & share with users (not outside)

For outside users, you are asking above functionality in your portal. To do that you have to use Rest API. This wont give the MS internal assets to your portal. You have to use PowerBI & embed in your portal (Excel/AppInsights also available)

Use some third party chart library to display the JSON result as chart.