Skip to content

Commit 6bcb4c6

Browse files
authored
Update durable-functions-diagnostics.md
1 parent 232ebc0 commit 6bcb4c6

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

articles/azure-functions/durable/durable-functions-diagnostics.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -552,14 +552,16 @@ To set up distributed tracing, please update the host.json and set up an Applica
552552

553553
#### host.json
554554
```
555-
"extensions": {
556-
"durableTask": {
557-
"tracing": {
558-
"DistributedTracingEnabled": true,
559-
"Version": "V2"
560-
}
561-
}
562-
}
555+
{
556+
"extensions": {
557+
"durableTask": {
558+
"tracing": {
559+
"distributedTracingEnabled": true,
560+
"version": "V2"
561+
}
562+
}
563+
}
564+
}
563565
```
564566

565567
#### Application Insights

0 commit comments

Comments
 (0)