Closed freistli closed 1 month ago
we could add the link to Azurite as the above link does not have a link. https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=visual-studio-code%2Cblob-storage
Azureite is installed as an npm package, and is handled when the user does an npm install
.
I will add a note about this but an explicit Azurite install is not required...
netstat -ano > 1.txt
Nice idea to include this - does this work on both PC and Mac?
Fixed in https://github.com/microsoft/copilot-camp/pull/329 Thanks for reporting!
Storage Explorer doesn't ship with an emulator. Developer needs to download one. Azurite is recommended. We can refer to: https://learn.microsoft.com/en-us/azure/storage/common/storage-explorer-emulators
Basically to use Emulator with Storage Explorer, we can:
Another thing is ensure no service conflicts with the ports using by Storage Emulator (Azurite). Can use "netstat -ano > 1.txt" to quickly confirm if any ports cannot be listened.