I have a use case where I have a streaming pipeline streams data into azure blob storage. I want to pick the data up from the azure blob through event hub, and configure the streaming ingestion into Azure Data Explorer.
I have try to create both event grid (blob storage) on ADX cluster, and the event hub namespace with one event hub pointing to my storage account, but I am not capturing the streaming messages into my event hub. The data format that I am working with is parquet.
Below are detailed step-by-step instructions for creating an Event Hubs data connection for Azure Data Explorer and data up from the azure blob to event hub:
Navigate to the Azure Data Explorer portal.
In the portal, go to the Query section.
Right-click on the database where you want to ingest the data and select Get data.
In the Get data window, select the Source tab.
Choose Event Hubs as the data source.
The Inspect tab provides a preview of the data. To complete the ingestion process, select Finish.
Optionally, use commands to fetch new data or adjust settings in the Command Viewer and Schema Definition File dropdown.
Edit Columns: Make adjustments based on your data type.