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
Is your feature request related to a problem? Please describe.
When using azureblob one has to specify the AZURE_STORAGE_ACCOUNT env or specify storage_account in the connection url even if the AZURE_STORAGE_CONNECTION_STRING env variable is set.
This shouldn't be necessary, as the connection-string already contains the account name.
Describe the solution you'd like
The account name should be taken/parsed out of the connection string.