-1

I have some files in Azure blob containers that I'd like to copy directly to an Azure disk when the disk is created. I did not think it was possible to copy files to a disk that is not attached to a VM, so I spun up an Azure VM and attached the disk. However, I can't figure out how I can use the Azure CLI to copy some files from a blob container to this disk (both are in the same storage account).

I was thinking it would look something along the lines of this from the Azure docs, but I have a disk, not a file share.

New contributor
quincy783 is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.

1 Answer 1

1

You can run AzCopy on the VM you have attached the disk to, to copy the files from blob to the disk.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .