Calling Rest Api from Azure sql database

Narroamd 26 Reputation points
2022-05-24T15:49:21.753+00:00

Hello everyone,

Is it possible to POST data from azure sql database into a Rest API server?

Azure SQL Database
{count} vote

Accepted answer
  1. Alberto Morillo 32,886 Reputation points MVP
    2022-05-24T17:55:13.633+00:00

    You can create an Azure Logic Apps that detect when a new order is received on Azure SQL Database as explained here, and you can then call an HTTP request connector to make REST API.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful