This message was deleted.
# general
s
This message was deleted.
b
In the resource options, the 3rd resource parameter, you can set protect: true and that should work for you
a
Thank you, I'm trying this now. and will report back shortly. Quick question though, it says that the protect is to stop it deleting the resource, does that also protect the deletion of configurations inside that resource? because the appsettings are inside the app service under AppServiceArgs but I see that protect is outside of it in the 3rd resource parameter.
l
@ancient-dentist-35597 otherwise, try the
ignoreChanges
option. https://www.pulumi.com/docs/intro/concepts/programming-model/#ignorechanges
a
Thank you both, I've gone with ignoreChanges as well as protect and it seems good 😄