Open YunchuWang opened 7 months ago
@YunchuWang
Thanks for the suggestion! However this might not be so appliable to Azurite.
One workaround might be: detect if the Azurite port (by default: 10000,10001,100002) is occupied, if so, don't start Azurite. With this way, you need to make sure only Azurite can occupied the related ports on your client machine.
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?
If possible, please provide the debug log using the -d parameter, replacing \<pathtodebuglog> with an appropriate path for your OS, or review the instructions for docker containers:
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 :