Hi All,
I wanted to make API calls maybe twice a day or even if I wanted to make it every few minutes and put the API data (JSON) into ADLS and then into Azure SQL.
What is the best Azure Services I can use for both scenarios which is scalable? How would the Azure SQL deal with heavily nested JSON data?
Thank You.