question

jagutierrezm avatar image
0 Votes"
jagutierrezm asked learn2skills commented

Azure Event hubs with Azure functions

Hello, good afternoon,

I am new to azure functions and Event Hub.
I read microsoft learning documentation.

I am looking for an example using c # in Azure functions and binding it to event hub.

That it receives an event with the data to be inserted, inserts it in cosmosdb and returns a response.

If you can share an article or video with me to reproduce in my test account.

azure-functionsazure-event-hubs
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @jagutierrezm,
Just checking in to see if the below answer provided by @learn2skills helped. If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.

0 Votes 0 ·

Hi @jagutierrezm,

Following up to see if the below suggestion was helpful. And, if you have any further query do let us know.

0 Votes 0 ·

To follow-up, Please let us know if you have further query on this.
Please don’t forget to Accept the answer

0 Votes 0 ·

1 Answer

learn2skills avatar image
0 Votes"
learn2skills answered

Hi @jagutierrezm

Thank You for posting in Q & A forum.

Refer the below url's it will help you.
https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs
https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-output?tabs=csharp

Code samples in C#
https://docs.microsoft.com/en-us/samples/browse/?languages=csharp&expanded=azure&products=azure-event-hubs%2Cazure-functions



If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.