How to get data from a JSON file (filename.json) using Azure functions and C# which is in Blob storage and Storing JSON data as columns in Azure table storage. My function app will be triggered when a json file has been placed in the path. So basically, there will be a JSON file with multiple records (tuple) in Blob Storage of ADLS Gen2 and I have to upload that to Table storage.
I have barely ever written code in C# before, any help with an elaborate description and explanation would be greatly appreciated.
I am also fairly new to Azure, so if anyone has a better suggestion on how to achieve what I am trying to do (that is maybe using a different trigger or different binders), I would gladly appreciate it.