Message to teams via logic app about ADF to Git/Git to ADF pipeline failure?

Mathilda Smith 1 Reputation point
2022-02-10T12:42:14.72+00:00

Is there any way to create a logic app that sends a notification to teams about failure between Azure Data factory and git (either direction)? I know how to create a message via logic app that goes to teams about ADF pipeline failures, but how about a failure when trying to get from ADF to git or vice versa?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,833 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,513 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AnnuKumari-MSFT 30,601 Reputation points Microsoft Employee
    2022-02-14T14:28:04.397+00:00

    Hi @Mathilda Smith ,

    Welcome to Microsoft Q&A platform and thanks for posting your query.
    Could you please elaborate on your ask as what do you mean when you say 'failure between Azure Data factory and git'?

    From what I understand , it seems that you want to send an email alert whenever there is any failure while publishing new changes in ADF. Please correct me if my understanding is wrong here.

    Interaction between ADF and GIT happens when we hit publish button after a new change in main branch of ADF pipelines. As this is a manual process when you go on hitting the publish button and it specifies in notification section whether the publish is successful or failed.

    In case of failure , error details are also popped up in notification section. It's not the part of ADF pipelines , rather it's part of ADF functionality. Unfortunately, it's not yet possible that this error message gets triggered and shown up in the Teams as notification.

    If the suggested response helped you, please click Accept Answer and kindly upvote the same. If you have extra questions about this answer, please do Comment.