


Run AzureStorageEmulator.exe init /forceCreate.Open a command line in C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator.These steps helped me to resolve the problem I was facing:

I was running into this same issue after installing LocalDb for SQL Server 2017. To see available databases, use sys.databases. Resolve these errors before attempting to run the storage emulator again.Įrror: Cannot create database 'AzureStorageEmulatorDb57' : The database 'AzureStorageEmulatorDb57' does not exist. One or more initialization actions have failed.
#Azure storage emulator explorer windows#
Windows Azure Storage Emulator 5.7.0.0 command line toolįound SQL Instance (localdb)\MSSQLLocalDB.Ĭreating database AzureStorageEmulatorDb57 on SQL instance '(localdb)\MSSQLLocalDB'.Ĭannot create database 'AzureStorageEmulatorDb57' : The database 'AzureStorageEmulatorDb57' does not exist. 0), the DB gets created fine but the init still fails with the same message.Ĭ:\Program Files (x86)\Microsoft SDKs\Azure\Storage If I manually create the DB with sqllocaldb create (version. I know a reset sounds a bit drastic but VS 2019 broke my Azure Functions in VS2017, they would not launch so I wanted a clean install. I tried for an hour or so to get it running and then gave up and just reset my machine with the "keep my files" option, re-installed Visual Studio 2017 and the Azure Tools but still see the same problem. This was after installing Visual Studio 2019 Preview but this may just be a co-incidence. I tried to re-initialise the database and got the error below. I am having an issue with Azure Storage Emulator.
