App Insights is really optimized for an web scenario – with out-of-the-box support for view and requests and built-in VS integration for ASP projects. But that doesn’t mean you can’t instrument your worker (or compute) role to use app insights.
A small tutorial can be found in the app insights documentation.
A real life example is on github.
One thought on “App Insights: Instrumenting a worker role”