[FeatureRequest] VsCode Command for checking if azurite blob service is running or start service only if service is not running
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 393
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 36
Description
### Which service(blob, file, queue, table) does this issue concern?
blob
### Which version of the Azurite was used?
Azurite.azurite v3.30.0
### Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
Visual Studio Code Extension
### What's the Node.js version?
v20.12.2
### What problem was encountered?
I am from azure function team, we are building an vscode.dev extension which needs to start azurite blob service as part of our extension startup experience for customer every time reloading extension. we dont want to start blob service if it is already running nor see the error vscode window. right now dont see thats possible in vscode azurite commands.
### Steps to reproduce the issue?
1. build an extension which installs and invoke vscode.commands.executeCommand('azurite.start_blob'); to be called every time page refresh once.
2. refresh the page you will see the error message

If possible, please provide the debug log using the -d parameter, replacing \ with an appropriate path for your OS, or review the instructions for docker containers:
```
-d ""
```
Please be sure to remove any PII or sensitive information before sharing!
The debug log will log raw request headers and bodies, so that we can replay these against Azurite using REST and create tests to validate resolution.
### Have you found a mitigation/solution?
No. We would need help if azurite vscode extension can :
1. add a new command to check if azurite service is already running
2. change existing start commands to allow an option to start if only if not running
3. a way to suppress the popup window for detecting address already in use.
4. suggest any workaround.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.