1

I would like to back up the files I currently have in Azure Blob Storage and move them elsewhere. The problem is that pulling them one by one would take me several weeks, even within the same datacenter (not to mention the transaction costs).

Amazon seems to have the ability to move data around using physical media and ship the hard drives on demand: http://aws.amazon.com/importexport/

Does Microsoft offer similar services?

Is there a better way to migrate the data off Windows Azure?

DreamSonic
  • 113
  • 4

2 Answers2

1

As far as I know Microsoft doesn't offer any service like this yet.

mrdenny
  • 27,074
  • 4
  • 40
  • 68
1

You could ship a hard drive to Amazon, and then use the StartCopyFromBlob method to import from S3 to Windows Azure.

There is a usable code example here.

petrus
  • 5,287
  • 25
  • 42