Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to monitor Azure Function App's number of instances? Too many conflicting charts #2482

Open
duyn9uyen opened this issue May 15, 2024 · 1 comment
Assignees

Comments

@duyn9uyen
Copy link

There are several places in the portal to find the number of scaled instances of an Azure Function App but it is quite confusing.

  1. Function App > Diagnose and solve problems > (search for) All Scaling Operations
    There is a section called "Instance Count." If that is accurate, then the last count is 20.
    image

  2. Function App > Diagnose and solve problems > (search for) HTTP Functions Scaling
    There is a section called "Number of workers allocated to the Function App." We don't set the "FUNCTIONS_WORKER_PROCESS_COUNT" app settings so it is supposed to default to 1. Why does this graph looks different from chart 1. What is it measuring?
    image

Here are other places that add to the confusion.

  1. Function App > Diagnose and solve problems > (search for) Functions that are not triggering
    There is a section called "Running Function Instance Count". This chart looks similar to chart 2.
    image

  2. Function App > Metrics> (search for metric) Automatic Scaling Instance Count
    image

This looks completely different from the other charts. Which is the correct chart that tells me how many instances my Function App is currently scaled at?

@bhagyshricompany
Copy link

Thanks for informing will check and update the same. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants