Thanks for reaching Microsoft Q&A.
To resolve high CPU utilization:
- Identify the Cause: Use Azure Monitor or Task Manager to find processes consuming the most CPU.
- Optimize Applications: Optimize or upgrade applications causing high CPU usage.
- Scale Out: Consider adding more VMs to distribute the load.
- Check for Malware: Run a thorough scan for malware.
To Resize the VM:
- Check Quotas: Verify your current quotas in the Azure portal. Request an increase if needed.
- VM Size Limitations: Ensure the new VM size supports the required number of disks and resources.
- Resource Availability: Check if the target VM size is available in your region.
- Dependencies: Ensure all dependent resources are compatible with the new VM size.
For more details, refer to the official Azure documentation on troubleshooting high CPU issues and requesting quota increases.