Local Emulator using Windows Azure Storage Client
Connection string
This Windows Azure Storage Client Library connection string can be used for connections to Windows Azure Storage.
If you’re using the Windows Azure Emulator, you can shortcut the connection string.
UseDevelopmentStorage=true;
Some version of the SDK is case sensitive, write "true" in lower case and use correct casing for "UseDevelopmentStorage" otherwise it can cause a "No valid combination of account information found" error.