Webhook Implementation on azure data factory pipeline

Anonymous
2022-09-13T03:53:45.033+00:00

Actually I have implemented azure data factory pipeline based on success and failure implemented web hook activity but it throws user configuration error.240303-screenshot-from-2022-09-13-09-21-35.png

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,556 Reputation points Microsoft Employee Moderator
    2022-09-13T17:44:46.007+00:00

    Hi @Anonymous ,

    Thank you for posting query in Microsoft Q&A Platform.

    Any specific reason for going with webhook activity here?

    You can consider using Web activity in this case. With web activity it will work.

    Please check below screenshot where same API call which in question tried with Webhook and web activity. You can see web activity is successful and web hook activity for timeout. For the webhook activity to work API should have logic implemented to intimation back to webhook activity saying request processed successful with Callback URL. Hence consider web activity is right choice here.

    240704-image.png

    Hope this helps. Please let me know if any further queries.

    --------
    Please consider hitting Accept Answer button. Accepted answers help community as well.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.