My function app isn't being invoked

CHillR 40 Reputation points
2025-01-29T18:48:12.9966667+00:00

How can i use diagnostics to see why my function app endpoint is not firing as expected?

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

1 answer

Sort by: Most helpful
  1. Shireesha Eeraboina 1,550 Reputation points Microsoft Vendor
    2025-01-30T07:07:48.6266667+00:00

    Hi @CHillR ,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    To troubleshoot why your function app endpoint is not triggering as expected, you can utilize Azure Functions diagnostics. Here’s how to proceed:

    • Go to your function app in the Azure portal.
    • Click on "Diagnose and solve problems" to access Azure Functions diagnostics.
    • Use the search bar to input keywords related to your issue, such as "function app not invoked" or "trigger failures," to locate relevant diagnostic reports.
    • Review the provided diagnostic reports, which will display status icons indicating any specific issues with your app, along with detailed descriptions of the problems, recommended actions, and associated metrics.
    • If you encounter specific error messages, check the "Function Execution and Errors" section under "Function App Down" or "Reporting Errors" to identify the line of code that may be causing exceptions or errors.

    For your reference, please follow the screenshot below:User's image

    These steps will help you identify and resolve the issues impacting the invocation of your function app.

    For your reference, please review the following documentation for further clarification."

    I hope this answers your query! Let me know if you require any additional help or clarification.


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.