Azure Data Factory – pass CSV file data as an input to hit an API
I have a csv file in ADLS which contains SerialNumber, say 10000 SerialNumbers. I have a web activity which should hit an API. To hit API, I must pass id, secret, code and the list of SerialnNmbers which is in ADLS csv file. How I can optimise this hitting an API.