Removing rogue webjob from Azure web application -


i have azure wep app, couple of web jobs running inside it. noticed 1 of these webjobs running old code. impossible remove it, keeps running no matter do.

i have tried: * redeploying code. * stopping webjob * stopping web app * deleting web job.

even after deletion, webjob still running, , consuming queue.

there no web app anywhere running webjob old code anymore.

i have suspicion webjob running inside deployment slot, deployment slots deleted, not know how confirm this.

on kudu dashboard, webjob not present in process explorer.

how rid of rogue webjob?

you try specific job name , check job runs history via webjobs api, check whether job indeed deleted/stopped. if webjob deleted current website, please make sure whether other webjob running on other websites consuming queue. in addition please make sure whether azure functions being used. of cause, tasks outside of azure consuming queue possible. if worry performing storage maliciously, said, try regenerate storage account keys, may need re-sync access keys applications/services dependent on storage account.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -