@Mohamed Hussein Thank you for reaching out. From the backend logs, I noticed the following error:
ERROR: Failure Exception: ModuleNotFoundError: No module named 'requests'. Cannot find module. Please check the requirements.txt file for the missing module. For more info, please refer the troubleshooting guide: https://aka.ms/functions-modulenotfound.
I recommend checking out this GitHub issue https://github.com/Azure/azure-functions-python-worker/issues/1262#issuecomment-1887742898 and specifically the comments, which might help you resolve the problem. The issue usually relates to the requirements.txt
file and the way the imports are listed.
Additionally, there are many useful fixes in the comments besides the one I linked. I hope these suggestions will help resolve your issue.
please try and let me know incase of further queries, I would be happy to assist you.