Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
6,354 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
in my solution i use the npm ADFutilities to generate my arm template. the generated ARM is over 4mb which cause a problem for deployment
the work around I read about in different post is to use the publish branch to generate the template that is split into linked templates... thats not an option for me