We use Azure Storage Emulator on the development machines and the CI server to be able to use storage queues locally. Now every time I sign out of Windows or reboot, I need to start the storage emulator manually.
Is there a way to start the Azure storage emulator as service, so that it automatically starts when Windows does?
Running the batch file as described by Gaurav Mantri keeps the command window open. Here is a way to avoid that:
AzureStorageEmulator.exe
start
C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator
(or wherever the storage emulator resides on your disk)