Azure Storage Account: Move Tables data to Containers storage

Sryn 21 Reputation points
2022-12-19T10:02:17.923+00:00

I have data in my work's Azure Storage Account - Tables Data Storage. It is from a Stream Analytics Job which was routed from IoT Hub. I want to setup a POC DashBoard and one way I researched is using Azure Data Explorer (ADE). ADE has a tutorial to Ingest Data from a Blob container, but not Blob tables. I understand that Azure Storage Account (ASA) uses Blobs. So, I need the data in ASA Tables Data Storage to be in the ASA Containers Data Storage.

Any way I can get the data in my ASA Tables transferred/copied to my ASA Containers?

Ultimately, any suggestion to get a DashBoard from my ASA Tables data is greatly appreciated.

Thank you in advance.

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,542 questions
Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
577 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ravi Kanth Koppala 3,391 Reputation points Microsoft Employee Moderator
    2022-12-19T11:29:14.42+00:00

    @Sryn

    It is possible to copy data from Azure Storage Tables to Azure Blob storage. One way to do this is to use Azure Data Factory to create a pipeline that copies the data from the Azure Storage Tables to Azure Blob storage.

    Here are the steps to set this up:

    1. Create an Azure Storage Account and an Azure Blob storage container in the Azure portal.
    2. In the Azure portal, create an Azure Data Factory instance.
    3. In the Azure Data Factory instance, create a new pipeline.
    4. In the pipeline, add a copy activity that copies data from the Azure Storage Tables to the Azure Blob storage container.
    5. Configure the source and sink for the copy activity. For the source, select the Azure Storage Tables. For the sink, select the Azure Blob storage container.
    6. Set up the copy activity to specify the mapping between the source and sink.
    7. Test the pipeline by executing a pipeline run.

    After the data has been copied to the Azure Blob storage container, you can use Azure Data Explorer to ingest the data and create a dashboard.

    Alternatively, you can use Azure Stream Analytics to read data from the Azure Storage Tables and send the data to Azure Event Hubs. Then, you can use Azure Data Explorer to ingest data from the Azure Event Hubs and create a dashboard.

    I hope this helps! Let me know if you have any questions. If my answer didn't help, please be more specific on the question so I can assist you.

    ----------

    Please "Accept as Answer" and Upvote if any of the above helped so that it can help others in the community looking for remediation for similar issues.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.