Event Hubs

Event Hubs is the service in Azure that provides capability related to the ingestion and storage of events that are needed for streaming.

It can ingest data from a variety of sources. The sources could be IoT sensors or any applications using the Event Hubs SDK to send data. It supports multiple protocols for ingesting and receiving data. These protocols are industry standards, and they include the following:

Event Hubs is an event ingestion service. It does not have the capability to query and output query results to another location. That is the responsibility of Stream Analytics, which is covered in the next section.

Event Hubs, being a PaaS on Azure, is highly distributed, highly available, and highly scalable.

Event Hubs comes with the following two SKUs or pricing tiers:

The next screenshot shows the form for creating a new Event Hubs Namespace. It provides an option to choose an appropriate pricing tier along with other important details:

It is important to note that the SKU cannot be changed after provisioning an Event Hubs namespace. Due consideration and planning should be taken before selecting an SKU. The planning should include planning the number of consumer groups required and the number of applications interested in reading events from the event hub.