I am new to the azure data factory, and I have followed tutorial online and learnt how to store a json response in a csv format by creating linked service and dataset for both data.
But what if the response is a file, like if I put that link(API) into web browser it will directly download the file, how can I download the file that being responded and store it into the Azure data Lake gen2? What dataset format should I use for the sink?
Thanks