0

I have been working on Asp.Net application which populates UI from azure storage account.

It makes development extremely tedious when for small change in UI code in I need to wait for all data to reload from azure storage (which is extremely slow, unless partionkey & rowkey are provided properly)

I wish to synchrozise all data in cloud storage account to local dev storage.

I am sure I am not the first one to face this problem. How does community handles this scenario? Is there any tool, which could copy all data including blob & table to local development account?

Md Farid Uddin Kiron
  • 16,817
  • 3
  • 17
  • 43
Abhijeet
  • 13,562
  • 26
  • 94
  • 175
  • If you're looking for a tool to do so, please take a look at Cerebrata Azure Management Cmdlets. It has a Cmdlet for Backing up storage account data using which you can download data from your cloud storage account to your local computer. It also has a Cmdlet for Restoring storage account data using which you can upload this downloaded data into your storage emulator. HTH. – Gaurav Mantri Sep 23 '14 at 05:42
  • @GauravMantri, I started doing this using C#, but stuck up! With Azure StorageClient 4.3 I couldn't connect to StorageEmulator 3.0. I get BadRequest error. – Abhijeet Sep 23 '14 at 05:58
  • I saw your other question and saw that you're running into some issues there. Can you update that question with the error you're getting? – Gaurav Mantri Sep 23 '14 at 06:00
  • @GauravMantri, Done: http://stackoverflow.com/questions/25983482/how-to-copy-azure-containers-blobs – Abhijeet Sep 23 '14 at 06:08

0 Answers0