Are there any good tools for taking snapshots of my Azure tables and blob containers and copying them to the local development repository?
Developers sometimes need to work in an isolated environment, but would like to get a copy of some "real" application data. Now we have scripts for creating data that we can run to populate the local storage, but it would be useful to be able to capture a snapshot and go to the development repository.
source
share