Azure Architecture and Services¶
This domain currently represents 35–40% of the AZ-900 exam. It is the largest section.
Lessons¶
- Core architectural components
- Compute choices: VMs, containers, and functions
- VM options and required resources
- Application hosting: Web Apps, containers, and virtual machines
- Azure networking: VNets, connectivity, security, and traffic distribution
- Public and private endpoints
- Azure Storage services and account types
- Storage tiers and redundancy
- File movement and migration tools
- Microsoft Entra ID and Domain Services
- Authentication: SSO, MFA, passwordless, and Conditional Access
- Authorization and security: RBAC, Zero Trust, defense in depth, and Defender for Cloud
- Exam cheat sheet
- Practice quiz
- Answer key
High-value comparisons¶
| Requirement | Likely answer |
|---|---|
| VM instances managed and scaled together | Virtual Machine Scale Sets |
| Connect a VM privately to a subnet | Network interface with a private IP |
| Persistent operating system storage for a VM | Managed OS disk |
| Isolated private network in Azure | Virtual Network |
| Encrypted hybrid connection over the public internet | VPN Gateway |
| Private hybrid connection that avoids the public internet | ExpressRoute |
| Rule-based traffic filtering on a subnet | Network security group |
| Route web traffic by URL path, or block web attacks | Application Gateway, with WAF |
| RDP or SSH to a VM with no public IP | Azure Bastion |
| Objects such as images, video, and backups | Blob Storage |
| Managed SMB/NFS file share | Azure Files |
| Identity directory | Microsoft Entra ID |
| Who can perform an action at a scope | Azure RBAC |
The lesson list follows the current official AZ-900 skills measured.
Related Cloud Concepts lessons¶
Some foundational topics were introduced earlier in the study sequence and are also covered directly by this section:
Review those pages if you need a refresher before starting this section.