Start-AzureStorageBlobCopy vs AzCopy: which one takes lesser time

后端 未结 5 667
不知归路
不知归路 2021-01-04 23:19

I need to move vhds from one subscription to other. I would like to know which one is better option for the same: Start-AzureStorageBlobCopy or AzCopy

5条回答
  •  渐次进展
    2021-01-05 00:00

    AzCopy offers an SLA which the Async copy services lacks. AzCopy is designed for optimal performance. Use the/SyncCopy parameter to get a consistent copy speed.

提交回复
热议问题