Here is the setup:
- Visual Studio 2017 (15.5.2) solution with one Web API project, and 4 Console Projects.
- All are .Net Core 2.0.
- Application Insights integrated with all of them as per the wiki at https://github.com/Microsoft/ApplicationInsights-aspnetcore/wiki/Getting-Started-for-a-ASP.NET-CORE2.0-WebApp
- All of them point to the same AI resource.
- Solution is setup for multiple startup projects to start all the 5 projects.
Issue: During debugging here is the observation:
- Visual Studio debug telemetry only shows telemetry from the API project. And doesn't show for the other 4 console apps.
- When I go to the Azure Portal, and search in the AI resource, I can see telemetry for the other 4 projects. Don't see for the API project.
What could I be missing? Have been struggling for a couple of days now...