After installing the newest Azure SDK VS2013 update i lost all my existing Development Storage Containers, and are unable to create new ones.
Anyone familiar with this and know how to "re-attach" them or fix otherwise?
Not much info on this on this to be found yet.
EDIT : it seems new blobs are successfully created now, i only miss the ones i had before i updated.
This is expected behavior. Basically when a new version of storage emulator is installed, it creates a new SQL Server Database to store local data.
Unfortunately there is no simple way to get your data into the newer database. One possible solution would be to uninstall the latest version, reinstall the old version and download blobs on your computer. Then install the latest version again and upload the blobs again (I know it's really lame solution). You may find this blog post useful for doing this: http://blog.cerebrata.com/windows-azure-sdk-1-5-and-empty-development-storage/.