

Implement Microsoft Azure Event Hub
In this lab, you’ll practice how to set up, consume, and build solutions using the Microsoft Azure Event Hub. When you’re finished with this lab, you’ll have a Microsoft Azure Event Hub that is ready for millions of streamed events.
Terms and conditions apply.

Lab info



Lab author
Challenge
Create an Event Hubs Namespace
You'll create a new Azure Event Hubs namespace from the Azure Portal.
Challenge
Create an Event Hub Associated with the Namespace
You'll create a new Azure Event Hub inside the Event Hubs namespace.
Challenge
Create Shared Access Policies
You'll create two shared access policies for the Event Hub to allow clients to read and write events.
Challenge
Send Events to the Event Hub
You'll create a C# application that sends events to the Event Hub.
Challenge
Read Events from Event Hub
You'll change the application to also receive events from the Event Hub.
Challenge
Publish Batched Events
You'll change the application to send a batch of events to the Event Hub.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- Basic understanding of C# and .NET Core