dc dotCreds
Reference guide

AZ-305 Course Notes

Study AZ-305 section notes, then jump straight into the guided course or related practice questions without losing your place.

Continue Course Start Practice
Checking access

Checking Pro access...

Looking for your active Pro access before showing Course Notes. This usually takes just a moment.

Course Notes preview

Unlock Pro for the full per-exam reference guide.

Preview one piece from each section. Pro includes every Course Notes section, summary, key point, common mistake, exam tip, related-question review, and PDF export.

Includes full Course Mode and Course Notes.

Section 1 Identity & Governance Foundations Preview
More in this section
  • Full summary in Pro version
  • 16 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 31 more related questions in Pro version

Summary

AZ-305 identity decisions start with the tenant and governance hierarchy, not with individual role assignments. A landing zone should separate platform, shared services, and workload subscriptions under management groups so Azure Policy and selected RBAC assignments inherit consistently. Resource-group RBAC can be right for one application team, but enterprise governance belongs higher in the hierarchy when allowed locations, tagging rules, and monitoring baselines must apply across many subscriptions.

Key Points

  • Microsoft Entra ID: Choose this when the architecture needs a cloud identity boundary for users, groups, applications, Conditional Access, and workload authentication across Microsoft cloud services.

Common Mistakes

  • Designing one flat subscription model when the requirement needs management group inheritance and landing-zone governance.

Exam Tips

  • Use management groups for inherited enterprise governance and subscriptions for workload ownership boundaries.
Section 2 Scenario & Applied Design Preview
More in this section
  • Full summary in Pro version
  • 7 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 2 more related questions in Pro version

Summary

Hybrid identity architecture usually asks how users authenticate while the organization still depends on on-premises Active Directory. Password Hash Synchronization is the simplest cloud authentication strategy because Microsoft Entra ID can validate sign-ins without contacting on-premises federation servers. It reduces dependency on AD FS availability, but it still requires careful synchronization health monitoring and a clear decision about which identity attributes are authoritative on-premises.

Key Points

  • Password Hash Synchronization: Choose this when users should authenticate to Microsoft Entra ID with synchronized password hashes instead of relying on federation servers for every cloud sign-in.

Common Mistakes

  • Choosing federation by habit when Password Hash Synchronization would meet the authentication requirement with less infrastructure dependency.

Exam Tips

  • Password Hash Synchronization is usually the lower-complexity hybrid sign-in choice compared with federation.
Section 3 Troubleshooting & Optimization Preview
More in this section
  • Full summary in Pro version
  • 11 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 2 more related questions in Pro version

Summary

Key Vault architecture is about reducing where secrets, keys, and certificates live. Centralizing them in Key Vault lets applications retrieve sensitive material at runtime instead of storing it in configuration files, deployment pipelines, or code. The architect tradeoff is latency and dependency on a managed service versus the much higher risk of distributed secrets and inconsistent rotation practices.

Key Points

  • Azure Key Vault: Choose this when secrets, keys, and certificates need centralized storage, controlled access, logging, and separation from application code or configuration.

Common Mistakes

  • Choosing Premium Key Vault for every secret scenario instead of reserving it for HSM-protected key requirements.

Exam Tips

  • Standard Key Vault fits most secrets, keys, and certificates; Premium is the HSM-backed key clue.
Section 4 Data Storage Design Preview
More in this section
  • Full summary in Pro version
  • 18 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 37 more related questions in Pro version

Summary

Relational database selection starts with platform fit. Azure SQL Database is the clean PaaS choice for modern single databases and elastic scale patterns, while SQL Managed Instance is better when migration compatibility, instance-level features, SQL Agent, cross-database behavior, or near-lift-and-shift SQL Server migration matters. SQL on Azure VMs gives the most control, but AZ-305 usually expects the architect to choose PaaS unless the workload needs operating system or SQL Server instance control that PaaS cannot provide.

Key Points

  • Azure SQL Database: Choose this when a relational workload can use a managed PaaS database without instance-level SQL Server dependencies.

Common Mistakes

  • Choosing SQL Managed Instance for every relational workload when Azure SQL Database is the cleaner PaaS option for modern single databases.

Exam Tips

  • Use Azure SQL Database for modern managed relational PaaS; use SQL Managed Instance for broader SQL Server compatibility.
Section 5 Business Continuity & DR Preview
More in this section
  • Full summary in Pro version
  • 12 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 17 more related questions in Pro version

Summary

Business continuity design begins by classifying workloads by business impact, not by picking a recovery service first. A low-RTO payment system may justify active-active or warm standby investment, while an internal reporting workload may only need backup and documented restore steps. RTO and RPO translate business tolerance into architecture choices, and the cost rises sharply as tolerated downtime and data loss approach zero.

Key Points

  • Recovery Time Objective: Choose this when the business needs a maximum acceptable outage duration to drive recovery architecture and cost decisions.

Common Mistakes

  • Starting with Site Recovery before classifying the workload by RTO, RPO, and business impact.

Exam Tips

  • Translate business impact into RTO and RPO before selecting services.
Section 6 Infrastructure Design Preview
More in this section
  • Full summary in Pro version
  • 23 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 55 more related questions in Pro version

Summary

Compute selection should start with workload shape, not a favorite Azure service. B-series VMs fit bursty low-cost workloads, D-series fits balanced general-purpose needs, and compute-optimized sizes fit CPU-heavy processing. App Service is a strong default for managed web apps, while App Service Environment is justified when isolation, network control, or dedicated hosting boundaries outweigh the cost and management overhead.

Key Points

  • B-series VM: Choose this when a workload is normally idle or lightly used but needs occasional CPU bursts at low cost.

Common Mistakes

  • Choosing AKS when Container Apps would satisfy serverless container scaling without cluster operations.

Exam Tips

  • Use App Service for managed web apps; use App Service Environment when isolation and network control justify the cost.