How to reset the Kudu WebJob dashboard or logging?

久未见 提交于 2019-12-03 07:43:25
Julien Corioland

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:

To remove items appearing under Functions on the Web Jobs Dashboard - just remove the entry in the Azure Storage Blob Table AzureWebJobsHostLogscommon corresponding to the RowKey matching the name appearing there.

After doing this - the dashboard no longer shows functions that have been removed from this table.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!