hopefully someone can point it out what is the issue here.. and thank you in advance.
Trying to get Live Metrics working with my MVC Project running locally. Followed these directions: https://learn.microsoft.com/en-us/azure/azure-monitor/app/asp-net
Verified that application insights contains all the links, verified data is being passed via fiddler.
Azure's Application Map is showing an instance running from my local environment Application Insights - Application Map
Live Metrics is still showing the message that the app is offline Application Insight - Live Metrics
List of Packages in the Bin BIN
Background:
Thank you in advance
We have tested in our local environment following the documentation steps to enable application insights for the MVC local project which is working fine & able to see those application insights telemetry in the azure portal as well.
We have created 2 default MVC project in visual studio 2019 & added application insight instrumentation key in the applicationinsightsconfig file
In portal under the live metrics widget we are seeing the same message "Not available: your app is offline or using an older SDK"
Here are the list of NuGet packages we have used in our project & there respective versions.
Here are the list of NuGet packages we have used in our project & there respective versions