Open davidobrien1985 opened 5 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}
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 ?