Skip to content

Commit 5b07ef0

Browse files
Merge pull request #271592 from RyanHill-MSFT/issues/121158-code-snippet
(ACES-Core) fix broken code snippet
2 parents 8a0313b + cfb2dd1 commit 5b07ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-event-hubs-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This article supports both programming models.
4545

4646
The following example shows a [C# function](dotnet-isolated-process-guide.md) that writes a message string to an event hub, using the method return value as the output:
4747

48-
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/EventHubs/EventHubsFunction.cs" range="12-23":::
48+
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/EventHubs/EventHubsFunction.cs" range="20-31":::
4949

5050
# [In-process model](#tab/in-process)
5151

0 commit comments

Comments
 (0)