Get events from Azure Event Hubs into Real-Time hub
This article describes how to get events from an Azure event hub into Real-Time hub.
Prerequisites
- Access to a workspace in the Fabric capacity license mode (or) the Trial license mode with Contributor or higher permissions.
- Create an Azure Event Hubs namespace and an event hub if you don't have one.
- You need to have appropriate permission to get access keys for the event hub. The event hub must be publicly accessible and not behind a firewall or secured in a virtual network.
Get events from an Azure event hub
You can get events from an Azure event hub into Real-Time hub in one of the ways:
Microsoft sources page
In Real-Time hub, select Microsoft sources on the left navigation menu. You can use the search box to the type your resource name or use filters (Source, Subscription, Resource group, Region) to search for your resource.
For Source at the top, select Azure Event Hubs from the drop-down list.
For Subscription, select an Azure subscription that has the resource group with your event hub.
For Resource group, select a resource group that has your event hub.
For Region, select a location where your event hub is located.
Now, move the mouse over the name of the event hub that you want to connect to Real-Time hub in the list of event hubs, and select the Connect button, or select ... (ellipsis), and then select Connect data source.
Configure connection settings and credentials
On the Connect page, in the Configure connection settings section, follow these steps:
Select an event hub from your Event Hubs namespace.
Select an access key for the Event Hubs namespace or the event hub.
If there's an existing connection to the event hub, it shows in the drop-down list for Connection. Select it. If not, select New connection to create a connection to the event hub.
If there's an existing connection to your Azure event hub, you select that existing connection, and then move on to the Configure and connect to the Azure event hub resource section.
In the popup window, all the fields (Event Hubs namespace, Event hub, Connection name, Authentication kind, Shared access key name, and Shared access key value) should be automatically filled. You might want to update the connection name. For example:
mynamespace-myehub-connection
. Select Connect at the bottom of the window. You see the connection in the Connection drop-down list. The next time you launch the Connection wizard for the same event hub, you see this connection in the drop-down list.Skip the Data sources page section, and continue to the Configure and connect to the Azure event hub resource section.
Data sources page
Sign in to Microsoft Fabric.
Select Real-Time on the left navigation bar.
On the Real-Time hub page, select + Data sources under Connect to on the left navigation menu. You can also get to the Data sources page from All data streams or My data streams pages by selecting the + Connect data source button in the top-right corner.
On the Data sources page, select Microsoft sources category at the top, and then select Connect on the Azure Event Hubs tile.
Now, follow instructions from the Connect to an Azure event hub section.
Configure connection settings and credentials
To create a connection to an event hub, on the Connect page, select New connection.
If there's an existing connection to your Azure event hub, you select that existing connection as shown in the following image, and then move on to the Configure and connect to the Azure event hub resource section.
In the Connection settings section, do these steps:
In the Connection credentials section, do these steps:
For Connection name, enter a name for the connection to the event hub.
For Authentication kind, confirm that Shared Access Key is selected.
For Shared Access Key Name, enter the name of the shared access key.
For Shared Access Key, enter the value of the shared access key.
Select Connect at the bottom of the page.
Now, continue to Configure and connect to the Azure event hub resource.
Configure and connect to the Azure event hub
Now, on the Connect page of wizard, for Consumer group, enter the name of the consumer group. By default,
$Default
is selected, which is the default consumer group for the event hub.For Data format, select a data format of the incoming real-time events that you want to get from your Azure event hub.
In the Stream details section to the right, select the Fabric workspace where you want to save the eventstream that the Wizard is going to create.
For eventstream name, enter a name for the eventstream. The wizard creates an eventstream with the selected event hub as a source.
The Stream name is automatically generated for you by appending -stream to the name of the eventstream. You can see this stream on the Real-time hub All data streams page when the wizard finishes.
Select Next at the bottom of the page.
On the Review + connect page, review settings, and select Connect.
View data stream details
On the Review + connect page, if you select Open eventstream, the wizard opens the eventstream that it created for you with the selected event hub as a source. To close the wizard, select Finish at the bottom of the page.
You should see the stream on the All data streams and My data streams pages. For detailed steps, see View details of data streams in Fabric Real-Time hub.
Related content
To learn about consuming data streams, see the following articles: