Azure - AzCopy

Card Puncher Data Processing

About

Copy file into a Azure file system.

Installation

After a windows installtion, you find it at C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy

Syntax

AzCopy /Source:<source> /Dest:<destination> [Options]

Example

  • Uploading a file in the current Directory with two threads.
AzCopy ^
  /Source:. ^
  /Dest:https://storageAccountName.blob.core.windows.net/container ^
  /DestKey:UCK5b9bZvN2W2xbpDRZRSpyjXAu1Gdse1bOdD+BA0oeZoCOuyuFe3IH6kN5BvTiox6P46UCPAOgrsA== ^
  /Pattern:"fileName.extension" ^
  /nc:2

where:

output:

Finished: 0 file(s), 976 MB; Average Speed:1.63 MB/s.

Support

The client could not finish the operation within specified timeout

The client could not finish the operation within specified timeout.
HttpStatusMessage:
RequestId:
Time:
Finished 0 of total 1 file(s).
[2018/10/10 14:05:34] Transfer summary:
-----------------
Total files transferred: 1
Transfer successfully:   0
Transfer skipped:        0
Transfer failed:         1
Elapsed time:            00.00:19:07

Possible solution:

  • use less thread /nc:2

Documentation / Reference





Discover More
Card Puncher Data Processing
Azure - File System

Azure knows two types of file system: Blob (default) Data Lake (Enterprise, Performance) Portal Azure cli Azure Powershell Storage...



Share this page:
Follow us:
Task Runner