https://pulumi.com logo
Title
b

brainy-ocean-92780

08/26/2021, 8:05 PM
#azure question, is it bad practice to use the normal azure provider and the azure native provider in combination when writing azure pulumi code?
b

billowy-army-68599

08/26/2021, 8:40 PM
not at all!
b

brainy-ocean-92780

08/26/2021, 8:43 PM
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.
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.