I wanted to get application insights in our webjobs, I have used this nuget package:
https://github.com/Azure/azure-webjobs-sdk/wiki/Application-Insights-Integration
When we run say 2 web jobs on the same azure server (web app) we don't see a separation of the webjobs, so we don't know which web job is taking resources? Is there something else that I can do? or need to know in order to see them separately in the insights?
Many thanks
Andrew