CSharpDev
CSharpDev

Reputation: 382

Azure Data Factory send failed notifications to teams channel

I need help on how do I send Azure Data Factory(ADF) Start, Success or Failure notification within ADF using Web activity.

I searched a lot but found articles relates to sending email notifications through ADF, but no article found which talks about sending these Start, Success or Failure notification to MS-Teams channel.

NOTE : I already have created MS-Teams channel and I have links associated with this channel.

Upvotes: 0

Views: 1310

Answers (1)

Gousia Begum
Gousia Begum

Reputation: 2124

Could you please take a look at Webhooks and Connectors?. Connectors allow you to post the notifications from an external service to the Teams channel. You can build your own connector by following this guide.

Upvotes: 1

Related Questions