Microsoft AZ-500: Incident Response, Recovery and Resilience — Study Guide

Part of the Microsoft Azure Security Engineer Associate AZ-500 — Study Guide. Practice with verified answers in the Microsoft exam hub, or take timed practice tests on ExamRoll.io.

Overview

Incident response, recovery, and resilience in Azure are a continuous capability that blends well-rehearsed operational procedures with platform-native controls. An effective program anticipates failure or compromise, detects and triages quickly, contains blast radius with automation, restores service to defined objectives, preserves immutable evidence, and then hardens the environment based on what was learned. Azure-native services—Microsoft Sentinel, Defender for Cloud, Logic Apps, Azure Backup, Azure Site Recovery (ASR), DDoS Protection, Web Application Firewall (WAF), Traffic Manager/Front Door, and Microsoft Entra—provide the building blocks. The design imperative is to pre-stage the right telemetry, identity break-glass pathways, and automated enforcement so that teams can execute within minutes, not hours.

Incident response lifecycle and Sentinel operations

Sentinel triage, evidence collection, investigation, and case management

Automated containment and workflow orchestration

Example: quarantine a VM NIC in seconds

# Create a high-priority deny-all inbound NSG rule and associate a quarantine NSG to the NIC
az network nsg rule create -g rg-prod -n QuarantineDenyAll --nsg-name nsg-quarantine \
  --priority 100 --access Deny --direction Inbound --protocol '*' --source-address-prefixes '*' \
  --source-port-ranges '*' --destination-address-prefixes '*' --destination-port-ranges '*'

az network nic update -g rg-prod -n vm1-nic --network-security-group nsg-quarantine

Token revocation for a compromised user

az rest --method POST \
  --uri "https://graph.microsoft.com/v1.0/users/user@contoso.com/revokeSignInSessions"

Backup, replication, RTO/RPO, and resilience

Azure Backup security

Azure Site Recovery (ASR)

Selecting architecture to meet RTO/RPO

Operational reasoning: replication delivers small RPO at higher ongoing cost; backups deliver cheaper long-term retention but slower RTO/RPO. Mix per tier to match business impact analysis.

Network defense, forensics, continuity, and hardening

Azure DDoS response, WAF tuning, and traffic-management failover

Forensics: logs and immutable retention

Break-glass and continuity controls

Post-incident hardening

Practical Problem Scenario

Starbucks experiences a surge of suspicious sign-ins followed by anomalous storage egress from a production subscription hosting an order API. The security team must contain, investigate, and restore service while preserving evidence and meeting a two-hour RTO and 15-minute RPO for the API tier.

  1. Automate triage and contain the blast radius
  1. Preserve evidence with immutability
  1. Recover service to RTO/RPO
  1. Remediate identity and secrets
  1. Post-incident hardening and validation

Hybrid and Multi-Cloud Security · All domains

Practice these questions → · Timed practice on ExamRoll.io →

Pass the whole exam — not just this question

You found this answer. Get every verified question and explanation in one place, and save hours of prep. Free to start.

Pass your exam →

Browse Microsoft →

Related guides

All-in-one access

One subscription. Every exam.

Every plan unlocks unlimited answer search, practice tests, AI explanations, and the full resource library — in 20+ languages.

Monthly
24.87
Just €0.83/day
Everything included:
  • Unlimited answer search
  • Unlimited practice tests
  • AI-powered explanations
  • Full resource library
  • 20+ languages
  • Weekly content updates
  • Rewards & referrals
  • Priority support
Start free trial

No credit card required*

Best value
12 months
179.87
Just €0.49/daySave 40%
Everything included:
  • Unlimited answer search
  • Unlimited practice tests
  • AI-powered explanations
  • Full resource library
  • 20+ languages
  • Weekly content updates
  • Rewards & referrals
  • Priority support
Start free trial

No credit card required*

✓ Free plan included · ✓ Cancel anytime · ✓ All plans unlock the full product