question

tt-5508 avatar image
0 Votes"
tt-5508 asked tt-5508 commented

Upsert AzureSQL table by using REST API

Hi all,

I'm now investigating whether is it possible to insert or update a row in Azure SQL database by using REST API.
MS reference and some other web sites have been already checked but cannot find any answer.

Please give me any advise if there is any related information or sample request.

Thank you so much for your help.

azure-sql-database
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

KalyanChanumolu-MSFT avatar image
1 Vote"
KalyanChanumolu-MSFT answered tt-5508 commented

@tt-5508 Welcome to Microsoft Q&A forums.

It is currently not possible to make Data Plane operations (Create, Insert, Update, Delete etc) on Azure SQL Database using Azure REST API's.
You will need to write your own API and have the API perform the upsert logic.

Do let us know if you have further questions.


If an answer is helpful, please "Accept answer" or "Up-Vote" which might help other community members reading this thread.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello Kalyan,

Thank you so much for your advice. I'm glad to hear your clarification and will look for other options to operate data in Azure SQL table.

0 Votes 0 ·