Skip to content

Commit 22cf552

Browse files
authored
Merge pull request #70246 from norelina/patch-5
Updated app-map.md - comment annotation for python
2 parents 9178916 + 5755749 commit 22cf552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/app-map.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ For Python, [OpenCensus Python telemetry processors](api-filtering-sampling.md#o
229229
def callback_function(envelope):
230230
envelope.tags['ai.cloud.role'] = 'new_role_name'
231231

232-
// AzureLogHandler
232+
# AzureLogHandler
233233
handler.add_telemetry_processor(callback_function)
234234

235-
// AzureExporter
235+
# AzureExporter
236236
exporter.add_telemetry_processor(callback_function)
237237
```
238238
---

0 commit comments

Comments
 (0)