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?