Skip to content

Commit 248b526

Browse files
committed
Break before HR
1 parent 97f6704 commit 248b526

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ This example shows a [C# function](dotnet-isolated-process-guide.md) that receiv
5050

5151
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/ServiceBus/ServiceBusReceivedMessageFunctions.cs" id="docsnippet_servicebus_readmessage":::
5252

53+
 
5354
<hr/>
5455

5556
This example uses an HTTP trigger with an `OutputType` object to both send an HTTP response and write the output message.
@@ -97,6 +98,7 @@ public static string ServiceBusOutput([HttpTrigger] dynamic input, ILogger log)
9798
}
9899
```
99100

101+
&nbsp;
100102
<hr/>
101103

102104
Instead of using the return statement to send the message, this HTTP trigger function returns an HTTP response that is different from the output message.

0 commit comments

Comments
 (0)