azureazure-webjobsazure-webjobs-triggered

Azure WebJobs not listing in Azure Kudo Portal


I'm trying to edit my configuration app.config from the Azure WebJob. I currently have 2 web jobs that configured to run as on-demand (Cron Scheduled)

enter image description here

My Jobs are working perfectly fine. But When I try to view the source code of my web jobs through Kudo Command

https://xxxxx.scm.azurewebsites.net/DebugConsole

enter image description here

I'm not able to see any jobs for the trigger. In fact, there is no folder called triggered

but when I tried to https://xx.scm.azurewebsites.net/azurejobs/#/jobs I can able to see my Jobs there.

How to find the source code of my WebJobs?


Solution

  • The default location for WebJobs is under d:\home\site\wwwroot\App_Data\jobs. Did you look there?