sparse-intern-71089
11/11/2019, 3:35 PMwhite-balloon-205
delightful-lizard-41466
11/11/2019, 7:14 PMconst storageAccount = new azure.storage.Account(mystoragesa, {
resourceGroupName: resourceGroup.name,
location: resourceGroup.location,
accountTier: "Standard",
accountReplicationType: "LRS",
accountKind: "StorageV2"
});
But in the documentation below I can’t find the way to reference this storage in a different stack:
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/azure/storage/#Accountwhite-balloon-205
white-balloon-205
storageAccount.name
and then read in that export from your other stack with StackReference.delightful-lizard-41466
11/12/2019, 8:44 AM