https://pulumi.com logo
Title
s

sticky-church-6919

09/19/2022, 6:58 PM
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-native:web:WebApp) ~ azure-native:web:WebApp (update) lastModifiedTimeUtc : "2022-09-16T07:44:38.1033333" => "2022-09-19T14:36:49.5033333"
v

victorious-church-57397

09/19/2022, 7:45 PM
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

little-cartoon-10569

09/19/2022, 8:05 PM
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

sticky-church-6919

09/20/2022, 6:43 AM
no name change, rather no change at all, pulumi is running from azure pipelines.