Skip to content

Commit b2baea3

Browse files
authored
Add a section id to Python Trigger Usage
This is so that the article durable-functions-serialization-and-persistence.md can reference the section.
1 parent 3468b1f commit b2baea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Here are some notes about the orchestration trigger:
9595
> Orchestrator functions should never be declared `async`.
9696
::: zone-end
9797

98-
### Trigger usage
98+
### Trigger usage {#python-trigger-usage}
9999

100100
The orchestration trigger binding supports both inputs and outputs. Here are some things to know about input and output handling:
101101

0 commit comments

Comments
 (0)