Azure Webhooks -Python

戏子无情 提交于 2021-01-16 04:20:40

问题


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?

来源:https://stackoverflow.com/questions/65573962/azure-webhooks-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!