Azure Webhooks -Python

398 Views Asked by At

I have an onsite SQL server which runs and posts relevant records to to a data warehouse accessible via API endpoint. I need to create a webhook to detect changes whenever rows are added or deleted from the warehouse table.Preferably, the webhook should trigger a message to Azure queue storage via a httptrigger.

  1. How can I go about this in azure? I cant get my hands on any straightforward documentation or tutorial.
  2. If it cant be done in Azure, are there any other third party platforms with which I can create a webhook to detect changes to the table given the end points url?

I have been able to create a webhook in ArcGIS which is currently successfully running on the same logic. I am however now required to change and have that triggered by activity on the datawarehouse API. Any help will be appreciated?

0

There are 0 best solutions below