Skip to content

Commit 988d9aa

Browse files
committed
tweak
1 parent c9e3785 commit 988d9aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/azure-monitor/app/live-stream.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ using Microsoft.ApplicationInsights;
6767
using Microsoft.ApplicationInsights.Extensibility;
6868
using Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse;
6969

70-
Console.WriteLine("Hello, World!");
71-
7270
// Create a TelemetryConfiguration instance.
7371
TelemetryConfiguration config = TelemetryConfiguration.CreateDefault();
7472
config.InstrumentationKey = "INSTRUMENTATION-KEY-HERE";
@@ -343,7 +341,7 @@ public void ConfigureServices(IServiceCollection services)
343341
}
344342
```
345343

346-
# [.NET 5.0](#tab/dotnet-framework)
344+
# [.NET Framework](#tab/dotnet-framework)
347345

348346
In the *applicationinsights.config* file, add `AuthenticationApiKey` to `QuickPulseTelemetryModule`:
349347

0 commit comments

Comments
 (0)