Hi Team,
In our company we are recording some information into application insights when a function is running. I need to fetch those logs from the application insights and display it on the asp.net core web application that we are developing for our internal use. filter some events programmatically and display them on a table in the front-end Blazor page. Tried the code in your quick start blog https://dev.applicationinsights.io/quickstart..But no luck.. Nothing is getting loaded. Is there any other solution for this requirement? Thanks in advance.