Skip to content

andyphamaus/az-104-study-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

Microsoft Azure Administrator (AZ-104) Study Guide 2026

A comprehensive, community-driven study guide for the Microsoft Azure Administrator Associate (AZ-104) certification exam.

πŸ“‹ Exam Overview

Detail Info
Exam Code AZ-104
Duration 120 minutes
Questions 40-60 questions
Passing Score 700 / 1000
Cost $165 USD
Format Multiple choice, drag-and-drop, case studies

πŸ“š Exam Domains

Domain Weight
1. Manage Azure Identities and Governance 15-20%
2. Implement and Manage Storage 15-20%
3. Deploy and Manage Azure Compute Resources 20-25%
4. Implement and Manage Virtual Networking 15-20%
5. Monitor and Maintain Azure Resources 10-15%

πŸ—ΊοΈ Study Roadmap

Phase 1: Identity & Governance (Week 1-2)

  • Azure AD (Entra ID) β€” Users, Groups, RBAC
  • Subscriptions, Management Groups, Resource Groups
  • Azure Policy, Blueprints, Resource Locks
  • Cost Management, Tagging strategies

Phase 2: Storage (Week 2-3)

  • Storage Accounts β€” Blob, File, Table, Queue
  • Blob access tiers (Hot, Cool, Archive)
  • Azure Files, Azure File Sync
  • Storage redundancy (LRS, ZRS, GRS, RA-GRS)
  • AzCopy, Storage Explorer, Import/Export

Phase 3: Compute (Week 3-5)

  • Virtual Machines β€” sizing, availability sets, scale sets
  • Azure App Service β€” Web Apps, deployment slots
  • Azure Container Instances (ACI)
  • Azure Kubernetes Service (AKS) basics
  • ARM templates, Bicep, Azure CLI, PowerShell

Phase 4: Networking (Week 5-6)

  • Virtual Networks, Subnets, NSGs, ASGs
  • VNet Peering, VPN Gateway, ExpressRoute
  • Azure Load Balancer, Application Gateway
  • Azure DNS, Private DNS, Azure Firewall
  • Network Watcher, IP flow verify, NSG diagnostics

Phase 5: Monitoring (Week 7)

  • Azure Monitor β€” Metrics, Logs, Alerts
  • Log Analytics, KQL queries
  • Azure Backup, Recovery Services vault
  • Azure Site Recovery (ASR)

Phase 6: Practice (Week 8)

  • Full-length practice exams
  • Review weak areas
  • Hands-on labs in Azure Portal

πŸ“ Key Concepts Cheat Sheet

Identity & Governance

  • Entra ID (Azure AD): Cloud identity service, SSO, MFA
  • RBAC: Owner > Contributor > Reader. Scope: Management Group > Subscription > Resource Group > Resource
  • Azure Policy: Enforce rules (e.g., "only allow certain VM sizes")
  • Resource Locks: CanNotDelete or ReadOnly β€” prevents accidental changes

Storage

  • Blob Types: Block (files), Page (VHDs), Append (logs)
  • Access Tiers: Hot (frequent), Cool (30-day min), Archive (180-day min)
  • Redundancy: LRS (3 copies, 1 datacenter), ZRS (3 AZs), GRS (2 regions)
  • SAS Tokens: Delegated access with time limits and permissions

Compute

  • VM Availability Sets: Fault Domains (rack) + Update Domains (maintenance)
  • VMSS: Auto-scale VMs based on metrics or schedule
  • App Service Plans: Free, Shared, Basic, Standard, Premium, Isolated
  • Deployment Slots: Staging β†’ Swap β†’ Production (zero downtime)

Networking

  • NSG Rules: Priority (100-4096), lower = higher priority
  • VNet Peering: Non-transitive! A↔B and B↔C β‰  A↔C
  • Load Balancer: Layer 4 (TCP/UDP). App Gateway: Layer 7 (HTTP/HTTPS)
  • VPN Gateway: Site-to-Site (IPsec), Point-to-Site (client VPN)
  • ExpressRoute: Private connection, not over internet

Monitoring

  • Azure Monitor: Metrics (numeric time-series) + Logs (structured, KQL)
  • Action Groups: Notifications + actions when alert fires
  • Backup: MARS agent (files), Azure Backup (VMs), soft delete (14 days)

πŸ”— Study Resources

Official Microsoft

Practice Tests

Video Courses

πŸ’‘ Exam Tips

  1. Know Azure CLI AND PowerShell β€” Questions test both
  2. Understand NSG rule evaluation order β€” lowest priority number wins
  3. RBAC inheritance β€” Permissions flow downward through scope hierarchy
  4. Storage redundancy β€” Know when to use LRS vs ZRS vs GRS vs RA-GRS
  5. Hands-on practice is essential β€” Use Azure free account ($200 credit)

🀝 Contributing

PRs welcome! Help us keep this guide up-to-date.

πŸ“„ License

MIT License


Good luck with your AZ-104 exam! πŸš€

Need more practice? Try ExamCert β€” free IT certification practice tests for 30+ exams including AZ-104.

About

πŸ“š Microsoft Azure Administrator (AZ-104) study guide β€” roadmap, cheat sheet, practice resources

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors