JDT
JDT

Reputation: 1085

How to copy a blob from one container to another in node using Storage SDK v10 for JavaScript

Is this possible?

I used to use startCopyBlob however, I am now transitioning to npm @azure/storage-blob and cannot find a way...

Upvotes: 0

Views: 504

Answers (1)

Jeremy Meng
Jeremy Meng

Reputation: 469

Could you please check out BlobURL.startCopyFromURL.

Also the latest Storage SDK release is v12. Are there reasons that prevent you from using v12?

Upvotes: 1

Related Questions