Custom Storage Accounts in Azurite Visual Studio Code Extension
- 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?
Azurite extension for Visual Studio Code Extension
### Which version of the Azurite was used?
Latest Visual Studio Code Extension - 3.34.0
### Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
Visual Studio Code Extension
### What's the Node.js version?
not applicable
### What problem was encountered?
Azurite Documentation clearly tells that it is possible to set custom Storage Accounts using environmental variable: [Custom storage accounts and keys](https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json&bc=%2Fazure%2Fstorage%2Fblobs%2Fbreadcrumb%2Ftoc.json&tabs=visual-studio%2Cblob-storage#custom-storage-accounts-and-keys)
However, there is no explanation how to do so in Azurite Extension for Visual Studio Code.
Details page of Azurite Extension references the same instruction using environmental variable: [Customized Storage Accounts & Keys](https://marketplace.visualstudio.com/items?itemName=Azurite.azurite#default-storage-account)
I tried setting an environmental variable and launch Azurite Extension, but it did not help, I had only the default Storage Account.
### Steps to reproduce the issue?
Install Azurite Extension for Visual Studio Code. Don't install Azurite via NPM or anything else, so that `azurite` command itself is not recognizible by your terminal. Try to set a custom Storage Account on Azurite.
### 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:
No logs unfortunately
### Have you found a mitigation/solution?
No
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.