Is it possible to use Azure Data Factory to get data from a REST API and insert it to a Azure database table?
https://github.com/Azure/Azure-DataFactory/tree/master/Samples/HttpDataDownloaderSample
Hi this is a custom data activity that dowloads a file by http request. You can achieve what you desire making small changes. Hope it helps.