Now that you are familiar with some basic concepts, we can proceed and start working with a real instance of Azure Event Hub. In this section, you will learn both how to create and access Event Hub in the Azure portal and work with it using its SDK. In fact, using this service is possible both from the portal (as many Azure components seamlessly integrate with it and no additional configuration is required) and by providing custom implementations of consumers that read and process data further.
Working with Azure Event Hub
Creating an Azure Event Hub in the Azure portal
To create an Azure Event Hub, we will start, as in most cases, by clicking on the + Create a resource button. Enter Event Hub and select the service from...