https://pulumi.com logo
Title
w

worried-knife-31967

03/15/2021, 3:57 PM
For a self-hosted backend (azure blob in this scenario), is it possible for a stack reference to access a different blob container and/or storage account for it's state? I'm thinking of "container" as "project" in comparison to the pulumi hosted state scenario, but obviously the syntax doesn't map across.
p

prehistoric-coat-10166

03/15/2021, 4:07 PM
As far as I know, you cannot use stack references across backends, so if you had two different Azure Blobs as backends for your projects, they could not reference each other.
w

worried-knife-31967

03/15/2021, 4:16 PM
that's... disappointing 😕