In function app (Http trigger type) How can I see detailed logs?

Bharvi Bhut 181 Reputation points
2022-07-18T13:07:39.827+00:00

I am having one function app and to analyze a detailed log for every execution of function.
Can anyone help?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
Microsoft Security | Microsoft Sentinel
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,506 Reputation points
    2022-07-19T06:17:05.71+00:00

    Hi @Bharvi Bhut ,

    Thanks for reaching out to Q&A.

    You can look into the monitor section of the function to view the complete details of a particular invocation.

    222136-image.png

    For detailed logs about a request that was processed by a http triggered function, you can open the Application insights resource associated with the Function app and look at the log analytics. Under the logs section of Application insights in the portal, you can query the "requests" table to get details logs about a request

    222116-image.png

    I hope this helps!

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    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.