简体   繁体   中英

Throttle Bandwidth for a copy activity in ADF

I need to limit a download speed of one self hosted IR in Azure to an on premise server to prevent the network to get clogged up. What are my options here? Is it possible to set this is ADF directly or in the IR or do I have to set this in the network?

According to this MSDN thread it's not possible to throttle bandwidth natively in Azure Data Factory.

However, if you are using an Azure Data Factory Self-Hosted Integration Runtime you could probably throttle the bandwidth at the VM level. For example, for Windows VMs you could try a QoS Group Policy to throttle the network for all applications or just the Integration Runtime executable.

Was there any loss of packets or impact on data - we recently just deployed ADF IR on-prem we have to set QOS to 50Mpbs across a 200Mpbs network.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM