Hi
Below article:
https://learn.microsoft.com/en-us/answers/questions/992047/azure-function-error-2.html
Contains few hints on how to troubleshoot the issue:
- General guidelines for python on azure:
https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-python?tabs=asgi%2Capplication-level&pivots=python-mode-configuration#package-management - Troubleshoot module not found:
https://learn.microsoft.com/en-us/azure/azure-functions/recover-python-functions?tabs=vscode%2Cbash&pivots=python-mode-configuration#troubleshoot-modulenotfounderror
Hope this helps!