I have an Azure application service that contains 1 web application with 1 slot. I have 2 instances assigned to the App service. This week, the App Service shows about 60% of CPU usage and is usually around 10-15%. With further research, it seems that one of the two copies is exceeded. When I open the site metrics for each instance, I see that the HTTP response time is 1000 milliseconds for one instance and less than 200 ms for another. I tried restarting the W3P process on a corrupted instance, but that doesn't seem to help. I also tried expanding to additional instances. New instances look good, but when I shrink back, the fabric will not kill the offending instance.
How to make a tissue controller kill a specific instance?
I found the powershell AzureRestartRole command here ( https://msdn.microsoft.com/en-us/library/azure/dn495202.aspx ), but my Azure Powershell Command Prompt command does not seem to recognize the command, so I tried switching to Azure SDK 1.3 using the install-module command, but the AzureRestartRole command was not found.
source share