azure-webhooks

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. How can I go about this in azure? I cant get my hands on any straightforward documentation or tutorial. If it cant be done in Azure, are there any other third party platforms with

Azure Webhooks -Python

久未见 提交于 2021-01-16 04:17:29
问题 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. How can I go about this in azure? I cant get my hands on any straightforward documentation or tutorial. If it cant be done in Azure, are there any other third party platforms with