There are two azure emulators supporting local development, "azure storage emulator" supporting queue, cache, blob etc while "azure documentdb emulator" supporting documentdb.
Before, we have everything in one mssql database, take snapshot of the database and use that as our local development database. But when we split the data into blob and documentdb, we don't see how we can create replicates / snapshot of blob and documentdb and use that in local dev. Is there a way to synchronize the data between azure documentdb with the database used in emulators?