Microsoft AZ-500: Identity and Access Management — 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

Identity and Access Management (IAM) in Microsoft Azure is centered on Microsoft Entra ID (formerly Azure AD). It governs who can access which resources, under what conditions, and with what privileges. Effective IAM architecture minimizes standing privilege, enforces conditional and risk-based access, and adopts modern authentication for both humans and workloads while supporting hybrid and external collaboration scenarios.

Microsoft Entra Identity Constructs and Scopes

Access Control with Azure RBAC and Least Privilege

{
  "Name": "Storage Blob Reader (TagsBlocked)",
  "IsCustom": true,
  "Description": "Read blobs; no tag write",
  "Actions": [
    "Microsoft.Storage/storageAccounts/blobServices/containers/read",
    "Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read"
  ],
  "NotActions": [
    "Microsoft.Resources/tags/write"
  ],
  "AssignableScopes": ["/subscriptions/00000000-0000-0000-0000-000000000000"]
}

Privileged Access, Conditional Access, and Identity Protection

Hybrid and Workload Identities

az ad app federated-credential create \
  --id <app-object-id> \
  --parameters '{
    "name":"gh-actions-main",
    "issuer":"https://token.actions.githubusercontent.com",
    "subject":"repo:contoso/api:environment:prod",
    "audiences":["api://AzureADTokenExchange"]
  }'
az aks update -n aks-prod -g rg-aks --attach-acr myRegistry

External Collaboration, Authentication Methods, and App Access

az ad app update --id <app-id> --required-resource-access @permissions.json
az ad sp update --id <sp-id> --set appRoleAssignmentRequired=true

Practical Problem Scenario

Adobe Inc. needs to grant a third-party vendor temporary administrative access to a subset of Azure resources and publish an internal legacy web app to the vendor, enforcing strong authentication and zero standing privilege.

  1. Scope and model access
  1. Govern identity and activation with PIM
  1. Enforce Conditional Access and risk policies
  1. Publish the legacy app with Microsoft Entra application proxy
  1. Secure workload and app credentials
  1. Protect break-glass and monitor

All domains · Network Security Architecture

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