Hello drhorg,
Do you want to run the ADF pipeline for each of the row in the File? Do you have any sample source data to understand the requirement better?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need to call from website (or Azure function) a data factory pipeline using a POST REST API ( likely Pipelines - Create Run - REST API (Azure Data Factory) | Microsoft Learn) . The post simply sends a list of parameters to ADF and ADF simply reads this list and writes them to a storage account file.
Ex : the REST API POST/sends parameters 1, 2, 3 to ADF and this appends new row to the file like so:
Parameter 1, parameter 2, parameter 3
I was not able so far to find if I should use copy data or mapping data flow? . My issue is how to create the source dataset which contains as column1= parameter1, column2=parameter2, etc. then sync is the file.
Very much appreciate your input
Thank you,
Hello drhorg,
Do you want to run the ADF pipeline for each of the row in the File? Do you have any sample source data to understand the requirement better?