Skip to content

Commit 9904ff5

Browse files
committed
update code ref
1 parent dbd57a9 commit 9904ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The `context` object lets you call other *activity* functions and pass input par
9292

9393
#### function.json
9494

95-
[!code-json[dajusto/add-v2-samples](~/samples-durable-functions-python/samples-v2/function_app.py)]
95+
[!code-json[Main](~/samples-durable-functions-python/samples-v2/function_app.py)]
9696

9797
> [!WARNING]
9898
> To abide by the "no I/O" rule of orchestrator functions, don't use any input or output bindings when using the `orchestrationTrigger` trigger binding. If other input or output bindings are needed, they should instead be used in the context of `activityTrigger` functions, which are called by the orchestrator. For more information, see the [orchestrator function code constraints](durable-functions-code-constraints.md) article.

0 commit comments

Comments
 (0)