Azure Functions live event stream is not working

458 views Asked by At

I have deployed a new Azure Functions based on the template - HttpTrigger-CSharp. It works fine whenever i invoke it from the webUI or from Postman.

However, the live event stream is not working as expected. I don't see any statistics being populated in the live event stream - everything is zero.

Is there anything which need to be done / configuration / etc?

Thanks, Aries

1

There are 1 answers

5
4c74356b41 On BEST ANSWER

According to this, "there is a known issue that may cause your data to fail to be populated. If you experience this, you may need to close the browser tab containing the live event stream and then click live event stream again to allow it to properly populate your event stream data".

As for the question, no this works out of the box, if it doesn't try closing the browser, opening Azure Portal, then navigating to the Function blade, click Monitor, wait for it to fully load, and then click Live event stream.

Also, this may not work, if you've created your function recently, just try to wait 5 minutes and try again.