Okay cool, thank you for the confirmation. It does seem like you want to define as many sub resources inside a major resource as possible to help avoid churn. That seems to have been our major issue.
brainy-ocean-92780
08/26/2021, 8:44 PM
In our case we were attempting to add active directory admins to a sql server in a separate statement after the sql server declaration. The sql server declaration was native and the active directory was not. Combining them into one statement seems to avoid unnecessary delete/replaces.