I have a "fresh" (I think refurbished) laptop from my employer, where I installed a new instance of the Azure Storage Emulator. This one fails to start with the well known message:
"Error: Unable to start the storage emulator".
In my eventviewer I see the following message:
Login failed for user 'xxxx'. Reason: Failed to open the explicitly specified database 'xxxxx'. [CLIENT: local machine]
The thing is, I don't know which server that is (unknown to me and my team), and the username is also unknown. I've searched for quite some time, but I can't find any article where is explained where the connection strings are configured used by the emulator instead of connecting to the emulator. For me, I only need the blob storage, so sql is not even needed, but I can't disable it it seems.
Any tips?