Microsoft Certified: Azure Fundamentals
AZ-900
Validate foundational cloud knowledge and Azure services. Ideal for beginners seeking to start their cloud journey with Microsoft Azure.
Exam syllabus, organized by domain
Try a real question
Sample Microsoft Certified: Azure Fundamentals exam question
Answer this question the same way you would on exam day. No sign-up needed — one random question, three tries to swap it out.
FoundationDescribe Azure architecture and services
Examine the ARM template. What Azure resource does it create?
json
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"resources": [
{
"type": "Microsoft.Network/virtualNetworkGateways",
"apiVersion": "2022-01-01",
"name": "myVpnGateway",
"properties": {
"gatewayType": "Vpn",
"vpnType": "RouteBased"
}
}
]
}Frequently asked questions
Key facts about the Microsoft Certified: Azure Fundamentals certification and how to prepare for it.
Skills & Requirements
What you need to know before attempting the Microsoft Certified: Azure Fundamentals exam.
Compare related certifications
Explore other certifications in the same category and see how they stack up.

