You can either have StackA add some contextual tags to the resource group so that StackB can fetch it from azure, or you can have StackA output some identifying information about the resource group and then StackB can use a stack reference for StackA.
👍 1
m
most-portugal-2672
01/23/2022, 1:04 PM
Wonderful - thank you so much. Let me give that a whirl
most-portugal-2672
01/24/2022, 3:44 PM
Using outputs worked like a charm - fairly simple - thank you so much.