@Zeeshan Ahmad Abbasi Thanks for posting your question in Microsoft Q&A, apologize for any inconvenience caused on this.
- From the above image, it seems like deployment of functions to function app is successful, could you please check whether are you seeing any runtime issue warning in the overview plane of the function app?
- If not try troubleshooting the issue by running the built-in detectors (function App down or reporting errors) under Availability and Performance detector in diagnose and solve problems of your function app.
- Based on the detector results if any error messages fall under these common errors in python functions try following the mitigation steps provided here and let us know if you are facing the issue.
- Make sure the Python version of local machine and runtime version of function app is same and also validate the folder structure follow this reference structure.
Hope this helps, let me know if you have any further questions on this.