Skip to content

Commit a9ec199

Browse files
authored
Update live-stream.md
Typo - closing tag TelemetryProcessors was missing / in sample code
1 parent f76cfaa commit a9ec199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ As described in the [Azure TLS 1.2 migration announcement](https://azure.microso
298298
<TelemetryProcessors>
299299
<Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.
300300
QuickPulse.QuickPulseTelemetryProcessor, Microsoft.AI.PerfCounterCollector"/>
301-
<TelemetryProcessors>
301+
</TelemetryProcessors>
302302
````
303303
1. Restart the application.
304304

0 commit comments

Comments
 (0)