Hey all, quick question about using Azure blob sto...
# azure
l
Hey all, quick question about using Azure blob storage as the backend. I have Pulumi set up with a storage account and a container called
pulumi
. This container has multiple projects in folders at the root level and then each project has various stack files. My user has access to all projects stored in this container but running
pulumi login --cloud-url <azblob://pulumi>
(with the correct storage account settings) and then running
pulumi project ls
shows
No projects found
when I would expect to see every project in the storage account listed. I'm running Pulumi version 3.171.0 for reference. Any ideas?
f
Our cloud url looks more like this
<azblob://pulumi?storage_account=[redacted]>
l
that doesn't change anything for me 😕