Microsoft AZ-500: Key Management, Cryptography and Certificates — 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

Key management on Azure centers on Azure Key Vault and Azure Managed HSM. These services provide secure storage of cryptographic material, consistent APIs, and auditable operations that underpin encryption at rest, in transit, and application-layer cryptography. The operational goal is to separate key custodianship from application runtime, minimize blast radius with scoped authorization and networking, and enforce recoverability and rotation to reduce long-lived secret risk.

Azure Key Vault and Managed HSM Architecture and Authorization

Azure Key Vault architecture

Authorization model

Managed HSM

Objects and Lifecycle: Keys, Secrets, Certificates, and Rotation

Keys, secrets, certificates

Lifecycle operations and rotation

Certificate management

Example RBAC assignment for least-privilege certificate operations:

az role assignment create \
  --assignee <userObjectId> \
  --role "Key Vault Certificates Officer" \
  --scope $(az keyvault show -n kv-prod --query id -o tsv)

Network Security and Service Integration

Key Vault networking

Customer-managed keys (CMK) and key URIs

Envelope encryption integration

Example: wrap a DEK with an AKV key

# base64-encode a 32-byte DEK; wrap using RSA-OAEP
az keyvault key wrap-key \
  --vault-name kv-prod \
  --name app-kek \
  --algorithm RSA-OAEP \
  --value $(openssl rand -base64 32)

Cryptography, Data-at-Rest Options, and Secrets Hygiene

Core cryptographic concepts

Azure Disk Encryption and storage encryption

Secrets hygiene and operational practices

Certificate Management Deep-Dive

Practical Problem Scenario

Siemens AG must protect IoT telemetry in Azure, enforce strong key custody for data at rest, and automate certificate and secret rotation across a globally distributed fleet.

  1. Establish vaults and HSM boundaries
  1. Enforce recoverability and guardrails
  1. Centralize authorization using RBAC
  1. Lock down networking with private endpoints
  1. Implement CMK and encryption strategy
  1. Automate key and secret rotation
  1. Operationalize certificates
  1. Validate and monitor

Data · All domains · Security Posture Management and Governance

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