Are we able to use an Azure Government blob storag...
# general
a
Are we able to use an Azure Government blob storage account as the backend to store states? I have set my storage account and key environment variables properly, and tried using both the
pulumi login azblob://<container>
method as well as
pulumi login -c <account>.<http://blob.core.usgovcloudapi.net|blob.core.usgovcloudapi.net>
. However, azblob://<container> always defaults to use
<account>.<http://blob.core.windows.net|blob.core.windows.net>
, and whenever I do "pulumi login -c", I am asked for an access token, and any access key or sas token I use results in authorization errors. Am I doing something wrong, or is this just not possible at the moment?