This message was deleted.
# general
s
This message was deleted.
f
Currently exploring the
AZURE_STORAGE_SAS_TOKEN
environment variable since it looks like Pulumi uses: https://godoc.org/gocloud.dev/blob/azureblob
w
I haven’t used it myself - but indeed I would expect that to work. Curious - did it work out for you?
f
It appears Pulumi is trying to use the SAS token from
AZURE_STORAGE_SAS_TOKEN
, but so far I haven't been able to authenticate successfully. I'm not convinced I'm providing the correct value for the SAS token, though. I'll work on this more in the coming week and report back if I can get it working
Closing the loop: Using an Azure Blob Storage backend with a Shared Access Signature (SAS) mostly seems to work, but an error is returned. Filed an issue: https://github.com/pulumi/pulumi/issues/3537