Global Parameters generally available in Azure Data Factory
Published Aug 06 2020 11:53 AM 13.1K Views
Microsoft

Global parameters are now generally available 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. 

 

Creation and management of global parameters is done in the management hub.

 

create-global-parameter-3.png

In any pipeline expression or dynamic content, global parameters can be referenced by pipeline().globalParameters.<parameterName>. 

 

expression-global-parameters.png

When promoting a data factory using the continuous integration and deployment process (CI/CD), you can override these parameters in each environment.

 

For more information, see the global parameters documentation.

14 Comments
Version history
Last update:
‎Aug 06 2020 11:53 AM
Updated by: