I have a Azure SQL Database
The company has a PABX System that has an API that can provide call logs.
What would be the best resource in between to connect to the API, pull the call logs, and store it in Azure SQL DB in a staging table?
Afterwards I also need to call a SQL SP in the Azure DB to process the data to its final location.
I was thinking DataFactory, but not sure if Stream Analytics can work.
I would like to have a near real time feed of data from the API - perhaps every 5/10 seconds.