Glossary · IT & Cloud

AZ-305 Glossary: Key Azure Architecture Terms

expert

A free AZ-305 glossary defining the key Azure architecture terms - management groups, RBAC, availability zones, RTO, RPO, Site Recovery and more - in plain English.

By The Exam Atlas Editorial Team · Verified 2026-06-05

Key AZ-305 terms in plain English. This exam is about design judgement, so understanding what each concept is for - and the trade-off it represents - matters more than memorising definitions.

TermDefinition
Solutions Architect ExpertThe expert-level Azure credential earned by passing AZ-305, certifying you can design Azure solutions.
Microsoft EntraAzure’s identity and access service (formerly Azure Active Directory) for authenticating users and applications.
Conditional accessA policy feature in Microsoft Entra that grants or blocks access based on signals such as user, device, location and risk.
Hybrid identityAn identity model that connects on-premises Active Directory with Microsoft Entra so users have one identity across both.
Azure PolicyA governance service that enforces rules on resources, such as allowed regions or required tags, to keep deployments compliant.
RBACRole-Based Access Control: granting permissions by assigning roles to users, groups or identities at a defined scope.
Management groupA container above subscriptions used to apply governance, policy and access across many subscriptions at once.
SubscriptionA billing and management boundary in Azure that groups resources and applies limits and policies.
Hub-and-spokeA network topology with a central hub VNet for shared services and peered spoke VNets for workloads.
Private endpointA network interface that connects privately to an Azure service over the Microsoft backbone, avoiding the public internet.
Azure MigrateA service for assessing and migrating on-premises servers, databases and apps to Azure.
Availability zoneA physically separate location within an Azure region, used to design for high availability against datacentre failure.
Region pairTwo linked Azure regions used together for resilience and disaster recovery.
Azure SQL DatabaseA managed relational database service for cloud-native applications.
SQL Managed InstanceA managed SQL service offering near-full SQL Server compatibility for lift-and-shift migrations.
Cosmos DBA globally distributed, multi-model NoSQL database with tunable consistency.
Azure BackupA service for backing up and restoring Azure (and on-premises) data and workloads.
Azure Site RecoveryA disaster-recovery service that replicates workloads to another region and orchestrates failover.
RTORecovery Time Objective: the maximum acceptable time to restore a system after an outage.
RPORecovery Point Objective: the maximum acceptable amount of data loss, expressed as the age of the last recoverable data.
High availabilityDesigning a system to keep running despite component failures, typically with redundancy across zones or regions.
Disaster recoveryThe plan and tooling to restore service in another location after a major outage.
Well-Architected FrameworkMicrosoft’s set of design principles (reliability, security, cost, operational excellence, performance) for evaluating architectures.
Landing zoneA pre-configured, governed Azure environment that provides a secure, scalable foundation for workloads.

FAQ

What is the difference between RTO and RPO?
RTO (Recovery Time Objective) is how quickly a system must be restored after an outage. RPO (Recovery Point Objective) is how much data loss is acceptable, measured as the maximum age of recoverable data. Both shape business-continuity design.

Sources