Azure Cloud Service CPU max after upgrade from SDK 2.8 to 2.9

Most recently converted our 2.8 Azure Project to 2.9, and it suddenly started.

enter image description here

We use a classic cloud service to host a web application. I donโ€™t understand why he suddenly starts bananas to load the processor.

The process that seems to use the processor is called CollectGuestLogs.exe. Can I turn it off?

+5
source share
1 answer

We opened a ticket and found a solution to this problem:

โ€œActually, the CollectGuestlogs.exe file is used by azure to create a diagnostic log file and to flash it. This file exists in your VM PaaS instance in the path D below: \ Packages \ GuestAgent First we provided a temporary fix to confirm the problem, for example, renaming CollectGuestlogs.exe file, and check if this process runs after restarting the virtual machine instance once. Because you confirmed that our temporary work was successfully solved by your problem. We found that this problem is related to the known my problem with Azure SDK 2.9, which will be fixed in the release of the Azure SDK patch version 2.9.5.1. "-Microsoft support

+3
source

Source: https://habr.com/ru/post/1258938/


All Articles