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.
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.