How to connect to autosys via Azure data factory

John 190 Reputation points
2023-05-02T13:10:39.11+00:00

Hi,

I need to trigger autosys job from Azure data factory.

I could not find any post on this.

could you please share some document, Any help is appreciated!

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,585 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,629 questions
{count} votes

Accepted answer
  1. msrini-MSFT 9,276 Reputation points Microsoft Employee
    2023-05-03T06:41:38.26+00:00

    You can use REST API to trigger the autosys from Azure DF.

    To trigger an Autosys job from Azure Data Factory, you can follow the steps below:

    Create a Web Activity: In Azure Data Factory, create a Web Activity that uses the HTTP connector to send a request to the Autosys REST API. You will need to specify the endpoint URL for the REST API and the method (POST, GET, etc.) to use.

    Configure the Request Body: In the Web Activity, configure the request body to include the details of the Autosys job you want to execute. This may include the job name, job owner, and any additional parameters or flags required to execute the job.

    Configure Authentication: To authenticate with the Autosys REST API, you will need to provide credentials, such as a username and password, or a token. You can configure the authentication details in the Web Activity using the Web linked service.

    1. Run the Pipeline: Once you have created the Web Activity and configured it to trigger the Autosys job, you can run the pipeline in Azure Data Factory. The Web Activity will send a request to the Autosys REST API to execute the job.

    Regards,

    Karthik Srinivas


1 additional answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,401 Reputation points Microsoft Employee
    2023-05-03T06:42:18.5333333+00:00

    Hi John,

    Thank you for posting query in Microsoft Q&A Platform.

    You need to consider using web activity to make API call to trigger Autosys job.

    Please consider checking below video to understand about web activity.

    Web activity in Azure Data Factory.

    Hope this helps. Please let me know if any further queries.


    Please consider hitting Accept Answer button. Accepted answers help community as well.