Hey everyone!
Does someone know how to avoid resource recreation in case if resource that my stack depended on was recreated?
Basically, in my stack I am creating SQL server, in the stack I also rely on shared resource group with Analytics workspace. I get this resource group by using GetResourceGroup.InvokeAsync function. The group with analytical workspace was deleted, I have performed refresh on my stack with database, but it didn’t help.