It seems the only way is to re-create functions with time triggers. (At least it worked for me)
Azure functions: time triggered functions get ModuleNotFoundError error after SKU change
Diana Rimsane
5
Reputation points
Hello,
I have python functions which were working fine before we decided to upgrade the SKU to Premium v3 P2V3.
I deploy functions with zip method. The issue I'm facing now is:
- Manually triggered functions executes as expected;
- Time triggered functions return errors "Result: Failure Exception: ModuleNotFoundError: No module named 'requests'. Please check the requirements.txt file for the missing module."
Both HTTP and Time triggers uses same libraries, and they are stated in requirement.txt. Again, it was working as expected before migration to new SKU.
I have tried:
- Re-deploy
- Function restarts
- Updated requirement.txt (added module versions)
Any possible solutions?
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions