From the course: Azure Serverless Computing

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Event Hubs overview

Event Hubs overview - Azure Tutorial

From the course: Azure Serverless Computing

Start my 1-month free trial

Event Hubs overview

- [Instructor] So now that we've got the stream analytics job, pulling data into table storage, now we look at the weather alerts, and this is gonna be a smaller stream of data. It's gonna be the events that match the criteria for what is an alert, and we're not gonna necessarily put them into table storage but we want to use something that can allow us to have other systems and services be able to process and work with that data. One great choice is an event hub. An event hub is part of the service bus family of resources, and it's a messaging service in the sense that it can handle very very high volumes of data, and we're talking about millions of messages per minute, and it is used in a lot of cases where you have to have a very high throughput of processing. When you provision one, you create a namespace, which is going to contain the event hubs. The namespace that you create is the name. It's the part of the address of how you get to where your event hub lives. There's basic and…

Contents