
Microsoft Certified: Cybersecurity Architect Expert
Master the art of designing zero trust architectures and advanced security strategies to protect enterprise assets across cloud, hybrid, and multi-cloud environments.
Exam syllabus, organized by domain
Try a real question
Sample Microsoft Certified: Cybersecurity Architect Expert 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.
A custom Azure Policy has been submitted to ensure new storage accounts cannot be created with public network access. The policy rule in the code block uses an audit-only approach. Review the code and identify the modification needed to make the control proactive rather than reactive.
{
"properties": {
"policyType": "Custom",
"mode": "All",
"policyRule": {
"if": {
"field": "Microsoft.Storage/storageAccounts/publicNetworkAccess",
"equals": "Enabled"
},
"then": {
"effect": "Audit"
}
}
}
}Frequently asked questions
Key facts about the Microsoft Certified: Cybersecurity Architect Expert certification and how to prepare for it.
Skills & Requirements
What you need to know before attempting the Microsoft Certified: Cybersecurity Architect Expert exam.
Compare related certifications
Explore other certifications in the same category and see how they stack up.
Related articles
Learn more about Cloud Computing with these guides.




