How do you debug an Azure WebJob that won't start? -



How do you debug an Azure WebJob that won't start? -

i have webjob triggered azure storage queue. when test locally works fine. when publish webjob (as part of azure website) , go azure management portal , seek start webjob, throws , error.

i had running earlier, having problems deleted job in management portal , tried republish web site web job.

any suggestions on how figure out what's going on?

in old azure management portal there no clear way find kill process (stop job if there one). using new portal, looked @ processes running on site , there webjob running 26 threads. after killing process able start recent uploaded one.

azure-webjobs

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -