How to store data into a parquet file and store it to a blob storage using logic apps

Sundar Sriram Garimella 136 Reputation points
2023-03-28T16:08:49.64+00:00

Hi,

I am retrieving the data from Log analytics ws using KQL. After that i am generating the csv file to store it to blob storage.

Now, we wanted to go with Parquet file instead of CSV file. Please let me know if there is any way.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,843 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,133 questions
0 comments No comments
{count} votes

Accepted answer
  1. Carlos Solís Salazar 17,886 Reputation points
    2023-04-03T10:35:33.8466667+00:00

    Thank you for asking this question on the Microsoft Q&A Platform.

    From the log analytic console, you can only export the query as CSV, you must use a script or tool to convert CSV file to a parquet file.

    This documentation can help you to achieve your goal

    https://techcommunity.microsoft.com/t5/azure-observability-blog/how-to-analyze-data-exported-from-log-analytics-data-using/ba-p/2547888

    Hope this helps!


    Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.

    NOTE: To answer you as quickly as possible, please mention me in your reply.

    0 comments No comments

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.