While running a project, I happened to face an issue with the Azure Storage Emulator.
The error message pops up saying "Failed to initialise Azure Storage Emulator".
But weirdly the Azure storage emulator icon was still there on the Windows tray icons. When clicked on the Icon it shows "Storage emulator is shutdown"
How to resolve this?
If you have the same problem as described above, then just run the Storage emulator as administrator.
By default the Azure Storage Emulator will be installed at
C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator
Now to start it as administrator, open a command prompt as administrator. Then navigate to C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator
Start Azure storage emulator by running the following command
AzureStorageEmulator.exe start
Running Visual studio as administrator is also a solution. Which is way too easier than manually starting the Storage Emulator
Comments
Post a Comment