An Azure service for ingesting, preparing, and transforming data at scale.
Thank you for posting query in Microsoft Q&A Platform.
If we compare package in SSIS as pipeline in ADF then, the way to send some inputs to Pipeline are only via triggers. Now triggers will not contain a mechanism of reading data from files or tables. Hence, I feel sending environment details via trigger to pipeline and then in the pipeline based on environment value, trying to query config file or tables using
lookupactivity may helpful here.
Please let me know how it goes. Thank you.