Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2026 01:20 AM
How can we configure a job in a different Azure application to be triggered after the completion of an Azure Databricks job? Once the Databricks job is successful, the job in the third-party application hosted in Azure should start. I attempted to use the default webhook notification available in Databricks, which performs an HTTP POST, but I couldn't find useful information regarding the job in the RequestBody of the WebhookData parameter. Do you have any suggestions?