This message was deleted.
# azure
s
This message was deleted.
👍 1
t
You could encrypt those secrets with
additionalSecretOutputs
in Pulumi state and keep the state in the Pulumi backend.
c
@tall-librarian-49374 is it worth maybe creating an issue to look into supporting AAD authentication to the storage now instead of the storage key?
t
It’s always worth opening a case with a fruitful idea
A PR is worth 5 issues though :)
c
Lol not sure if I'm that capable 😉
p
We have the same problem. Any news?
Thinking of writing a script that uses Azure CLI to get the Storage Key and write it into the environment variable. $Env:AZURE_STORAGE_KEY = az storage account keys list --account-name $Env:AZURE_STORAGE_ACCOUNT --query "[0].value"