Invocation counters stuck at zero despite Azure Function running fine

Bruno Heridet 1 Reputation point
2020-09-21T16:04:06.38+00:00

Hello

An Azure Function (in C#) I manage has been running multiple times per hour for a few months already.

This is confirmed by the fact that it performs the task it's intended to do and by the following graph, that is shown in the "Overview" blade of the Function App:

26241-01.png

Surprisingly, when I open the "Monitor" menu of this function, the "Invocations" tab remain with the "Success" and "Errors" counter at 0. I remember seeing meaningful values on this tab in the past, but now it's gone.

26154-02.png

What could explain this strange behavior? How to get this counters back to normal? Thanks for your help

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,212 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,651 Reputation points Microsoft Employee
    2020-09-22T00:32:12.597+00:00

    Hi @Bruno Heridet - Since all monitoring for Azure Functions is done with Application Insights by default, could you confirm if your Application Insights config is intact and that you're capturing logs there?