Hi, i have an issue where my azure function files ...
# general
s
Hi, i have an issue where my azure function files are removed when i run my pulumi stack for the given function; The only change is lastModefied . client-function-dev (azure-nativewebWebApp) ~ azure-nativewebWebApp (update) lastModifiedTimeUtc : "2022-09-16T074438.1033333" => "2022-09-19T143649.5033333"
v
Are you running pulumi from the same place the resources were created? E.g if you deployed locally but your pulumi is running in CI without the files then it could remove them
l
And are you changing the Pulumi name of the function? Changing the name of a resource is the same as removing the old resource and creating a new resource with a different name.
s
no name change, rather no change at all, pulumi is running from azure pipelines.