Introduction

Microsoft provided us multiple types and series from Azure VM supported all of the workloads with many of options that we should consider it before going for moving your services to azure VM we should understand very well what is the VM types and what is the Microsoft recommendation for choosing the VM type based on the workload.

  1. Azure Virtual Machine Types
  2. Azure Virtual Machine series(Size)
  3. Virtual Machine Pricing.
  4. Learn more about Azure VMs

Azure VM

Azure Virtual Machine Types

We have 6 Azure VM types each type supported multiple series(Size)

  • General Purpose is a popular one, because we have a balanced CPU-to-memory ratio, and it’s good for things like testing and development, small to medium-sized databases, and low to medium traffic web servers. We have six series within the General-Purpose category.

Microsoft’s best practice and recommendation are to run most of your SQL Server workloads undersized in the DSv2 series. And that’s because it supports both premium storage and premium storage caching– which, by the way, is SSDs. And it is recommended DS2 V2 for SQL Server stander edition and DS3 V3 for Enterprise edition.

  • Compute Optimized, which contains VMs that have a high CPU-to-memory ratio.  It’s also good for web servers with a lot of traffic, as well as your application servers. And, if you’re going to need one in here, I would go with the Fsv2 because, again, it supports premium storage, premium storage caching, and it also has hyper threaded CPU configurations.
  • Memory-Optimized. And this is the exact opposite of Compute Optimized, where we have a high memory-to-CPU ratio. So this is also very good for hosting SQL Server databases as well as data warehousing and in-memory analytics as example.
  • Storage Optimized, which gives us high disk throughput and IO, which is a perfect match for big data and No SQL-style databases for example.
  • GPU Optimized well for graphic-intensive workloads.
  • High performance computing is the ultimate VM category. This is good for your scientific calculations and stuff that needs crazy amounts of horsepower.

For more information about Azure VM Types Check Microsoft article

Azure Virtual Machine series(Size)

  1. A-Series: Entry-level economical VMs for dev/test
  2. Bs-Series: Economical burstable VMs
  3. D-Series: General purpose compute
  4. DC-series: Protect data in use
  5. E-Series: Optimized for in-memory hyper-threaded applications
  6. F-Series: Compute-optimized virtual machines
  7. G-Series: Memory and storage optimized virtual machines
  8. H-Series: High Performance Computing virtual machines
  9. Ls-Series: Storage optimized virtual machines
  10. M-Series: Memory-optimized virtual machines
  11. Mv2-Series: Largest memory-optimized virtual machines
  12. N-Series: GPU enabled virtual machines

To know more about each VM Type supported which Series(Size) i recommend you to check this Microsoft article exactly in the part name (Explore all Virtual Machine options)

Virtual Machine Pricing

Based on this wide range of VM types and size we have a lot of pricing that is the estimation of it depend on the VM specification, workload, and region You can check the Pricing from here and you can Configure and estimate the costs for Azure products using Microsoft Pricing calculator

Learn more about Azure VMs

 

2 thoughts on “Azure Virtual Machines Types,Series

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.