You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-bindings-service-bus-trigger.md
+10-17Lines changed: 10 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,24 +44,17 @@ This article supports both programming models.
44
44
45
45
# [Isolated worker model](#tab/isolated-process)
46
46
47
-
The following example shows a [C# function](dotnet-isolated-process-guide.md) that receives a Service Bus queue message and logs a Service Bus queue message:
This example shows a [C# function](dotnet-isolated-process-guide.md) that receives multiple Service Bus queue messages in a single batch and writes each to the logs:
0 commit comments