From logic apps : To on premise server Task scheduler library

RaavanSuraj 6 Reputation points
2021-06-30T11:56:18.79+00:00

Hello All,

Am very new to Logic apps, I would like to achieve one requirement through this. am even not sure whether I can do this from here(Logic Apps) or not ?if so what type trigger I can use ?

I have a Development server(For example GDCTPSPT01) in that ,I have more than 50 jobs will run every day. My logic app needs to go to that server and send me an email notification when ever any schedule jobs failed on Task scheduler library.

Appreciate your help

Thank you

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,553 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
    2021-07-01T04:25:39.507+00:00

    @RaavanSuraj If you have control over the development server, it would be best to have a local service that monitors the jobs and then leverage a logic app that can send out the email notification. You could leverage the Graph SDK directly as well if preferred.

    If you don't have control over the development server, then it would depend on the task scheduler library used. If it exposes a REST API, then you can create a custom connector that can leverage the on-premises data gateway.


Your answer

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