Azure Webhooks -Python
问题 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