sebagomez / azurestorageexplorer

☁💾 Manage your Azure Storage blobs, tables, queues and file shares from this simple and intuitive web application.
https://azurestorage.azurewebsites.net/
MIT License
131 stars 67 forks source link

Support for connection strings via environment variables #138

Closed shaunakv1 closed 7 months ago

shaunakv1 commented 7 months ago

Hello, Is it possible to provide environment variables to docker container so that connection to storage account is pre-authenticated or pre-filled in the login UI? This is super convenient when using as part of local dev environment like docker compose.

pgweb is a good example of how this can work. In my mind pgweb projects serves a similar purpose, so linking here as an example.

It would be even nice to have multiple pre-authenticate connection strings to support local azurite storage emulator.