Package Description
$ dotnet add package Hangfire.Extensions.ApplicationInsightsProvides Jobs as Application Insight requests.


This assumes you already have Hangfire and Microsoft.ApplicationInsights already installed and configured.
First install the Hangfire.Extensions.ApplicationInsights NuGet package:
Install-Package Hangfire.Extensions.ApplicationInsights
Add the following line ConfigureService add the following
services.AddHangfireApplicationInsights();
See Sample Project for full example.