New Global Parameters feature in Azure Data Factory

Prashanth Kumar
3 min readAug 8, 2020

Some of the new enhancements which Microsoft has introduced are related with Global parameters in Azure Data Factory. Global parameters are constants across a data factory that can be consumed by a pipeline in any expression. They are useful when you have multiple pipelines with identical parameter names and values.

In order to create our 1st Global parameter, Open your ADF → click on Manage → Under Author you will see a new option for “Global Parameters”

Now click on + new → lets create our first global parameter → give some name “myparam”.

Right now only 6 types are available by Microsoft.

Different types

Now lets go ahead and lets see how we can we incorporate this in our test pipeline.

So i have created a new test pipeline with copy data operation → Added my Source and Sink operation → now click on Mapping

for the first time this option is not available,

so you just need to hover your mouse pointer and then it will be visible.

Now if i have to add and associate my parameters → click on “Add dynamic content”

you can see my newly added Global parameter is available → now i can select “myparam” → click on Finish.

finally it will be under your Mapping.

Final Mapping

Feel free to drop your comments if you see anything wrong or missing

--

--