Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reset the Kudu WebJob dashboard or logging?

I'm trying to find details of the function executions of a particular WebJob. Unfortunately the function dashboard in Kudu is showing duplicates, exclamation marks, and no function executions for over two months.

WebJob Function Dashboard

Trying to use the Azure CLI to list the WebJob's runs gives the error NotFound.

The WebJob has been moved to a different web app which could be related.

It doesn't matter if all of the logging history is wiped and everything reset, I would just like this working again! Any ideas?

like image 657
Alex Angas Avatar asked Apr 21 '16 03:04

Alex Angas


1 Answers

Just browse the storage account configured for your Azure WebJob Dashboard (using a tool like Microsoft Azure Storage Explorer) and delete the content of azure-jobs-* and azure-webjobs-* containers:

blog containers

like image 112
Julien Corioland Avatar answered Nov 11 '22 02:11

Julien Corioland