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
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
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:
Expected behavior
Hexa (and the
az
cli) 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.
The text was updated successfully, but these errors were encountered: