Azure Data Factory copy compute scale automation
Hello,
I am using the managed integration runtime on Data Factory. As we can find in this documentation https://learn.microsoft.com/en-us/azure/data-factory/managed-virtual-network-private-endpoint in order to have a good performance for the copy tasks we should enable the copy compute scale when setting up a managed virtual network.
My problem now is, how I can automate these changes regarding the copy compute scale because publishing the changes to have the ARM template to then promote to the other does not get the changes. I mean, the ARM template can't help to apply these changes between the environments and I can't find any cli either.