Unable to start Azure Storage Emulator after installing Azure SDK 2.7 or 2.7.1?

Firstly use SQL Server to store it. Without this, it will keep breaking all the time.

C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator>AzureStorageEmulator init /server .\\
Windows Azure Storage Emulator 4.2.0.0 command line tool
The storage emulator was successfully initialized and is ready to use.

C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator>AzureStorageEmulator.exe init /inprocess /forcecreate
Windows Azure Storage Emulator 4.2.0.0 command line tool
Added reservation for http://127.0.0.1:10000/ in user account SERVER\Administrator.
Added reservation for http://127.0.0.1:10001/ in user account SERVER\Administrator.
Added reservation for http://127.0.0.1:10002/ in user account SERVER\Administrator.

Empty SQL Instance. Autodetecting SQL Instance to use.
Looking for a LocalDB Installation.
Found a LocalDB Installation.
Probing SQL Instance: '(localdb)\MSSQLLocalDB'.
Found SQL Instance (localdb)\MSSQLLocalDB.
Creating database AzureStorageEmulatorDb42 on SQL instance '(localdb)\MSSQLLocalDB'.

Granting database access to user SERVER\Administrator.
Database access for user SERVER\Administrator was granted.

Initialization successful. The storage emulator is now ready for use.
The storage emulator was successfully initialized and is ready to use.

C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator>

Comments

Popular posts from this blog

Tutorial: Using Google Cloud Storage from C# and .NET

Late 2008 Macbook only giving 1.5 gb/s speed with 6 gb/s Intel SSD?

Enable Visual Studio to use more than 2GB of memory