azurevirtual-machineazure-virtual-machineazure-vm-role

Questioning compute consistency of Azure VM


We have been using an azure VM for hosting SQL Server. A4 size i.e. 4 cores & 7GB RAM We have noticed intermittent slow performance of database.

We are worried that since azure VM is multi-tenant instance, it could not be working at 4 cores performance always.

We are trying to understand that when we fire a 4 core VM, does it mean we always have that much compute power? or will it reduce depending on other users?


Solution

  • The first thing you should do is measure why your your database is performing so slow. Are you hitting the memory limit of your VM? The CPU limit? Or is the performance of the data disks an issue (IOPS)?

    On MSDN there's a checklist with things you need to consider when hosting SQL Server in Virtual Machines: