Hi Nagesh CL,
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
Yes, Azure Logic Apps can be used as a scheduling tool and can meet your requirements. Here’s how each of your needs can be addressed:
- Logic Apps can trigger Azure Data Factory (ADF) pipelines using the built-in ADF connector. You can set up workflows to start ADF pipelines and handle their execution status.
- Logic Apps can execute .bat files indirectly by using Azure Automation or Azure Functions. You can find the related documentation below :
https://learn.microsoft.com/en-us/answers/questions/2085904/automating-execution-of-bat-file-using-adf-logicap - Logic Apps can easily call REST APIs using the HTTP action. You can configure the HTTP action to make GET, POST, PUT, DELETE, or other types of HTTP requests.
- Logic Apps can prompt for parameters using HTTP request triggers or manual triggers. These parameters can then be passed to ADF pipelines as part of the pipeline execution request.
- While Logic Apps doesn’t natively support running from a specific step like Autosys, you can design your workflows to handle such scenarios.
You could, however, design the Logic App workflow with error handling and conditional paths. For instance, each ADF pipeline call could have a failure condition that sends it back to a specific step, and the Logic App could use retry policies for transient failures. If this answers your query, do clickAccept Answer
andYes
for was this answer helpful. And, if you have any further query do let us know.