We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I woke this morning and realized these keywords are sort of unfortunately named:
tech.io.azure/src/tech/io/azure/storage_account.clj
Lines 13 to 16 in 55e795e
They aren't blob specific at all. The name/key pair actually belong to the storage account.
name
key
So, better would be:
(config/get-config :azure-storage-account-name) (config/get-config :azure-storage-account-key)
Drawn from environment variables:
AZURE_STORAGE_ACCOUNT_NAME AZURE_STORAGE_ACCOUNT_KEY
Unfortunately, I think this change would necessitate kind of a lot of changes in the forecast:
The text was updated successfully, but these errors were encountered:
This exists, but as of today we're living with it and working around it.
Sorry, something went wrong.
No branches or pull requests
I woke this morning and realized these keywords are sort of unfortunately named:
tech.io.azure/src/tech/io/azure/storage_account.clj
Lines 13 to 16 in 55e795e
They aren't blob specific at all. The
name
/key
pair actually belong to the storage account.So, better would be:
Drawn from environment variables:
Unfortunately, I think this change would necessitate kind of a lot of changes in the forecast:
The text was updated successfully, but these errors were encountered: