Azure storage is on a local sql server. I have run DSInit /sqlinstance:. which completes without errors but when I try to run my app I still get Failed to initialize Windows Azure storage emulator.
Is there some other setting I have missed?
Thanks
Assuming you have SQL Express installed:
DSInit /sqlInstance:<SQLServerInstance>;
http://blog.nimbo.com/error-failed-to-initialize-windows-azure-storage-emulator/
If not, please post a full log of the error.