An Azure service that is used to provision Windows and Linux virtual machines.
Dear @Sudhakar R
- Check the VM's CPU, memory, disk and network usage during the periods when the application becomes slow. Azure Monitor can help identify which resource is causing the bottleneck.
- If one of these resources is consistently reaching its limit, increasing the VM size may help. If the VM resources look healthy, I would also check the application, database and other dependent Azure resources.
- You can also run Performance Diagnostics to identify potential performance bottlenecks. Microsoft Learn
For more information, see Microsoft's https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/linux/troubleshoot-performance-virtual-machine-linux-windows
Best regards,
Bence