az datafactory show --name <factory-name> --resource-group <resource-group>Data Factory global parameter
A factory-level constant that pipelines can reference in expressions and that CI/CD can override per environment.
Source: Microsoft Learn - Global parameters in Azure Data Factory Reviewed 2026-05-13
- Exam trap
- Treating Data Factory global parameter as a generic concept instead of checking the exact resource, owner, identity, and dependency path.
- Production check
- Verify the active tenant, subscription, resource group, and resource name before interpreting any result.
Article details and learning context
- Aliases
- Data Factory global parameter, ADF global parameter, data factory global parameter
- Difficulty
- Intermediate
- CLI mappings
- 4
- Last verified
- 2026-05-13
Understand the concept
In plain English
Data Factory global parameter is a factory-level constant that pipelines can reference in expressions and that CI/CD can override per environment. It helps data engineers, platform teams, security reviewers, and operations teams build reliable cloud data workflows avoid repeating environment, tenant, endpoint, or business constants across many pipelines. In practice, teams use it to answer whether a value should be a shared factory constant, a pipeline parameter, or a secret stored. Operators should tie the term to one subscription, resource owner, environment, evidence source, and rollback path before changing production. That keeps glossary knowledge connected to live Azure behavior.
Why it matters
Data Factory global parameter matters because environment consistency, reusable pipelines, safer promotion, reduced duplication, release review, and support clarity for shared constants become real production responsibilities, not abstract design notes. If teams misunderstand it, they may approve the wrong access, miss a dependency, collect weak evidence, or create avoidable outages. It influences security controls, reliability planning, support ownership, cost review, and change approval. For regulated or high-visibility workloads, using a global parameter for secrets or uncontrolled values can leak sensitive data and make production behavior hard to audit. A strong definition gives architects, operators, auditors, and application owners a shared operating language that can be tested against live Azure configuration, logs, and business objectives.
Official wording and source
A factory-level constant that pipelines can reference in expressions and that CI/CD can override per environment. Microsoft Learn places it in Global parameters in Azure Data Factory; operators confirm scope, configuration, dependencies, and production impact. Use the linked source for exact Azure behavior.
Technical context
Technically, Data Factory global parameter sits in factory-level global parameter definitions, pipeline expressions, CI/CD parameter files, ARM templates, and environment overrides. It is configured through parameter names, types, default values, publish behavior, ARM parameterization settings, and release-stage override values and validated by checking global parameter lists, evaluated expression values, deployment parameters, failed publishes, pipeline run inputs, and environment drift. It connects to Data Factory, pipelines, expressions, ARM templates, Git integration, publish branch, release pipelines, and environment configuration. For production reviews, compare portal state, CLI output, deployment JSON, logs, and runbook notes. Treat it as live configuration that affects deployed.
Exam context
Compare with
Where it is used
Where you see it
- In the Azure portal, Data Factory global parameter appears around Manage hub global parameters, pipeline dynamic content editor, ARM parameter files, Git repository templates, and release pipeline variable groups. Operators use this signal to confirm.
- In infrastructure or source control, Data Factory global parameter shows up in factory JSON, global parameter definitions, ARMTemplateParametersForFactory.json, custom parameter files, Bicep modules, and Git branches. Reviewers compare those files with deployed resources before.
- In monitoring and support evidence, Data Factory global parameter appears through publish failures, deployment diffs, pipeline run inputs, environment mismatch alerts, and support tickets caused by wrong constant values. These signals help teams diagnose failures.
- During incident review, Data Factory global parameter is visible when teams trace a failed run, blocked dependency, changed identity, or unexpected configuration back to a named owner.
Common situations
- Design a production workload where Data Factory global parameter must be configured, reviewed, and monitored before customer traffic or regulated data is involved.
- Create audit evidence that shows the owner, resource scope, access path, and live Azure state for Data Factory global parameter.
- Troubleshoot incidents where Data Factory global parameter may affect access, dependency behavior, latency, cost, data freshness, or policy compliance.
- Compare portal, CLI, infrastructure-as-code, and monitoring evidence so teams do not approve changes from stale assumptions.
Illustrative Azure scenarios
These examples show how the concept can affect design and operations. They are illustrative scenarios, not customer claims.
Scenario 01 Data Factory global parameter in action for hospitality Scenario, objectives, solution, measured impact, and takeaway.
Fabrikam Hotels, a hospitality organization, needed to standardize tenant and storage endpoints used by dozens of ingestion pipelines. The platform team used Data Factory global parameter to move repeated values into global parameters.
- Reduce production risk by thirty percent
- Make ownership and evidence clear
- Improve recovery during incidents
- Keep security and cost controls visible
Architects designed the solution around Data Factory global parameter by using it to move repeated values into global parameters. They connected the design to Data Factory, pipelines, expressions, ARM templates, Git integration, publish branch, release pipelines, and environment configuration so data engineers, security reviewers, operators, and business owners worked from the same evidence. The team documented the owner, Azure scope, identities, network path, monitoring signals, cost assumptions, and rollback step before production release. Engineers captured CLI output, portal configuration, deployment references, and baseline metrics, then compared first-week telemetry with the expected business result. Any mutating change required an approved ticket and a named operator so support teams could reproduce the behavior during an incident.
- Incident triage time fell by thirty-two percent because owners could follow one evidence path.
- Failed or delayed production runs dropped by twenty-eight percent during the first quarter after rollout.
- Audit reviewers accepted the captured configuration, access, and monitoring evidence without extra manual sampling.
- Engineering effort for repeat fixes fell by thirty-five percent because the design was documented and reusable.
Data Factory global parameter is valuable when teams connect the glossary concept to live Azure configuration, measurable outcomes, and accountable operations.
Scenario 02 Data Factory global parameter in action for research analytics Scenario, objectives, solution, measured impact, and takeaway.
Contoso Research, a research analytics organization, needed to promote pipelines to sovereign and commercial environments without hand edits. The platform team used Data Factory global parameter to override factory constants during CI/CD.
- Reduce production risk by thirty percent
- Make ownership and evidence clear
- Improve recovery during incidents
- Keep security and cost controls visible
Architects designed the solution around Data Factory global parameter by using it to override factory constants during CI/CD. They connected the design to Data Factory, pipelines, expressions, ARM templates, Git integration, publish branch, release pipelines, and environment configuration so data engineers, security reviewers, operators, and business owners worked from the same evidence. The team documented the owner, Azure scope, identities, network path, monitoring signals, cost assumptions, and rollback step before production release. Engineers captured CLI output, portal configuration, deployment references, and baseline metrics, then compared first-week telemetry with the expected business result. Any mutating change required an approved ticket and a named operator so support teams could reproduce the behavior during an incident.
- Incident triage time fell by thirty-two percent because owners could follow one evidence path.
- Failed or delayed production runs dropped by twenty-eight percent during the first quarter after rollout.
- Audit reviewers accepted the captured configuration, access, and monitoring evidence without extra manual sampling.
- Engineering effort for repeat fixes fell by thirty-five percent because the design was documented and reusable.
Data Factory global parameter is valuable when teams connect the glossary concept to live Azure configuration, measurable outcomes, and accountable operations.
Scenario 03 Data Factory global parameter in action for media streaming Scenario, objectives, solution, measured impact, and takeaway.
A. Datum Media, a media streaming organization, needed to reduce failed nightly loads caused by mismatched environment names. The platform team used Data Factory global parameter to centralize shared pipeline constants.
- Improve content and royalty data freshness
- Reduce failed loads during peak events
- Keep run-time state visible to support
- Avoid manual edits to pipeline logic
Architects designed the solution around Data Factory global parameter by using it to centralize shared pipeline constants. They connected the design to Data Factory, pipelines, expressions, ARM templates, Git integration, publish branch, release pipelines, and environment configuration so data engineers, security reviewers, operators, and business owners worked from the same evidence. The team documented the owner, Azure scope, identities, network path, monitoring signals, cost assumptions, and rollback step before production release. Engineers captured CLI output, portal configuration, deployment references, and baseline metrics, then compared first-week telemetry with the expected business result. Any mutating change required an approved ticket and a named operator so support teams could reproduce the behavior during an incident.
- Incident triage time fell by thirty-two percent because owners could follow one evidence path.
- Failed or delayed production runs dropped by twenty-eight percent during the first quarter after rollout.
- Audit reviewers accepted the captured configuration, access, and monitoring evidence without extra manual sampling.
- Engineering effort for repeat fixes fell by thirty-five percent because the design was documented and reusable.
Data Factory global parameter is valuable when teams connect the glossary concept to live Azure configuration, measurable outcomes, and accountable operations.
Azure CLI
Use Azure CLI for Data Factory global parameter when you need repeatable evidence from live Azure resources instead of a one-off portal screenshot. Start with read-only checks, compare output with source-controlled intent, and attach the result to the change, incident, or audit record.
Useful for
- Confirm the active subscription, resource group, owner, and current configuration before approving a change involving Data Factory global parameter.
- Export read-only evidence for audits, incidents, migrations, or architecture reviews where Data Factory global parameter affects production behavior.
- Compare CLI output with infrastructure templates and monitoring dashboards to find drift, missing dependencies, or unsafe assumptions.
Before you run a command
- Confirm the tenant, subscription, resource group, region, and exact resource names before trusting command output.
- Prefer read-only commands first; require change approval before commands that create, update, start, stop, rerun, or delete resources.
- Check RBAC, extension requirements, production freeze windows, and whether output may expose identifiers, endpoints, secrets, or sensitive metadata.
What the output tells you
- It shows whether Data Factory global parameter exists in the expected scope and whether live Azure state matches the documented design.
- It exposes identities, endpoints, component names, run history, policy settings, dependency references, or output values not obvious from application code.
- It gives reviewers evidence they can attach to tickets, dashboards, audit notes, deployment records, and post-incident timelines.
Mapped commands
Data Factory global parameter operational checks
directaz datafactory global-parameter list --factory-name <factory-name> --resource-group <resource-group>az datafactory global-parameter show --factory-name <factory-name> --resource-group <resource-group> --global-parameter-name <parameter-name>az deployment group validate --resource-group <resource-group> --template-file ARMTemplateForFactory.json --parameters @ARMTemplateParametersForFactory.jsonArchitecture context
Architecture reviews for Data Factory global parameter should connect the term to resource scope, identity, networking, monitoring, cost ownership, and rollback evidence.
- Security
- Security for Data Factory global parameter starts with knowing who can configure it, who can read its evidence, and which identities, secrets, network paths, or data stores it depends on. Focus on non-secret values, RBAC for authors, branch review, safe output logging, environment-specific approvals, and avoidance of sensitive constants. Use least privilege, managed identities where appropriate, private or approved network paths, and diagnostic logging that is reviewed regularly. Document the owner, approval path, and exception process before production use. During incidents, prove whether access, policy, data, or network controls changed recently instead of relying on stale assumptions. Record the current owner, logging path, approval, and emergency exception process.
- Cost
- Cost for Data Factory global parameter is not only the direct service charge. Watch extra failed deployments, repeated debug runs, wrong environment values, duplicated factories, and support time spent tracing hidden constants. Small configuration choices can multiply across environments, schedules, regions, or repeated runs. Use budgets, tags, owner reports, and run history to separate valuable usage from avoidable waste. Before expanding scope, estimate volume, retention, test activity, and support effort. After rollout, compare expected cost with actual usage and capture remediation tasks for unused resources, noisy settings, or oversized paths. Review cleanup tasks and expected usage before approving wider rollout.
- Reliability
- Reliability for Data Factory global parameter means the workload still behaves predictably when dependencies fail, schemas change, policies update, or traffic spikes. Plan around publish behavior, deployment override correctness, default value handling, dependent pipeline validation, and rollback when constants are wrong. Monitor both the Azure resource and the user-visible symptom, because the first warning may appear in logs, metrics, latency, missing data, or failed background work. Keep rollback steps and dependency owners visible in the runbook. Test permission loss, stale configuration, regional events, and partial deployment failures before production reliance. Record tested fallback steps and the first alert responders should trust.
- Performance
- Performance for Data Factory global parameter depends on how quickly the related workflow produces trustworthy results without overloading sources, agents, networks, or downstream services. Pay attention to expression evaluation, deployment template generation, pipeline startup, downstream endpoint selection, and failures caused by incorrect shared values. Measure the user-visible or operator-visible outcome, not just whether the resource exists. For production changes, compare baseline and post-change latency, throughput, error rate, and queue behavior. Tune in small steps, because aggressive parallelism, broad filters, or oversized test data can create throttling and hide the real bottleneck. Retest after network, source, sink, or dependency changes are released.
- Operations
- Operations for Data Factory global parameter should be repeatable and easy for a second engineer to verify. The runbook should cover parameter naming, owner review, release notes, CLI evidence, CI/CD overrides, and change records for shared factory values. Keep naming, tags, dashboards, tickets, and infrastructure definitions aligned so support teams do not rely on memory. Use read-only CLI commands for routine evidence, and require review before mutating commands. After rollout, compare live state with approved design, check first signals, and record owner follow-up before closing the change. Keep before-and-after evidence linked to the ticket, dashboard, and owning team.
Common mistakes
- Treating Data Factory global parameter as a generic concept instead of checking the exact resource, owner, identity, and dependency path.
- Running a mutating command in the wrong subscription or resource group because the active CLI context was not verified.
- Assuming the portal, IaC template, CLI output, and monitoring dashboard all represent the same current state without comparing them.