Understanding Data Events using Azure Event Hubs
Description
Azure Event Hubs is a fully manaaged PaaS service that offers real-time data streaming service to process large amounts of data and events with low latency and high reliability. Event hubs is capable of handling millions of events per second that makes it the best candidate for various scenarios such as anamoly detection, application logging, analytics pipeline, archiving data, transaction processing, and telemetry streaming,
While working with large amount of data, the processing speed and consistency is crucial to the operation. Event hub works seamlessely to complement and complete the big data pipelines while working as the entry point for the solution to ingest the data from various different sources and continuing to process at scale.
In this hands-on lab, you will understand and explore the usage of Azure Event hubs to send and receive cloud events.
Learning Objectives
Upon completion of this beginner-level lab, you will be able to:
- Understand and create Azure event hub resource
- Send and create events using Azure event hubs
Intended Audience
- Candidates for Azure Developer Certificate (AZ-204)
- Cloud Architects
- Data Engineers
- DevOps Engineers
- Software Engineers
Prerequisites
Familiarity with the following will be beneficial but is not required:
- Familiar with Azure Portal
- Azure Storage Account