4

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.

Thomas Segato
  • 4,567
  • 11
  • 55
  • 104

1 Answers1

3

Go to your function Monitoring, choose Process explorer, you will be able to check the running instance.

enter image description here

enter image description here

Also you could go to your kudu site, in the label if you have multiple instances, you will be able to list all instances.

enter image description here

George Chen
  • 13,703
  • 2
  • 11
  • 26