Azure / Azurite

A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
MIT License
1.83k stars 325 forks source link

Unable to run Azurite in background #1984

Open trailmax opened 1 year ago

trailmax commented 1 year ago

Which service(blob, file, queue, table) does this issue concern?

all

Which version of the Azurite was used?

3.22.0

Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)

installed with VS

What problem was encountered?

Azurite does not run in a background

Steps to reproduce the issue?

Start /B Azurite

We used to be able to run Azure Storage Emulator as service. Now it is killed and we need to use Azurite. But I can't run it in the background or hidden. Console window needs to hang about for it to work, no matter what I was trying. I don't want to run docker container, as I don't have it running all the time. Advice from another issue start /B azurite still makes the console window to float about which is just annoying.

Please bring back the background option.

blueww commented 1 year ago

@trailmax

I see you have raised similar question in https://github.com/Azure/Azurite/issues/589, and I have answered you in https://github.com/Azure/Azurite/issues/589#issuecomment-1571436288