sparse-intern-71089
11/03/2020, 8:18 PMcool-fireman-90027
11/03/2020, 8:28 PMtall-needle-56640
11/03/2020, 8:29 PM> pulumi login <https://pulumistatepoc.blob.core.windows.net/>
Manage your Pulumi stacks by logging in.
Run `pulumi login --help` for alternative login options.
Enter your access token:
I don't know anything about using a Pulumi access token in a self-managed system.billowy-army-68599
billowy-army-68599
azblob
tall-needle-56640
11/03/2020, 8:32 PMpulumi login --cloud-url <azblob://https://pulumistatepoc.blob.core.windows.net/>
billowy-army-68599
billowy-army-68599
tall-needle-56640
11/04/2020, 3:56 PMstate
. So it really only wanted the bucket/container name
pulumi login <azblob://state>
and not the URL with the bucket. Which is strange to me because I don't see the endpointSuffix
defined (i.e. "core.windows.net") which is needed if targeting Azure Stack (or a separate Azure cloud, like for government and education).billowy-army-68599
AZURE_STORAGE_DOMAIN
https://github.com/google/go-cloud/blob/master/blob/azureblob/azureblob.go#L30
it's admittedly not well documentedtall-needle-56640
11/04/2020, 7:40 PMdev
stack for two different projects (still with Azure Storage), I get an error
error: stack 'dev' already existsBut I can create stacks with the same names when using the Pulumi backend, right? Is this a bug?
billowy-army-68599
project.dev
and then project.prod
billowy-army-68599
pulumi stack init project.dev
tall-needle-56640
11/04/2020, 8:01 PMbillowy-army-68599