Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#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
!
Post