c# - Compiled Azure Function Monitoring: "No data available" -


i'm using couple of compiled c# functions on azure. working expected, when click 'monitor' on either of functions, shows "no data available".

i can see function running on 'develop' tab's log, overview of function's usage.

is there missing?

we believe have found issue when explicit host ids set in host file, causing problem.

we're tracking issue here , update make progress.

as workaround, please remove id host.json file.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -