> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Run Azure Data Factory Pipeline

> Add a Run Azure Data Factory Pipeline command to a Paradime Bolt schedule to trigger ADF pipelines from the Paradime CLI alongside dbt™ runs.

Trigger one or more Azure Data Factory (ADF) pipelines from a Bolt schedule to run ingestion or transformation as part of your pipeline.

## Prerequisites

* Azure Data Factory connected as a [workspace integration](/integrations/azure-data-factory-adf). Connection and credentials are taken from that integration.

## Usage

Add the **Run Azure Data Factory Pipeline** command to your schedule and enter the command to run. The modal accepts any command supported by the [Paradime Azure Data Factory CLI](/developers/paradime-cli/azure-data-factory-cli):

```bash theme={"system"}
paradime run adf-pipelines --pipeline-names=ingest,transform
```

## Learn more

See the [Paradime Azure Data Factory CLI](/developers/paradime-cli/azure-data-factory-cli) for the full command and flag reference.


## Related topics

- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [Azure Data Factory CLI](/developers/paradime-cli/azure-data-factory-cli.md)
- [Azure Data Factory (ADF)](/integrations/azure-data-factory-adf.md)
- [Bolt API](/products/bolt/bolt-api.md)
- [Integrations](/integrations/index.md)
