Hi everyone I am using the azure python library fo...
# azure
f
Hi everyone I am using the azure python library for deployment of Azure functions. While doing that, I noticed that if the zip asset filename does not change, but the actual contents of the zipfile changes, pulumi does not detect that, thereby does not push the new code to azure function. Is this expected ? If yes, any workarounds for it ? I also do not see an option or parameter to force update /always update the function, which would have been a possible workaround.
I am using Azure classic for this usecase.