Hi,
I have created one Azure function app- in this i have created one Azure function on HTTP trigger. (this is taking 2-3 seconds to process a request)
I am getting Multiple request concurrently for my Azure function.
I would like to know how many active instances of the Function running in a particular moment.
I can see the history but i not finding option to see the real time view to see the how many function app instances are running.