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. 回答1: as Kobynet explained above we are using the kudu api and we have the following powershell snippet for stopping the proccess $username