0
votes

I am trying to create Locally Blob Container using Microsoft Azure Storage Explorer. I keep getting error as show in the image. I am using (Emulator - Default Ports) (Key) -> Blob Containers. I am using 1.12 version. The name I want to called is countries. Emulator version no 5.10

enter image description here

2
What version of Storage Emulator you’re using? What’s the name of the blob container you’re trying to create?Gaurav Mantri
I am using 1.12 version. The name I want to called is countries.maxspan
Sorry, but one more thing: What's the version of Storage Emulator you're running?Gaurav Mantri
Emulator version no 5.10maxspan

2 Answers

0
votes

Could not reproduce your issue, it should work, I use the explorer and the emulator with the same version as yours, it works fine.

Please try to uninstall and install them again, download explorer here and emulator in Command-line tools, and make sure you open the storage explorer after the emulator started successfully.

enter image description here

enter image description here

0
votes

What worked for me was run Emulator and type the below command.

AzureStorageEmulator init /server . -skipcreate

the above command skips the creation of local database and now it works.