davidobrien1985 / davidobrien1985.github.io

1 stars 0 forks source link

pulumi azure state backend #8

Open davidobrien1985 opened 5 years ago

fabito commented 4 years ago

Hi,

First of all thanks for your post. I wonder if you have an example on how to use StackReference when using Azure as the state backend.

When using the managed service we can use StackReferene('org/project/stack') but the project name is not added to the container. Perhaps each container is a project ?

sschopp commented 4 years ago

The StackReferene('org/project/stack') can only be used with the pulumi service backend. With an azure storage account you have to use our own schema within the stackname for example stack name = {projektname}-{environmentname}