hi, I'm working on creating two Azure Cache for Re...
# azure
a
hi, I'm working on creating two Azure Cache for Redis resources with active-passive geo-replication. I have created linked server for them, all working perfectly fine. however, I see an issue when I want to destroy all of these resources. it starts with destroying linked server = ok. after successful unlinking of first cache Pulumi continues to remove both cache instances. however, the other one is still linked with server for couple of seconds. it breaks desctruction process. can I set some option to avoid it? is it Azure internal issue?