You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2026. It is now read-only.
When creating a storage instance, the az CLI will check if the following environment variables are set, if so, it will use them and ignore the options passed to the CLI:
AZURE_STORAGE_CONNECTION_STRING
AZURE_STORAGE_ACCOUNT
AZURE_STORAGE_ACCESS_KEY
To Reproduce
Set any of these environment variables in your terminal before usign hexa:
Describe the bug
When creating a storage instance, the
azCLI will check if the following environment variables are set, if so, it will use them and ignore the options passed to the CLI:AZURE_STORAGE_CONNECTION_STRINGAZURE_STORAGE_ACCOUNTAZURE_STORAGE_ACCESS_KEYTo Reproduce
Set any of these environment variables in your terminal before usign hexa:
Expected behavior
Hexa (and the
azcli) should ignore the user-defined env variables and use the values passed through the CLI options.Additional context
Other Azure services might be affected by a similar bug (needs to investigate).
cc @sinedied who reported this issue.