Does Azure offer any services to import data from a REST API into SQL Azure? Worse case we can do this via .NET, but I thought there might be an easier way.
Thanks in advance.
Does Azure offer any services to import data from a REST API into SQL Azure? Worse case we can do this via .NET, but I thought there might be an easier way.
Thanks in advance.
The documentation link below explains how to use REST API to import data into your Azure SQL Database. https://msdn.microsoft.com/en-us/library/azure/mt683388.aspx
Is this helpful?