Hello, sorry for maybe a stupid question, but coul...
# azure
b
Hello, sorry for maybe a stupid question, but couldn't find exactly what I'm looking for in the docs. What's the best way to reference a resource that is not managed/created by Pulumi? I just want to get the secret from other Azure Function that lives in the same Azure Subscription. Using Terraform I could reference the resource using the
data
keyword, but in Pulumi i'm not sure what's the best approach. I'm using the Typescript library. Thanks!
c
those
get<something>
are available on pretty much everything
b
Oh cool, will give a try. Thanks @colossal-room-15708!