Azure Eventhunt to Azure data lake

Langford Manyau 41 Reputation points
2021-09-08T09:59:38.353+00:00

I want to send data from eventhub to data lake. Is this possible?

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,355 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
562 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 78,331 Reputation points Microsoft Employee
    2021-09-09T04:21:07.823+00:00

    Hello @Langford Manyau ,

    Welcome to the Microsoft Q&A platform.

    Yes, it is possible to send data from eventhub to data lake.

    Event Hubs Capture enables you to automatically capture the streaming data in Event Hubs and save it to your choice of either a Blob storage account, or an Azure Data Lake Storage account. You can enable capture from the Azure portal, and specify a minimum size and time window to perform the capture. Using Event Hubs Capture, you specify your own Azure Blob Storage account and container, or Azure Data Lake Storage account, one of which is used to store the captured data. Captured data is written in the Apache Avro format.

    Steps to enable capture on Azure Blob Storage account/Azure Data Lake Gen2.

    Note: While selecting the container you can choose Azure Blob Storage or ADLS Gen2 account and select the container.

    130544-image.png

    Steps to enable capture on Azure Data Lake account:

    130633-image.png

    For more details, refer to Enable capturing of events streaming through Azure Event Hubs.

    Hope this will help. Please let us know if any further queries. Thank you.

    ------------------------------

    • Please don't forget to click on 130596-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

1 additional answer

Sort by: Most helpful
  1. Tasadduq Burney 8,366 Reputation points MVP
    2021-09-08T11:26:53.27+00:00

    Hello @Langford Manyau !

    Hope you are having a great day!

    You can refer to the documentation of "Use Azure Data Lake Storage Gen1 to capture data from Event Hubs" for which i have attached the link below.
    https://learn.microsoft.com/en-us/azure/data-lake-store/data-lake-store-archive-eventhub-capture.

    Let me know if you need more assistance. I will be glad to help you!

    Thank you,
    Tasadduq


    | Please don't forget to Upvote and Accept as answer if the reply is helpful |

    1 person found this answer helpful.
    0 comments No comments