The Set-AzDataFactoryV2Pipeline cmdlet creates a pipeline in Azure Data Factory.
If you specify a name for a pipeline that already exists, the cmdlet prompts you for confirmation before it replaces the pipeline.
If you specify the Force parameter, the cmdlet replaces the existing pipeline without confirmation.
Perform these operations in the following order:
-- Create a data factory.
-- Create linked services.
-- Create datasets.
-- Create a pipeline.
If a pipeline with the same name already exists in the data factory, this cmdlet prompts you to confirm whether to overwrite the existing pipeline with the new pipeline.
If you confirm to overwrite the existing pipeline, the pipeline definition is also replaced.
This command creates a pipeline named DPWikisample in the data factory named ADF.
The command bases the pipeline on information in the DPWikisample.json file.
This file includes information about activities such as Copy Activity and HDInsight Activity in the pipeline.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.