Backing up and restoring Azure Storage emulator data

Is there any information on how to back up and restore data in the Azure Storage Emulator? (Note that this is not a live version of Azure.)

We are developing several different solutions for Windows Azure Storage, but since the storage emulator is just โ€œone storage accountโ€, we need to split the data into one project. Are there any simple / convenient ways to do this without having to manually retrieve and return all the data?

+3
source share
1 answer

Storage emulator data is stored in a local database. I suggest that it could be copied and restored as needed. But, I never tried it personally.

0
source

All Articles