Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iamsunny/7c30566b8a1772667cfba0a0a89f6686 to your computer and use it in GitHub Desktop.
Save iamsunny/7c30566b8a1772667cfba0a0a89f6686 to your computer and use it in GitHub Desktop.
Failed to initialize Microsoft Azure storage emulator
// install SQL Server Express if not installed
// ensure SQL Server Express is running
// start cmd with Admin Priviledge
// navigate to C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator
cd C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator
// run
AzureStorageEmulator.exe init -server . -sqlinstance SQLEXPRESS -forcecreate
// run
AzureStorageEmulator.exe start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment