Functions alerts

Deepak Kumar Sharma 60 Reputation points
2023-08-10T14:01:08.5533333+00:00

I want to know how i can fix the function alerts like

request performance degradation detector

dependency performance degradation

exception volume changed

memory leak

trace severity

if any of these alerts have any issue then how to fix them.

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

Accepted answer
  1. navba-MSFT 27,540 Reputation points Microsoft Employee Moderator
    2023-08-14T14:04:46.4633333+00:00

    @Anonymous Thanks for getting back and clarifying your ask.

    I see that your ask is related to fixing the function alerts related to the below:

    • request performance degradation detector,
    • dependency performance degradation,
    • exception volume changed,
    • memory leak, and
    • trace severity in Microsoft Azure Cloud.

    Here are the possible way to troubleshoot and identify the cause of the above issues:

    If you receive an alert related to request performance degradation detector, dependency performance degradation, exception volume changed, memory leak, or trace severity, you can troubleshoot and fix the issue by following these steps:

    • Troubleshooting Azure Functions performance issues : You can rely on the Diagnose and Solve problems section in the Azure Portal for the Functions performance issues:
      User's image

    User's image

    Once you click on this, you can select the necessary time frame and the right detectors will provide the recommendations and suggestions.

    • Memory leak and Memory analysis: You can select the below option within the Diagnose and Solve problems:

    User's image

    **

    • Exceptions troubleshooting:** You can rely on the Function App Down or Reporting Errors setting,

    User's image

    • Request performance degradation and dependency performance degradation: You can rely on the Application insights and look into the failure. You can enabled the AppInsights as explained You can enabled the AppInsights as explained here.. User's image

    You can query the telemetry data as explained **here.
    **
    You can also query the FunctionLogs as shown below:
    User's image

    More Info here.

    If you are unable to fix the issue, you can contact Microsoft Q&A forum support or reach out to Azure support for further assistance.

    Additional Resources: Here are some additional resources that you can use to learn more about Azure Functions alerts and troubleshooting:

    I hope this information helps you resolve the issues related to Azure Functions alerts. Let me know if you have any further questions or concerns.

    **
    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.