I have JSON data in azure blob storage container. I want to get the data and create a table in power apps dataverse and store the data in that table. I am using Azure Data Factory for this. How can I do this? For eg: this is the json data
{
"name": "Apple",
"type": "Fruit",
"weight": "100"
}
OUTPUT
Name Type Weight
Apple Fruit 100