Skip to content

Commit ae7a5a3

Browse files
committed
last update from saar
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 9059630 commit ae7a5a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-monitor/profiler/profiler-aspnetcore-linux.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ In this guide, you'll:
6262
{
6363
services.AddApplicationInsightsTelemetryWorkerService();
6464
services.AddServiceProfiler();
65-
65+
66+
// Assuming Worker is your background service class.
6667
services.AddHostedService<Worker>();
6768
})
6869
.Build();

0 commit comments

Comments
 (0)