Hello. Why would pulumi deployment delete already ...
# general
r
Hello. Why would pulumi deployment delete already created resources instead of refreshing them?
h
not all changes can be applied to a live resource, so it'll recreate & replace instead. check the docs for your specific resource.
r
Thanks for responding. Can you tell me which docs to look at? If I have 3 function apps.. it tries deleting and creating one particular function app and its associated resources..
h
that's way too vague. aws, gcp, or azure? classic or native? what specific resource? You can probably find the specific modules you're using in https://www.pulumi.com/registry/
r
these are azure resources which it tries deleting are function apps, key vault access policies..
its azure native
h
r
Thank you.. for ex: when I see logs this is what its trying to do -- azurekeyvaultAccessPolicy vault-policy-test deleted original I am using pulumi azure pipelines task on my azure dev ops pipeline with pulumi up command