Is there any way to see how man instances are running in a Function App in the admin portal? I tried looking in the live metrics but it just shows incomming requests and not the amount of running instances.
Asked
Active
Viewed 1,521 times
1 Answers
3
Go to your function Monitoring, choose Process explorer, you will be able to check the running instance.
Also you could go to your kudu site, in the label if you have multiple instances, you will be able to list all instances.

George Chen
- 13,703
- 2
- 11
- 26
-
That is just perfect! Thanks highly appreciated! – Thomas Segato Dec 12 '19 at 09:39
-
How do you do this if you have a Linux app? In that case, this button is greyed out. – Zizzipupp May 26 '21 at 10:57