We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 305e042 + 7c249df commit cade28dCopy full SHA for cade28d
articles/app-service/webjobs-sdk-get-started.md
@@ -379,7 +379,7 @@ To take advantage of [Application Insights](../azure-monitor/app/app-insights-ov
379
string instrumentationKey = context.Configuration["APPINSIGHTS_INSTRUMENTATIONKEY"];
380
if (!string.IsNullOrEmpty(instrumentationKey))
381
{
382
- b.AddApplicationInsights(o => o.InstrumentationKey = instrumentationKey);
+ b.AddApplicationInsightsWebJobs(o => o.InstrumentationKey = instrumentationKey);
383
}
384
});
385
var host = builder.Build();
0 commit comments