October 18, 2017
Top 10 information which are required for a reasonable sizing estimate of the Azure VM
There are several information which are required to make a reasonable sizing estimate for Azure VMs, and here is a comprehensive list which we used to follow from long time to get the reasonable T-Shirt sizing of the Azure VM’s.
- CPU utilization
- Memory Utilization
- Disk Size
- Disk IOPs (I/O’s per second) for C: drive and data / database drives
- Disk data transfer rates (Mbytes per second) for C: drive and data / database drives
- Backup / restore requirements
- Availability / redundancy approach
- DR approach
- Any specific network requirements (For example DMZ, Load balancer)
- VM scheduling opportunities – I.E. when can it be powered off to save money.
Out of these many parameters the first five items are the most critical for sizing as over-provisioning in Azure can have major cost implications. The first five can be easily gathered by configuring Windows Performance Counter. The information of the next 5 can be gathered by the discussion with application owners. In my future posts I will show you how we can capture the information of the first five parameters from Windows Server OS based VM’s or Physical Servers.
One Comment
Very Nice article, Is there any way you can help to get these details using Azure metrics Rest API for IaaS V2 AM’s. I was able to pull CPU utilization, Disk Size but non memory. How can I pull Memory of each IaaS server using Powershell?