I developed .net core web and API applications with Docker support using VS2017. And configured the application insights for both web and API applications through the VS 2017 by following this below links.
Application Insights for ASP.NET Core
Monitor Docker applications in Application Insights
I deployed the above containers into azure kubernetes and then browse those containers URL’s in my browser but I am not able to see the data related to those images and containers in Docker Tile on application insights dashboard.
How to resolve this issue?