Is there any reason why AZURE_KEYVAULT_AUTH_VIA_CL...
# automation-api
e
Is there any reason why AZURE_KEYVAULT_AUTH_VIA_CLI does not exist for blob storage? I would also like to use Azure CLI when authenticating against Blob Storage.
r
Is there any reason why AZURE_KEYVAULT_AUTH_VIA_CLI does not exist for blob storage?
…it does exist. Where are you running into issues?
e
What is the environment variable name? AZURE_BLOBSTORAGE_AUTH_VIA_CLI?
r
Nope it’s still just
AZURE_KEYVAULT_AUTH_VIA_CLI
I’m fairly certain. Perhaps this issue is relevant here https://github.com/pulumi/pulumi/issues/6597
e
Sry you misunderstood my request.
I would like to authenticate against Blob Storage via Azure CLI.
It is not about Azure Keyvault
So on the end, I would like to get rid off setting the environment variable AZURE_STORAGE_KEY
r
okay yeah sorry you might have better help in #azure as this question isn’t about automation api
e
But it is about the pulumi state/backend, I thought so 😕
r
Yup. Existing information about azure blog storage can be found at https://www.pulumi.com/docs/intro/concepts/state/#logging-into-the-azure-blob-storage-backend - if you find that it is lacking please feel free to open up an issue with the enhancements you would like to see and we will triage it.
e
ok, thank you.