Strange behaviour of Azure function

Yang Chowmun 411 Reputation points
2021-10-15T02:53:44.627+00:00

On and off, I notice that once I redeploy the azure function it will show some errors even it is running fine in the previous version.
There are not code error but the error will be something like missing module like 'pytz', which I believe I did not remove it from the requirement.txt.

The current problem I am facing is I am reading a yaml file from blobstroage, the code was running fine before redeploy and showing error after redeploy. I am not able to find the root cause and I could only restore the code to the earlier time using backup features. But after restore, I am not able to do changes to the code because I am not sure what causes the error.

Any suggestion on how should I deal with this situation?
Thanks!

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,263 questions
{count} votes