File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ using Microsoft.ApplicationInsights;
67
67
using Microsoft .ApplicationInsights .Extensibility ;
68
68
using Microsoft .ApplicationInsights .Extensibility .PerfCounterCollector .QuickPulse ;
69
69
70
- Console .WriteLine (" Hello, World!" );
71
-
72
70
// Create a TelemetryConfiguration instance.
73
71
TelemetryConfiguration config = TelemetryConfiguration .CreateDefault ();
74
72
config .InstrumentationKey = " INSTRUMENTATION-KEY-HERE" ;
@@ -343,7 +341,7 @@ public void ConfigureServices(IServiceCollection services)
343
341
}
344
342
```
345
343
346
- # [ .NET 5.0 ] ( #tab/dotnet-framework )
344
+ # [ .NET Framework ] ( #tab/dotnet-framework )
347
345
348
346
In the * applicationinsights.config* file, add ` AuthenticationApiKey ` to ` QuickPulseTelemetryModule ` :
349
347
You can’t perform that action at this time.
0 commit comments