Skip to content

Commit 553cbd0

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#102488
Updating the below statement under output bindings to avoid confusion from `A function can have zero or one output bindings` to `A function can have zero or multiple output bindings ` since functions support mulitple output bindings
1 parent fed8a46 commit 553cbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-dotnet-class-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The order of parameters in the function signature doesn't matter. For example, y
100100

101101
### Output bindings
102102

103-
A function can have zero or one output bindings defined by using output parameters.
103+
A function can have zero or multiple output bindings defined by using output parameters.
104104

105105
The following example modifies the preceding one by adding an output queue binding named `myQueueItemCopy`. The function writes the contents of the message that triggers the function to a new message in a different queue.
106106

0 commit comments

Comments
 (0)