Sending To Azure Event Hubs

preview_player
Показать описание
In this short video, I show how to create a new Azure Event Hub namespace and then an Event Hub.
I then show how you can send Events to that Event Hub from your .NET code.

Code from this video:
Рекомендации по теме
Комментарии
Автор

More Detailed video. Pls make more videos like this. It was really helpful. Thank you!!

vinodhkumar
Автор

Thanks. Great video. Probably I will have to watch all your videos

ItemOwner
Автор

great video, thank you. I got the c# console program working well, and successfully send messages to my Azure Event Hub. The Table Creation step was a bit difficult at first; just a bit confusing, but I got it working.

BobMazzo
Автор

Great walkthrough, Ciaran. Thank you!
Quick question - how do we grant send permissions to an event generating Azure AD App against these Event Hubs? (preferably as an ARM deployment template)
For context, I am deploying Azure EventHubs through ARM templates and need to accommodate the assignment of send permissions to this event generating Azure AD App within the same ARM template.

pandeyJiAzureWale
Автор

I got this error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. Do you know why and how to fix?

vuongnguyenminh
Автор

Hey friend,

i need your help, i don't know how to send windows logs on an event hub, the VM is located on Azure, is a server 2019, i have enabled the diagnostic setting and set up a storage account for that, i created even an event hub namespace and an event hub, but i have no idea how to send the windows logs there. and the Microsoft documentation is a mess. it suppose to dwnload a JSON file and put the information from there but how to run that JSON file.

MegaDeathLove
Автор

Hello, I am bit confused... What is the difference between a self hosted rabbitmq and azure event hub beside event hub being on cloud.
Are use cases similar? I am just trying to put event hub to point. If i am going to use baisc producer - consumer, i might just go with rabbitmq at that point.
I just cant say ah this is why its better and this is why this product exists to myself, appreciate if you can clearify.
Thank you for the video.

nurettinselcuk
Автор

Hi, can event hub directly takes data from sqlite database and do processing. Or we externally need to pass data to event hub

shouryaslife
Автор

Hi
how to send message alert from one event hub to another event hub. please provide detail solution for this

malleshkumar
Автор

Why no one shows how to send the event with curl?

Holms
Автор

If I need to send millions of events by 1 consumer/application very fast, how can maximize the sending event rate? We need to send 1 million of events every 30 seconds o something like that... Great video by the way!

ccarrero