An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Kessler Kelly
In Azure Data Factory, the “environment” parameter is usually defined at the pipeline or global level.
Check pipeline parameters
Go to Author → Pipelines → Open your pipeline → Parameters tab
Look for parameters like env or environment.
Check Global Parameters
Go to Manage → Global parameters These are commonly used to store environment values (DEV / TEST / PROD).
If you still don’t see it, it may be passed via a trigger or defined in the deployment (ARM template).
Let me know if you want help locating it in your specific pipeline.