Skip to content

Commit 46e26f6

Browse files
authored
Merge pull request #97880 from cgillum/patch-10
Replace "tracking" with "tracing"
2 parents 55b60e4 + 2f25587 commit 46e26f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Durable Functions 2.x introduces several breaking changes. Durable Functions 1.x
5050
Durable Functions 2.x uses a new host.json schema. The main changes from 1.x include:
5151

5252
* `"storageProvider"` (and the `"azureStorage"` subsection) for storage-specific configuration.
53-
* `"tracking"` for tracking and logging configuration.
53+
* `"tracing"` for tracing and logging configuration.
5454
* `"notifications"` (and the `"eventGrid"` subsection) for event grid notification configuration.
5555

5656
See the [Durable Functions host.json reference documentation](durable-functions-bindings.md#durable-functions-2-0-host-json) for details.

0 commit comments

Comments
 (0)