Last active
August 27, 2019 10:49
-
-
Save iamsunny/7c30566b8a1772667cfba0a0a89f6686 to your computer and use it in GitHub Desktop.
Failed to initialize Microsoft Azure storage emulator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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