• Welcome to the all-new Windows Central Forums! - We're still moving some things around, so you may see a few quirks here and there, but we're working on getting things fully completed as soon as possible. For now, take a look around, and if you run into any major issues, please let us know in this thread!

Push data received from an azure topic bus message into Azure SQL Server database table

Soujanya Bargavi

New member
Jul 5, 2018
1
0
0
I currently receive a batch table of sales records from an external system using an azure topic bus, but now I want to push that data directly into my Azure SQL Server database table as some sort of bulk insert operation.

I can't find any documentation on how to create a SOAP or REST endpoint on Azure SQL Server to be able to push the data into my Azure https://goo.gl/mH51Rp SQL Server table. Surely Azure SQL Server has a way I can create some credentials and utilize an out of the box API to run some sort of insert command?