Mystery? Azure DaaS Webjob

I tried to go to the DaaS page, but the function has been deprecated as shown in the screenshot. And the page also suggested to use the "Diagnose and Solve".So I believe the DaaS WebJob could be removed.

Now that it works as a continuous webjob you can find and remove it from Kudu. You could accessenter image description here https:// <YourSiteName>.scm.azurewebsites.net then choose the Tools->Zip Push Deploy->App_Data->jobs->continuous. If the "DaaS" is there, you could click - to delete it like the pic.

If you still have questions, please let me know.


After opening a ticket with Microsoft they told me that because I had browsed around on the 'Diagnose and Solve' blade, this webjob was created automatically to allow for the functionality expected there.

I didn't end up needing those options currently so I am safe to disable it, or delete it. It should not interfere with my application but if it is not doing anything I figure I should at least disable it.

After disabling it, I have not experienced any issues on my side, or for the users.