Hi folks In C# there is a way to get a reference o...
# dotnet
d
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
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
Thanks @gentle-diamond-70147!