https://pulumi.com logo
#dotnet
Title
d

delightful-lizard-41466

02/11/2020, 3:38 PM
Hi folks In C# there is a way to get a reference or id for an existent "azure storage account" created in a different pulumi stack ? Just an example ...
g

gentle-diamond-70147

02/11/2020, 3:57 PM
You can use StackReference to reference an output from a different stack in your current stack. https://www.pulumi.com/docs/intro/concepts/organizing-stacks-projects/#inter-stack-dependencies
Note: the language chooser there says it’s not available, but it is. We’ll update the docs.
👍 1
d

delightful-lizard-41466

02/12/2020, 9:44 AM
Thanks @gentle-diamond-70147!