Microsoft Certified: Cybersecurity Architect Expert
Microsoft logo

Microsoft Certified: Cybersecurity Architect Expert

SC-100

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.

MasterDesign solutions that align with security best practices and priorities

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.

json
{
  "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.