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.
1 parent c31dbf6 commit 7c249dfCopy full SHA for 7c249df
articles/app-service/webjobs-sdk-get-started.md
@@ -386,7 +386,7 @@ To take advantage of [Application Insights](../azure-monitor/app/app-insights-ov
386
string instrumentationKey = context.Configuration["APPINSIGHTS_INSTRUMENTATIONKEY"];
387
if (!string.IsNullOrEmpty(instrumentationKey))
388
{
389
- b.AddApplicationInsights(o => o.InstrumentationKey = instrumentationKey);
+ b.AddApplicationInsightsWebJobs(o => o.InstrumentationKey = instrumentationKey);
390
}
391
});
392
var host = builder.Build();
0 commit comments