Logic App Exception to ADF

KrishnaT 21 Reputation points
2020-12-03T22:05:01.84+00:00

Hi ,
i have a logic app where i am reading files from ADLS and moving to Sharepoint , and i am calling this from ADF . it works fine when usually.

But when sometimes the logic app fails (errors) its not propagating the exception to ADF and its showing logic app completed successfully.

i have to goto logic app and check the run history to findout it failed. i know i can send emails from logic app when i failed , but my requirement is to catch it from ADF as i have furthur processing based on this step.

Regards,
SKT

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,845 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ChaitanyaNaykodi-MSFT 22,856 Reputation points Microsoft Employee
    2020-12-08T23:20:49.85+00:00

    Hello @KrishnaT , apologies for the delay. After Sharepoint action of your logic app, you can set a customized "run-after" behavior for the logic app. If there is an error then as an action in this "run-after" behavior you can run another action from ADF connector if suits your needs or make a HTTP REST call to Azure Data factory to convey the error. You can find additional implementation details here. Please let me know if there any additional concerns or blockers, I will be happy to help.

    0 comments No comments