CertGrid
Microsoft Study Guide

AZ-500: Azure Security Engineer Associate Study Guide

The AZ-500: Azure Security Engineer Associate exam validates your ability to implement, manage, and monitor security across Azure identity, platform, operations, and data/applications. It is aimed at security engineers who manage identity and access, secure networks and compute, run security operations with Defender for Cloud and Microsoft Sentinel, and protect data, keys, and applications. Expect 40-60 scenario-based questions in 120 minutes, with a scaled passing score of 700.

Domain 1: Manage Identity and Access

Key concepts you must know · 178 practice questions

Domain 2: Implement Platform Protection

Key concepts you must know · 166 practice questions

Domain 3: Manage Security Operations

Key concepts you must know · 165 practice questions

Domain 4: Secure Data and Applications

Key concepts you must know · 179 practice questions

AZ-500 exam tips

Study guide FAQ

How is the AZ-500 exam structured and scored?

You get about 40-60 questions in 120 minutes across four domains, including multiple choice, multiple response, drag-and-drop, and occasionally case studies. The score is scaled from 1 to 1000 and you need 700 or higher to pass; the four domains are weighted roughly evenly, so do not neglect any area.

What is the difference between Microsoft Defender for Cloud and Microsoft Sentinel on the exam?

Defender for Cloud is a cloud security posture management and workload protection tool: it scores your security posture, gives recommendations, runs JIT VM access, and provides Defender plans for servers, storage, containers, and SQL. Sentinel is the cloud-native SIEM/SOAR that ingests logs via connectors, correlates them with analytics rules (including Fusion ML), supports hunting, and automates response with playbooks and automation rules.

When should I use a private endpoint versus a service endpoint?

Use a private endpoint when you need full isolation: it assigns the PaaS resource a private IP in your VNet, lets you disable public network access entirely, and requires a linked private DNS zone (e.g., privatelink.database.windows.net). Use a service endpoint when it is enough to keep traffic on the Azure backbone and restrict the resource's firewall to a specific subnet; the resource still has a public endpoint, just locked down by VNet rules.

How do I pick the right key/secret protection answer (Key Vault tiers, TDE, Always Encrypted)?

Match the requirement: choose Always Encrypted when even DBAs must not see plaintext (keys stay client-side), TDE for transparent at-rest encryption (BYOK for key control with zero-downtime rotation), and Managed HSM when FIPS 140-2 Level 3 and single-tenant HSM isolation are required. For Key Vault hardening, expect soft delete + purge protection, RBAC over access policies, versionless secret URIs, and private endpoints with public access disabled.