ADF - How to manage trigger parameters?
I built a ADO cicd pipeline that validates and publishes from our develop branch, exports a build artefact can be deployed to preprod and prod with override parameters.
However the ADF has now hit the 256 ARM template parameter limit. I have streamlined the linked service so none are redundant, I have also optimised variables to be dynamic.
The issue is the number of trigger workflow parameters. Since they are all hardcoded string values.
Can anyone advise on methods to reduce trigger parameters? (Outside of the obvious having less triggers or creating a second ADF).
Currently looking into airflow to trigger pipelines and dataflows.