0
0
Azurecloud~10 mins

VM sizes and series (B, D, E, F) in Azure - Step-by-Step Execution

Choose your learning style9 modes available
Process Flow - VM sizes and series (B, D, E, F)
Choose VM series: B, D, E, F
Check workload type
Burstable
Select VM size based on CPU, RAM, and cost
Deploy VM with chosen size and series
This flow shows how to pick a VM series based on workload needs, then select a size with CPU and RAM to deploy.
Execution Sample
Azure
Choose VM series B
Check workload: light burstable
Select size B2s (2 vCPU, 4GB RAM)
Deploy VM
VM runs with burst credits
This example picks a B-series VM for a light, burstable workload and deploys it.
Process Table
StepActionInput/ConditionDecision/ResultOutput
1Choose VM seriesWorkload: light, burstableSelect B seriesSeries = B
2Check VM size optionsB series sizes availableSelect B2s (2 vCPU, 4GB RAM)Size = B2s
3Deploy VMSeries = B, Size = B2sVM deployed with burst creditsVM running
4Monitor VMCPU usage spikesUses burst credits to handle spikesPerformance maintained
5Condition checkBurst credits exhausted?If yes, performance throttledIf no, normal performance
6ExitWorkload stable or VM stoppedStop monitoringEnd
💡 Monitoring ends when VM is stopped or workload stabilizes
Status Tracker
VariableStartAfter Step 1After Step 2After Step 3After Step 4Final
SeriesNoneBBBBB
SizeNoneNoneB2sB2sB2sB2s
VM StateNot deployedNot deployedNot deployedRunningRunningStopped or stable
Burst CreditsFullFullFullUsed on spikesMay exhaustReset or exhausted
Key Moments - 3 Insights
Why do we pick B series for burstable workloads?
B series VMs accumulate credits when idle and use them to burst CPU when needed, as shown in execution_table step 4.
What happens when burst credits run out?
Performance throttles to baseline CPU until credits recharge, explained in execution_table step 5.
How do D, E, and F series differ from B series?
D is general purpose, E is memory optimized, F is compute optimized; they do not use burst credits but provide steady performance.
Visual Quiz - 3 Questions
Test your understanding
Look at the execution_table, what VM size is selected at step 2?
AB2s
BD4s
CE8s
DF2s
💡 Hint
Check the 'Decision/Result' column in row for step 2.
At which step does the VM start using burst credits?
AStep 3
BStep 4
CStep 5
DStep 6
💡 Hint
Look for when CPU usage spikes and burst credits are used in the execution_table.
If workload is steady high CPU, which VM series is NOT ideal?
AD series
BE series
CB series
DF series
💡 Hint
Refer to key_moments about burst credits and steady performance.
Concept Snapshot
VM series guide:
- B: Burstable, saves credits for CPU spikes
- D: General purpose, balanced CPU & RAM
- E: Memory optimized, more RAM
- F: Compute optimized, more CPU
Choose series by workload, then size by CPU/RAM needs.
Full Transcript
This lesson shows how to pick Azure VM sizes and series B, D, E, F. First, choose the series based on workload type: B for burstable, D for general, E for memory-heavy, F for compute-heavy. Then select a size with the needed CPU and RAM. For example, B2s has 2 CPUs and 4GB RAM and uses burst credits to handle CPU spikes. The execution table traces choosing B series, selecting B2s size, deploying the VM, and how burst credits are used during spikes. Key moments explain why B series is good for burstable workloads and what happens when burst credits run out. The visual quiz tests understanding of size selection, burst credit usage, and series suitability. The snapshot summarizes series characteristics for quick reference.