Azure Data Factory

Type: Utility

Website: https://learn.microsoft.com/en-us/rest/api/datafactory/?view=rest-datafactory-2018-06-01

General docs: https://learn.microsoft.com/en-us/rest/api/datafactory/?view=rest-datafactory-2018-06-01

API Docs: https://learn.microsoft.com/en-us/rest/api/datafactory/pipelines/create-run?view=rest-datafactory-2018-06-01&tabs=HTTP

Authentication

Prerequisites

To connect Azure Data Factory to Orchestra, you will need:

  • an App registration in Microsoft Entra

  • an existing data factory in Azure Data Factory

  • a pipeline in Azure Data Factory you wish to run

Instructions

Create an App Registration

  • Create an App registration in Microsoft Entra (keep the 'Client ID' this is the Service Principal ID)

  • Create a client secret for this app (keep the 'Value' generated this is the Service Principal Key)

  • Navigate to Data Factories in the Azure portal and grant permissions for the new App to access the data factory you are configuring.

More information can be found here.

Subscription ID

You must set a default subscription ID for this ADF credential here. You can override the subscription ID you wish to use for an individual task when you create the task in the pipeline builder.

Job nameDescription

ADF Run Pipeline

This job triggers and runs an ADF Pipeline using this endpoint: here

Last updated