Common Pitfalls to Avoid
-
Shared Responsibility Confusion
-
Microsoft secures the infrastructure (datacenters, hardware).
-
You secure data, identities, applications, and configurations.
-
Exam trap: If the question says “Microsoft secures VM OS patches”, that’s false — that’s your job.
-
-
Defender for Cloud vs Sentinel
-
Defender for Cloud = recommendations, Secure Score, workload protection.
-
Sentinel = SIEM/SOAR for threat analytics and automated responses.
-
Exam trap: “Which service provides a Secure Score?” → Defender, not Sentinel.
-
-
Key Vault Confusion
-
Secrets = passwords, API keys.
-
Keys = encryption/signing operations.
-
Certificates = SSL/TLS.
-
Exam trap: If requirement is “store app credentials securely,” answer is Key Vault, not Storage Account.
-
-
Policy vs RBAC vs Blueprints
-
Policy = enforce compliance rules (e.g., all storage must be encrypted).
-
RBAC = manage access to resources.
-
Blueprints = package of policies + RBAC + templates.
-
Exam trap: “Restrict which VM SKUs can be deployed” → Policy, not RBAC.
-
-
Zero Trust Misunderstandings
-
Zero Trust = never trust, always verify.
-
Requires MFA, least privilege, monitoring.
-
Exam trap: “Zero Trust assumes everything inside the network is safe.” (False).
-
Quick Recall Hacks
-
“Improve compliance, Secure Score” → Defender for Cloud
-
“Centralized analytics across Azure, AWS, on-prem” → Sentinel
-
“Store passwords, keys, SSL certs securely” → Key Vault
-
“Deny creation of non-compliant resources” → Azure Policy
-
“Standardize governance across subscriptions” → Blueprints
-
“Just-in-time admin privileges” → PIM
-
“Never trust, always verify” → Zero Trust
What to Expect in the Exam
-
At least one Shared Responsibility question.
-
Questions about Defender vs Sentinel differences.
-
Several scenario questions around Policies and RBAC.
-
A question about Key Vault (usually API keys or certificates).
-
A conceptual question on Zero Trust principles.
Final Exam Strategy
-
Read carefully: is the question about identity, workload, or governance?
-
If it’s about compliance enforcement → Policy.
-
If it’s about securing secrets → Key Vault.
-
If it’s about monitoring threats across environments → Sentinel.
-
If it’s about improving Secure Score → Defender for Cloud.
-
Always apply least privilege + Zero Trust mindset.