[QUERY] Where's the v5 equivalent to EventHubTrigger for Azure Functions?
See original GitHub issueQuery/Question Sorry if I’m asking in the wrong location.
All the documentation for Azure Functions (and the Visual Studio Template) use the Microsoft.Azure.WebJobs.Extensions.EventHubs nuget package to setup an EventHubTrigger, but that’s using the Microsoft.Azure.EventHubs nuget package.
Is there a new sdk that contains the EventHubTrigger?
Thanks!
Environment:
- Name and version of the Library package used: Azure.Messaging.EventHubs 5.1.0
- Hosting platform or OS and .NET runtime version (
dotnet --info
output for .NET Core projects): Azure V3 Function - IDE and version : Visual Studio 16.7.2
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Azure Event Hubs trigger for Azure Functions
This article explains how to work with Azure Event Hubs trigger for Azure Functions. Azure Functions supports trigger and output bindings ...
Read more >host.json reference for Azure Functions 2.x and later
Reference documentation for the Azure Functions host.json file with the v2 runtime.
Read more >Trigger Azure Functions on blob containers using an event ...
This tutorial shows how to create a low-latency, event-driven trigger on an Azure Blob Storage container using an Event Grid event ...
Read more >Azure Event Hubs trigger and bindings for Azure Functions
This article explains how to work with Azure Event Hubs bindings for Azure Functions. Azure Functions supports trigger and output bindings ...
Read more >python 3.x - Azure Function not picking up Eventhub events
I can query my eventhub and see/read the events. So I know my policy, and the sharedkey and such, work fine. I am...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, we are working on a new set of WebJobs extensions based on the new libraries. Unfortunately, it’s a bit early for me to be able to name exact dates but it’s coming.
I do; You should be able to cross the v4 and v5 versions of Event Hubs when publishing and consuming without issue. The event message formats are compatible between them.