CloudGuild · Blog · Cheat sheets · Lessons · Certifications
Deciding Between Azure VM Types: A Walkthrough of AZ-104 Exam Question
Struggling with Azure VM types on the AZ-104 exam? This walkthrough clarifies the decision-making process.
Provisioning a new Azure VM can trip up many candidates. The variety of VM types available in Azure can lead to confusion, especially when specific resource requirements are in play. Understanding the strengths and weaknesses of each type is crucial for making the right choice.
The question
You need to provision a new Azure VM that requires a specific amount of CPU and memory resources. Which type of Azure VM should you choose?
- A) Basic
- B) Standard
- C) Premium
- D) Burstable
Think before you scroll
Before selecting an option, consider the workload requirements. Each VM type serves different scenarios. Assess the needs for CPU and memory resources carefully, as this will guide you to the correct choice.
The answer
B) Standard is the correct option. Standard VMs provide a balanced set of CPU and memory resources, making them suitable for most applications and consistent workloads. They meet the requirement for specific CPU and memory resources effectively.
Why the other options lose
- A) Basic: Basic VMs are not recommended for production workloads. They offer limited resources and lack the performance needed for most applications, which makes them unsuitable for your requirement.
- C) Premium: While Premium VMs are optimized for I/O performance, they are not specifically designed for balanced CPU and memory needs. They are best for workloads demanding high disk throughput rather than general CPU and memory resource allocation.
- D) Burstable: Burstable VMs are intended for workloads with variable CPU usage. They are less appropriate for consistent resource requirements, as they may not provide the guaranteed performance needed for specific CPU and memory allocations.
The concept behind it
Understanding Azure VM types is essential. Standard VMs serve as the default choice for most scenarios, particularly when specific resource demands are present. Knowing the distinctions between VM types helps in selecting the right option based on workload characteristics.
Exam trap to remember
Choose Standard VMs for balanced performance when exact CPU and memory resources are required.