Skip to content

Commit fbebf4a

Browse files
authored
Merge pull request #105284 from craigshoemaker/patch-3
Fix attribute link
2 parents bf0c1ab + 02a3a45 commit fbebf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-bindings-event-hubs-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ In the [Java functions runtime library](/java/api/overview/azure/functions/runti
201201

202202
# [C#](#tab/csharp)
203203

204-
For [C# class libraries](../articles/azure-functions/functions-dotnet-class-library.md), use the [EventHubAttribute](https://github.com/Azure/azure-webjobs-sdk/blob/master/src/Microsoft.Azure.WebJobs.ServiceBus/EventHubs/EventHubAttribute.cs) attribute.
204+
For [C# class libraries](../articles/azure-functions/functions-dotnet-class-library.md), use the [EventHubAttribute](https://github.com/Azure/azure-functions-eventhubs-extension/blob/master/src/Microsoft.Azure.WebJobs.Extensions.EventHubs/EventHubAttribute.cs) attribute.
205205

206206
The attribute's constructor takes the name of the event hub and the name of an app setting that contains the connection string. For more information about these settings, see [Output - configuration](#configuration). Here's an `EventHub` attribute example:
207207

0 commit comments

Comments
 (0)