Skip to content

Commit e475a4e

Browse files
authored
Update articles/azure-functions/functions-bindings-service-bus-output.md
1 parent 41abc34 commit e475a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-service-bus-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ The following output parameter types are supported by all C# modalities and exte
501501
| **byte[]** | Use for writing binary data messages. When the parameter value is null when the function exits, Functions doesn't create a message. |
502502
| **Object** | When a message contains JSON, Functions serializes the object into a JSON message payload. When the parameter value is null when the function exits, Functions creates a message with a null object.|
503503

504-
Messaging-specific parameter types contain additional message metadata and are not compatible with JSON serialization. As a result, it is not possible to use `ServiceBusMesage` with the output binding in the isolated model. The specific types supported by the output binding depend on the Functions runtime version, the extension package version, and the C# modality used.
504+
Messaging-specific parameter types contain additional message metadata and are not compatible with JSON serialization. As a result, it is not possible to use `ServiceBusMesage` with the output binding in the isolated model. The specific types supported by the output binding depend on the Functions runtime version, the extension package version, and the C# modality used.
505505

506506
# [Extension v5.x](#tab/extensionv5/in-process)
507507

0 commit comments

Comments
 (0)