Search code examples
azureazure-webjobs

Azure Stop a Triggered Web Job


In Azure, Once a Triggered Web Job has begun? What do we need to do - to stop it?

Background:

Our Web Job populates a Service Bus Queue that then scale out our worker roles - our worker roles are using a 3rd party API - and are getting errors. This is causing our queue to grow larger and larger - and creating more and more worker roles. This is expensive.


Solution

  • go to azure portal -> app service -> process explorer -> expand instance ->

    Find CMD processes and expand to see which one is for the triggered webjob

    Then select the process by clicking on the icon which will redirect to the page where you can stop

    Click the stop button.