Invoking ADF pipeline from an Azure vm

pmscorca 1,032 Reputation points
2024-02-10T16:54:18.55+00:00

Hi, is it possible to invoke a Data Factory pipeline from an Azure vm by a scheduled command, f.e. a file .bat? Thanks

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,362 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 14,155 Reputation points MVP
    2024-02-11T05:29:45.61+00:00

    I may try to give a step-by-step procedure

    1. first, install azure cli on your Azure VM
    2. you can use it to create and run ADF pipelines
      1. az datafactory pipeline create
      2. az datafactory pipeline create-run

    For scheduled automation, place the Azure CLI commands within a .bat file and use Windows Task Scheduler to execute this file at your chosen times.


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.