I have a VM running on Azure with a PHP script that may invoke the VM should it be activated. I don't know if it's a technical issue to deal with my code or something else, but even after days with no requests of any services to the VM i.e. no calls made to the PHP script, the Azure VM CPU keeps running at 97% for 24h/day and I cannot explain it myself as my usage is supposed to be based on each call to the VM services and not continuously operating at max CPU all the time.
What does it seems to you?