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 CourseStart PracticePDF downloads available in Pro.
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 1Identity & Governance FoundationsPreview
More in this section
  • 4 more summary sections in Pro version
  • 16 more key points in Pro version
  • 29 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.
Section 2Scenario & Applied DesignPreview
More in this section
  • 4 more summary sections in Pro version
  • 7 more key points 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.
Section 3Troubleshooting & OptimizationPreview
More in this section
  • 4 more summary sections in Pro version
  • 11 more key points 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.
Section 4Data Storage DesignPreview
More in this section
  • 4 more summary sections in Pro version
  • 18 more key points in Pro version
  • 35 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.
Section 5Business Continuity & DRPreview
More in this section
  • 4 more summary sections in Pro version
  • 12 more key points in Pro version
  • 15 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.
Section 6Infrastructure DesignPreview
More in this section
  • 4 more summary sections in Pro version
  • 23 more key points in Pro version
  • 53 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.