0 votes
in Azure Data Factory by
Can an activity in a pipeline consume arguments that are passed to a pipeline run?

1 Answer

0 votes
by

Each activity within the pipeline can consume the parameter value that’s passed to the pipeline and run with the @parameter construct.

...