Azure App Service Proactive CPU Monitoring

Shawn Clark 1 Reputation point
2020-04-20T16:52:02.437+00:00

If you enabled Proactive CPU Monitoring in an Azure App Service and choose the "Collect and Kill" action, will IIS automatically restart on the affected instance? I can't find an answer to this anywhere. I understand the process will be stopped but will it restart on it's own after the log is created and the application is killed?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,971 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 16,271 Reputation points
    2020-05-28T05:20:44.49+00:00

    Hi @Shawn Clark

    Apologies for the delay in response. The process will start once it receives a new request after it’s terminated. However, Kill operation is not a graceful termination. All requests that the current worker process is processing will be terminated, and you may see 502 errors. If the system terminates the child process, the error message may even be 500 or some form of application exception based on the stack.

    Hope that helps. Please let us know if you have further questions

    Thanks,

    Grace

    0 comments No comments