Deploying Azure Data Factory error (The number of template input parameters limit exceeded. Limit: '256') using DevOps pipeline
Hello experts,
I'm doing a deploy of Azure Data Factory using a DevOps pipeline but I've reached the maxiumum of parameters, 256 and I'm gotting an error each time. I've read a lot of forums and docs and seems that the solution is to use "Linked Templates". So, I've tried to use this "Linked templates" that ADF automatically generate (ArmTemplate_n.json + ArmTemplate_master.json) but I got the same error of "too much parameters". Actually, the parameters file inside Linked templates (ArmTemplateParameters_master.json) folder have also 256 parameters. So, the error is coherent. I don't understand why the "parameters" are not splitted like there are the templates. There is a way to split also the parameters files? How should we do that?
Another question is, should we avoid to use so many parameters? Its not efficient? From my perspective is useful and I feel comfortable with it.
Thanks in advanced,
Wich is the best option to make this deploy work?