Forum Discussion
Processing JSON Data with Azure Functions and Storing in Microsoft Fabric Lakehouse
- 1 year ago
Hi VinceHe,
Thanks for reaching out to the Microsoft fabric community forum.
To determine the best approach, it's essential to consider the pipeline's objective. If the pipeline involves transforming the JSON structure, the first approach would be the preferred choice.
With the second approach, the pipeline is triggered once and processes all uploaded JSON structures in a batch. In contrast, the first approach enables real-time updates as data is received.
Please choose the approach that best aligns with your requirements, considering the points mentioned above.
Attached below is the Functions activity in pipeline reference document:
Functions activity - Microsoft Fabric | Microsoft Learn
Hoping this document will help you to build any of the approach you will decide upon.
If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS.
Thanks and Regards
Hi VinceHe,
Thanks for reaching out to the Microsoft fabric community forum.
To determine the best approach, it's essential to consider the pipeline's objective. If the pipeline involves transforming the JSON structure, the first approach would be the preferred choice.
With the second approach, the pipeline is triggered once and processes all uploaded JSON structures in a batch. In contrast, the first approach enables real-time updates as data is received.
Please choose the approach that best aligns with your requirements, considering the points mentioned above.
Attached below is the Functions activity in pipeline reference document:
Functions activity - Microsoft Fabric | Microsoft Learn
Hoping this document will help you to build any of the approach you will decide upon.
If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS.
Thanks and Regards