Skip to content

Commit c8d7779

Browse files
authored
update variables link
1 parent 1a97742 commit c8d7779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/concepts-parameters-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Before each pipeline run, you can assign a new value to your parameter in the ri
3838

3939
## Pipeline variables
4040

41-
Pipeline variables are values that can be set and modified during a pipeline run. Unlike pipeline parameters, which are defined at the pipeline level and cannot be changed during a pipeline run, pipeline variables can be set and modified within a pipeline using a [Set Variable](https://learn.microsoft.com/en-us/azure/data-factory/control-flow-set-variable-activity) activity.
41+
Pipeline variables are values that can be set and modified during a pipeline run. Unlike pipeline parameters, which are defined at the pipeline level and cannot be changed during a pipeline run, pipeline variables can be set and modified within a pipeline using a [Set Variable](control-flow-set-variable-activity.md) activity.
4242

4343
Pipeline variables can be used to store and manipulate data during a pipeline run, such as by storing the results of a computation or the current state of a process.
4444

0 commit comments

Comments
 (0)