🇺🇸 Microsoft Certified: Azure Administrator Associate · subject
Microsoft Certified: Azure Administrator Associate Deploy and Manage Azure Compute Resources Syllabus
Every chapter and topic of Deploy and Manage Azure Compute Resources examined in Microsoft Certified: Azure Administrator Associate — 3 chapters, 12 topics and 20 sub-topics, plus 50 flashcards written against it.
Deploy and Manage Azure Compute Resources syllabus — full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Deploy and Manage Azure Compute Resources in Microsoft Certified: Azure Administrator Associate, not a summary of it.
-
Virtual Machines
5 topics- Creating and sizing VMs
- VM series and resizing
- Generation 1 vs Generation 2 VMs
- VM disks
- Managed disk types (Standard HDD, Standard SSD, Premium SSD, Ultra)
- OS, data, and temporary disks
- Disk encryption and snapshots
- Availability and resiliency
- Availability sets (fault and update domains)
- Availability zones
- VM extensions and custom script extension
- Connecting to VMs (RDP, SSH, Bastion)
- Creating and sizing VMs
-
Scaling and Automation
3 topics- Virtual Machine Scale Sets
- Uniform vs flexible orchestration
- Manual and autoscale profiles
- Scaling rules and metrics
- ARM templates and Bicep
- Template structure (parameters, variables, resources, outputs)
- Deployment modes (incremental vs complete)
- Exporting templates from existing resources
- VM availability planning for scale
- Virtual Machine Scale Sets
-
Containers and App Services
4 topics- Azure Container Instances
- Container groups and restart policies
- Mounting volumes and environment variables
- Azure Container Apps
- Revisions, scaling, and ingress
- Azure App Service plans
- Pricing tiers and scaling (up vs out)
- App Service web app configuration
- Deployment slots and slot swapping
- Custom domains and TLS bindings
- Application settings and connection strings
- Azure Container Instances
Deploy and Manage Azure Compute Resources flashcards for Microsoft Certified: Azure Administrator Associate
22 of 50 cards from the Deploy and Manage Azure Compute Resources deck — real questions with worked answers.
When creating an Azure VM, what does the VM size (SKU) primarily determine?
The amount of compute resources allocated to the VM: number of vCPUs, amount of memory (RAM), temporary storage, max number/type of data disks, and network bandwidth.
What do the Azure VM size series letters B, D, F, E, and M generally indicate?
B = Burstable (economical, banked credits); D = General purpose (balanced CPU-to-memory); F = Compute optimized (high CPU-to-memory); E = Memory optimized (high memory-to-CPU); M = Memory optimized for very large in-memory workloads.
What is a Burstable (B-series) VM and when is it cost-effective?
A VM that accumulates CPU credits when running below its baseline and spends them to burst above baseline. Cost-effective for workloads with low average CPU that occasionally need full performance (e.g., dev/test, low-traffic web servers).
What are the two types of disk storage roles a VM uses, and how do they differ in persistence?
OS disk and data disks are persistent (stored as managed disks, survive reboots/deallocation); the temporary disk (often D:) provides short-term storage and its data is lost on deallocation, resize, or host maintenance.
List the four Azure managed disk performance tiers from highest to lowest performance.
Ultra Disk (highest), Premium SSD, Standard SSD, Standard HDD (lowest).
Which Azure managed disk types are backed by SSD versus HDD?
Ultra Disk, Premium SSD, and Standard SSD are SSD-backed; Standard HDD is hard-disk-drive-backed.
What is the key advantage of Azure managed disks over unmanaged disks?
Azure handles the underlying storage accounts automatically, providing simplified management, better reliability/availability, scalability (no per-storage-account IOPS limits), and built-in support for availability sets/zones, encryption, and snapshots.
Which Azure disk type supports adjusting IOPS and throughput independently of disk size, without restarting the VM?
Ultra Disk (and Premium SSD v2).
What is the difference between a managed disk snapshot and an image in Azure?
A snapshot is a read-only point-in-time copy of a single managed disk (used for backup or creating a new disk); an image is a copy of an entire VM (OS + data disks) used to create multiple identical VMs.
What is Azure Disk Encryption (ADE) and what technology does it use?
ADE encrypts OS and data disks of a VM using BitLocker for Windows and dm-crypt for Linux, with keys stored in Azure Key Vault.
Define an Azure Availability Set and its purpose.
A logical grouping of VMs within a datacenter that lets Azure distribute them across fault domains and update domains to protect against hardware failures and planned maintenance, increasing application availability.
What is a Fault Domain in an Azure Availability Set?
A group of VMs that share a common power source and network switch (physical rack). Spreading VMs across fault domains protects against a single hardware/power/network failure.
What is an Update Domain in an Azure Availability Set?
A logical group of VMs and hardware that can be rebooted together during planned maintenance. Azure updates one update domain at a time so not all VMs go down simultaneously.
What is an Azure Availability Zone?
A physically separate location within an Azure region, each with independent power, cooling, and networking. Deploying across zones protects against an entire datacenter failure.
What SLA does Azure provide for two or more VMs deployed across multiple Availability Zones?
99.99% VM uptime SLA.
What VM uptime SLA does Azure provide for two or more VMs in the same Availability Set?
99.95% SLA.
What single-instance VM uptime SLA requires using Premium SSD or Ultra Disk for all disks?
99.9% SLA for a single VM when all OS and data disks use Premium SSD or Ultra Disk.
Compare Availability Sets and Availability Zones in terms of failure protection scope.
Availability Sets protect against failures within a single datacenter (rack-level: power, network, maintenance); Availability Zones protect against an entire datacenter failure by spreading VMs across physically separate locations in a region.
What is an Azure VM extension?
A small application/agent that provides post-deployment configuration and automation tasks on a VM, such as installing software, running scripts, configuring monitoring, or managing security/anti-malware.
What does the Custom Script Extension do for Azure VMs?
Downloads and runs scripts (e.g., PowerShell on Windows or shell scripts on Linux) on the VM after deployment, used to bootstrap or configure the machine automatically.
From where can the Custom Script Extension retrieve its scripts?
From Azure Storage (blob), GitHub, or any public/accessible location via URL; the script and arguments can also be provided inline.
Name three common Azure VM extensions besides Custom Script Extension.
Desired State Configuration (DSC) extension, Azure Diagnostics/Monitor agent (Log Analytics agent), and anti-malware/security extensions (e.g., Microsoft Antimalware). (Also network watcher, dependency agent.)
See more Deploy and Manage Azure Compute Resources flashcards →
Planning Deploy and Manage Azure Compute Resources for Microsoft Certified: Azure Administrator Associate
Deploy and Manage Azure Compute Resources is about 16% of the Microsoft Certified: Azure Administrator Associate syllabus by topic count — 12 of 77 topics, spread over 3 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 15 hours.
The heaviest chapters are Virtual Machines (5 topics), Containers and App Services (4 topics), Scaling and Automation (3 topics) . Front-load those while your energy is high; the short chapters are better revision filler later.
Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.
Deploy and Manage Azure Compute Resources (Microsoft Certified: Azure Administrator Associate) FAQ
What is in the Microsoft Certified: Azure Administrator Associate Deploy and Manage Azure Compute Resources syllabus?
Deploy and Manage Azure Compute Resources is split into 3 chapters — Virtual Machines, Scaling and Automation and Containers and App Services, containing 12 topics and 20 sub-topics in total.
How many chapters are there in Deploy and Manage Azure Compute Resources for Microsoft Certified: Azure Administrator Associate?
3 chapters. Deploy and Manage Azure Compute Resources accounts for about 16% of the topics in the whole Microsoft Certified: Azure Administrator Associate syllabus (12 of 77).
How long should I spend on Deploy and Manage Azure Compute Resources for Microsoft Certified: Azure Administrator Associate?
Budget around 15 hours for a first pass through Deploy and Manage Azure Compute Resources — about 45 minutes per topic plus 12 minutes per sub-topic across its 12 topics. Add revision cycles on top.
Are there flashcards for Microsoft Certified: Azure Administrator Associate Deploy and Manage Azure Compute Resources?
Yes — a 50-card Deploy and Manage Azure Compute Resources deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.