I am trying to download a file from a URL.
https://example.com/report_view.php?reportcode=59281&action=exportcsv&casino=2210&reportby=daily&datetype=1
The above URL generates a report.csv file everytime it is hit. The URL when run in a regular browser downloads a file. Nothing loads in the window.
I am trying to download the file using Copy Activity in Azure data factory.
Source: HTTP request >> Delimited Text
Sink: Azure Blob Storage.
But the copy activity is failing to download the file.
How to ensure that the file get's in the blob storage?