Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Azure by (17.6k points)
Is there any method for triggering an azure data factory pipeline manually?
I'd like to have this feature  for demo option
I understand that we can use power-shell scripts to suspend and restart a pipeline.

1 Answer

0 votes
by (47.2k points)
edited by

Here is what we can do:

  • Create everything without pipeline active periods
  • If you want to run the demo update active periods to past dates
  • Update to another date in the past if you plan to run again

Updating the dates from Powershell will look like this 

Set-AzureDataFactoryPipelineActivePeriod -DataFactoryName $DataFactoryName -PipelineName $PipelineName -StartDateTime $DateInPast -EndDateTime $DateOneDayLessInPast -ResourceGroupName $ResourceGroupName -Force

Check out Azure Data Factory Training that enables you to master your skills in Data Factory

Browse Categories

...