Reputation: 9490
When I try to display AppInsights of an App Service in Azure, there is this error "Cannot read property 'id' of null". I tried Chrome and Edge.
I would be grateful for any advice. Thank you.
Upvotes: 0
Views: 847
Reputation: 29950
One possible reason is that the Application insights instance is removed(or it may be down). Please check if it still exists or not.
I can repro this issue after removing the application insights instance. Add a screenshot here:
Upvotes: 1
Reputation: 2273
I suppose that you have a windows web app. When you create Windows web apps by default you get a number of configurations in your web app
My best guess would be that one or more of tehse values are missing, so when you try to browse to your application insights account the id can not be found.
I would suggest that you try to recreate the web app, enabling Application Insights and check what configuration values are created. Then try to replicate them.
Upvotes: 0