1

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.

6
  • What do you mean by import data from rest api? Will rest api not publish it to some store ? Commented May 27, 2016 at 1:23
  • We access to a 3rd party rest api. We wish to pull some of this into our own DB for reporting purposes. Commented May 27, 2016 at 7:44
  • @DanielMackay Did you find a solution yet? I am using Function App to bring the data in. Commented Feb 21, 2019 at 16:17
  • @DhruvJoshi - no solution yet. Was trying to find a simple solution via DataFactory or LogicApps, but nothing good so far. It's possible for both, but I feel like there should be an easier way. Commented Feb 23, 2019 at 9:39
  • @DanielMackay I posted a new question to seek answers [stackoverflow.com/questions/54812089/…. Commented Feb 23, 2019 at 13:54

1 Answer 1

-2

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?

Sign up to request clarification or add additional context in comments.

1 Comment

This isn't what was asked for. They asked about integrating 3rd party data via an API into Azure

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.