ModuleNotFoundError on Azure app function although requirements.txt exists
I published a python 3.10 function app to azure, locally the function runs successfully. The deployment is successful, but executing the function on cloud, returning the following error: Result: Failure Exception: ModuleNotFoundError: No module named 'cv2'. Please check the requirements.txt…