Hi @Samuli K
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
It looks like your Azure VMs are using too much CPU and memory because of the Azure Monitor Agent and its processes. This can happen often with certain VM types like the B-series, which are meant for light workloads and can run out of resources quickly when there's a lot of demand.
- Update Everything: The Azure Monitor Agent and its extensions are up to date. Updates may improve performance and reduce resource usage.
- Check Resource Usage: Use tools like Perfmon or Azure's monitoring to see which processes are using the most resources. This will help you see if the Azure Monitor Agent is the main issue.
- Try Other Monitoring Tools: If the agent still causes problems, you can look into other monitoring solutions that use fewer resources.
- Resize Your VMs: You've already resized your VMs, which can help with the immediate problem, but it won't fix the agent itself.
- Give Feedback: If you're still having trouble, you can give feedback to Microsoft to help improve their services, even if you don’t open a support ticket.
- Remove Extensions: As a last resort, you might need to remove the Azure extensions if the issue is still serious.
If you have any concerns, please go through this link: -
If you have any further queries, do let us know
If the answer is helpful, please click "Accept Answer" and "Upvote it"