Skip to content

Commit cfb2dd1

Browse files
committed
(ACES-Core) fix broken code snippet
fixes MicrosoftDocs/azure-docs#121158
1 parent e3413b8 commit cfb2dd1

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)