I am deploying my function to azure function app. Deployment is successful, but nothing shows in the portal.

Zeeshan Ahmad Abbasi 35 Reputation points
2025-01-07T09:33:45.9866667+00:00

When I deploy the function (event grid tigger) to azure function app, it shows deployment is successful. User's image

But When I see output, it says no http triggers found. User's image

Also, I see no function in the portal. I think it does not push the function to the function app. What to do here?? User's image

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,331 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 23,686 Reputation points Microsoft Employee
    2025-01-08T05:15:18.3166667+00:00

    @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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.