Showing Azure WebJob Functions log using API (Kudu) -


i using kudu api display webjob data on website monitoring app created. web app monitors data few other websites created. wondering api endpoints need run in order data page:

https://{my_website}.scm.azurewebsites.net/azurejobs/#/functions

i interested in displaying of data page (functions, statistics, invocation log - executed functions)

at moment parsing text file, find highly inefficient if there's better option available:

https://{my_website}.scm.azurewebsites.net/vfs/data/jobs/continuous/{my_webjob}/job_log.txt

any suggestions help, in advance.

as written in comments webjob client javascript based can see every call makes in console of browser, there find call to:

https://<sitename>.scm.azurewebsites.net/azurejobs/api/functions/definitions?lim‌​it=100 

this give list of functions in webjob.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

c# - Retrieve google contact -

javascript - How to insert selected radio button value into table cell -