Glossary
Search Azure terms
Open a clear definition, then continue into exam context, architecture, commands, operational examples, common mistakes, and related concepts.
Search all
Commands
Learning guides
Concept graph
Compare
Search-first Azure knowledge base
Term results
Search for a term or click a category. Results render only after you ask for them, so the glossary does not dump every available term on first load. Each result includes Quick peek and Open full term page actions.
Start with a search or a category.
Try managed identity , resource group , az group , private endpoint , or click Databases to load all database-related terms.
Showing 50 of 166 matching terms. Narrow the search to reduce the list.
Monitoring and Observability
premium
Availability result
Availability result is the recorded outcome of an Application Insights availability test run, including whether the probe succeeded, how long it took, and where it ran. In Azure, teams encounter it when teams query Azure Monitor Logs after a synthetic web test reports failures, slow responses, or regional differences. The useful question is what behavior
Availability
intermediate
4 commands
Aliases: AppAvailabilityResults, availability test result, Application Insights availability result
Quick peek
Open full term page
Compute
premium
Availability set
Availability set is a placement group for Azure virtual machines that spreads instances across separate fault and update domains inside one datacenter. In Azure, teams encounter it when architects deploy two or more classic VM instances for an application tier that still needs datacenter-level hardware separation. The useful question is what behavior it proves, who
Availability
fundamentals
4 commands
Aliases: VM availability set, fault domain set, update domain set
Quick peek
Open full term page
Monitoring and Observability
premium
Availability test
Availability test is an outside-in monitor that repeatedly calls a public HTTP or HTTPS endpoint and records whether it responded quickly enough. In Azure, teams encounter it when product teams need synthetic checks for websites, APIs, or critical external dependencies before users report an outage. The useful question is what behavior it proves, who owns
Availability
intermediate
4 commands
Aliases: Application Insights availability test, web test, standard test, synthetic test
Quick peek
Open full term page
Compute
premium
Availability zone
Availability zone is a physically separate zone inside an Azure region with independent datacenter infrastructure such as power, cooling, and networking. In Azure, teams encounter it when architects choose whether a workload should pin resources to one zone or spread service instances across multiple zones. The useful question is what behavior it proves, who owns
Availability
fundamentals
4 commands
Aliases: Azure availability zone, zone, zone-redundant deployment, zonal deployment
Quick peek
Open full term page
Compute
premium
Availability zone strategy
An availability zone strategy answers a practical question: if part of a region has a problem, what keeps the workload alive? Azure availability zones are separate groups of datacenters inside a supported region, and they are designed with independent power, cooling, and networking. That does not mean every resource automatically becomes zone-resilient. Microsoft Learn anchors this term in What are Azure availability zones?, but this field-manual definition is intentionally wider than an older short glossary entry because the page must teach what to inspect, what can break, who owns the.
Operational hygiene
fundamentals
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
premium
PostgreSQL high availability
PostgreSQL high availability means Azure keeps a standby flexible server ready so the database can continue after certain failures or planned failover events. Instead of relying on one server instance, the primary and standby are kept in sync. Depending on the design, the standby can be in the same availability zone or a different zone. This reduces downtime risk, but it does not remove every responsibility. Applications still need retry logic, connection handling, monitoring, tested failover procedures, and a cost owner because high availability adds real infrastructure.
PostgreSQL flexible server
intermediate
6 commands
Aliases: PostgreSQL high availability, postgresql high availability, Azure Database for PostgreSQL flexible server
Quick peek
Open full term page
Databases
premium
MySQL high availability
MySQL high availability means a MySQL Flexible Server configuration that keeps standby capacity available to reduce downtime during maintenance or failures. You see it when teams protect production databases for commerce, healthcare, finance, SaaS, and internal systems from planned or unexpected outages. Think of it as database resilience built into the server, not a complete disaster-recovery plan. It matters because the setting changes how teams design, secure, operate, and troubleshoot the workload. Before changing it in production, know the owner, dependency, evidence, expected result, and rollback path.
Azure Database for MySQL
intermediate
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Compute
field-manual-complete
VM availability set
A VM availability set is a logical grouping that helps Azure spread related virtual machines across fault domains and update domains. It reduces correlated hardware or maintenance impact for workloads that run multiple VM instances in one region or datacenter area.
Virtual Machines
intermediate
5 commands
Aliases: availability set, Azure availability set, fault domain set, update domain set
Quick peek
Open full term page
Databases
command-rich
Cosmos DB for Apache Cassandra
Azure Cosmos DB for Apache Cassandra is a managed NoSQL database service that supports Cassandra workloads using CQL, drivers, and compatible tooling.
Data platform
intermediate
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Storage
command-rich
Secondary storage region
The secondary storage region is the other region involved when an Azure Storage account uses geo-redundant options such as GRS or GZRS. Under normal conditions, applications write to the primary region, and Azure asynchronously copies data to the secondary region. Microsoft Learn anchors this term in Data redundancy - Azure Storage, but this field-manual definition is intentionally wider than an older short glossary entry because the page must teach what to inspect, what can break, who owns the decision, and which evidence proves the Azure environment is behaving as intended..
Storage platform
intermediate
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
AI and Machine Learning
premium
Azure OpenAI
Azure OpenAI provides OpenAI model capabilities through Azure resources, deployments, identity, networking, quota, and monitoring controls.
Azure OpenAI
intermediate
8 commands
Aliases: Azure OpenAI Service
Quick peek
Open full term page
Networking
premium
DDoS Protection
Azure DDoS Protection is a network-layer protection service that helps defend Azure public IP resources against distributed denial-of-service attacks using always-on traffic monitoring, adaptive mitigation, telemetry, and response capabilities.
Network security
intermediate
6 commands
Aliases: Azure DDoS Protection, DDoS Network Protection, DDoS IP Protection, distributed denial of service protection
Quick peek
Open full term page
Databases
premium
Eventual consistency
Eventual consistency is the weakest Azure Cosmos DB consistency level, where reads can return a subset of writes and all writes become available eventually. Teams use it to favor low-latency, high-availability reads for workloads that can tolerate temporarily stale or out-of-order data. It is not strong consistency, session consistency, a conflict-resolution strategy, a cache setting, or permission to ignore user-facing correctness requirements. In production, confirm account consistency setting, client overrides, read region, write region, session tokens, replication latency, stale-read tolerance, conflict policy, and application workflows that read after writes before treating the design as healthy or ready for release.
Azure Cosmos DB
intermediate
6 commands
Aliases: eventual consistency level, Cosmos DB eventual consistency, eventually consistent reads
Quick peek
Open full term page
Databases
premium
Failover
Failover is the process of moving an application, database, or service workload from a primary resource to a secondary resource when the primary is unavailable, unhealthy, or intentionally switched. Teams use it to keep a business service running by directing traffic, reads, writes, or recovery operations to a standby region, zone, replica, failover group, or disaster recovery target. It is not a backup by itself, a promise of zero data loss, automatic repair for every dependency, or proof that clients, DNS, identity, and downstream services will follow correctly.
Business continuity
intermediate
6 commands
Aliases: service failover, regional failover, database failover, planned failover, unplanned failover
Quick peek
Open full term page
Compute
premium
Fault domain
A Fault domain is a logical group of Azure infrastructure that shares a common failure boundary, such as power, cooling, or network equipment, used to spread related virtual machines. Teams use it to reduce the chance that one physical infrastructure problem takes down every instance of the same application tier at the same time. It is not an availability zone, backup copy, application health probe, exact rack identifier exposed to customers, or guarantee that every dependency is isolated from every other dependency.
Virtual Machines
intermediate
6 commands
Aliases: Azure fault domain, platform fault domain, availability set fault domain, VM fault domain
Quick peek
Open full term page
Compute
premium
Flexible orchestration
Flexible orchestration is a Virtual Machine Scale Sets mode that lets Azure manage a group of VMs while exposing individual instances through standard Azure IaaS VM APIs. Teams use it to run highly available or mixed virtual machine workloads that need scale-set grouping, instance-level VM control, spreading, load balancing, and more flexible lifecycle management than uniform orchestration. It is not an autoscale rule by itself, a way to change an existing scale set orchestration mode after creation, a replacement for application failover, or a guarantee that every VM size supports every feature.
Virtual Machine Scale Sets
intermediate
6 commands
Aliases: VMSS flexible orchestration, Flexible scale set orchestration, Azure VM Scale Sets flexible mode
Quick peek
Open full term page
Databases
premium
Flexible server
A flexible server is the Azure Database deployment model for managed PostgreSQL or MySQL servers with configurable compute, storage, availability, maintenance, backup, and networking options. Teams use it to host managed relational databases with more control over maintenance windows, compute tiers, backup retention, high availability, private networking, stop-start behavior, and performance settings. It is not a self-managed VM database, a single-server compatibility promise, a free unlimited database tier, or proof that schema design, indexes, failover, and application connection pooling are correct.
Azure managed databases
intermediate
6 commands
Aliases: Azure Database flexible server, PostgreSQL flexible server, MySQL flexible server, managed flexible database server
Quick peek
Open full term page
Databases
premium
PostgreSQL flexible server
The managed Azure PostgreSQL server resource that owns compute, storage, backups, networking, high availability, parameters, and databases.
PostgreSQL flexible server
fundamentals
6 commands
Aliases: PostgreSQL flexible server, postgresql flexible server, Azure Database for PostgreSQL flexible server, managed PostgreSQL, backup retention, high availability, private access
Quick peek
Open full term page
Web
premium
Web App
A Web App is an Azure App Service application for hosting web applications, REST APIs, or mobile back ends without managing servers. It runs on an App Service plan, supports common language stacks or containers, and integrates with deployment, scaling, networking, identity, and monitoring features.
App Service
intermediate
6 commands
Aliases: Azure Web App, App Service Web App, Microsoft.Web/sites, App Service app
Quick peek
Open full term page
Storage
premium
Access tier
An access tier is the storage temperature for blob data. Hot is for frequent access, cool and cold are for less frequent access, and archive is cheapest to store but slowest to retrieve. Choose tiers based on real lifecycle and retrieval needs.
Blob Storage
fundamentals
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Containers
premium
ACR geo-replication
ACR geo-replication keeps container images closer to workloads in multiple regions. Developers push to one registry, and Azure replicates content so regional clusters can pull faster and more reliably, assuming the registry uses the Premium tier.
Azure Container Registry
intermediate
5 commands
Aliases: ACR
Quick peek
Open full term page
Databases
premium
Active connections
Active connections are the current database client sessions using a database service. For Azure SQL Database, Azure Monitor exposes this operational signal through metrics such as Sessions count and Sessions percentage, which help operators spot connection leaks, pool pressure, and client behavior that can affect availability.
Azure SQL monitoring
intermediate
5 commands
Aliases: database active sessions, SQL sessions count, database connection count
Quick peek
Open full term page
Web
premium
App Service diagnostics
Built-in App Service troubleshooting tools and detectors that help diagnose availability, performance, configuration, networking, and runtime problems. It helps learners understand where the concept appears in Azure operations and what to verify before changing it.
App Service
intermediate
5 commands
Aliases: app service diagnostics, diagnostics
Quick peek
Open full term page
Web
premium
App Service Plan
Microsoft Learn describes an App Service plan as the set of compute resources where App Service apps run. The plan defines region, operating system, pricing tier, instance size, scale capacity, and feature availability for one or more hosted apps within the same compute boundary.
App Service hosting plans
intermediate
5 commands
Aliases: Azure App Service plan, serverfarm, App Service hosting plan
Quick peek
Open full term page
Web
premium
App Service scale rule
App Service scale rule is an autoscale rule or automatic scaling configuration that changes App Service capacity when metric thresholds, schedules, or platform load signals require more or fewer instances. Use it to reason about App Service behavior, validate configuration with CLI, and prevent hidden production impact from networking, scaling, recovery, security, or observability changes.
App Service Scaling
intermediate
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Containers
premium
Azure Container Registry
A managed private registry service for building, storing, and managing container images and OCI artifacts for container deployments.
Container images
fundamentals
5 commands
Aliases: ACR
Quick peek
Open full term page
Databases
premium
Azure Database for MySQL Flexible Server
A fully managed Azure database service for MySQL workloads with configurable compute, storage, backups, networking, maintenance, and high availability options.
Managed MySQL
intermediate
5 commands
Aliases: MySQL Flexible Server
Quick peek
Open full term page
Databases
premium
Azure Database for PostgreSQL Flexible Server
A fully managed Azure PostgreSQL service with configurable compute, storage, backups, networking, maintenance, extensions, and high availability options.
Managed PostgreSQL
intermediate
5 commands
Aliases: PostgreSQL Flexible Server
Quick peek
Open full term page
Storage
premium
Azure Elastic SAN
A cloud-native Azure storage area network service that provides scalable, cost-effective, high-performance block storage volumes for compute workloads.
Block storage
intermediate
5 commands
Aliases: Elastic SAN
Quick peek
Open full term page
Monitoring and Observability
premium
Azure Resource Health
Azure Resource Health reports current and past health for individual Azure resources and helps diagnose service-impacting problems.
Operational hygiene
fundamentals
5 commands
Aliases: Azure Resource Health, Azure resource health status, Resource Health, resource availability status
Quick peek
Open full term page
Databases
premium
Azure SQL Business Critical tier
Azure SQL Business Critical tier is a vCore service tier for OLTP workloads that need high transaction rates, low-latency I/O, and high resilience through isolated replicas.
Azure SQL Database
fundamentals
5 commands
Aliases: Azure SQL Business Critical tier, Business Critical tier, BusinessCritical, Premium-like vCore tier, SQL Business Critical
Quick peek
Open full term page
Databases
premium
Azure SQL Database
Azure SQL Database is a fully managed relational database service in Azure that provides SQL Server-compatible engines as single databases, elastic pools, and serverless or provisioned compute choices. Microsoft Learn presents it as platform as a service with built-in availability, backups, patching, scaling, and security integration.
Database
intermediate
5 commands
Aliases: Azure SQL DB, Azure SQL Database, Azure SQL pooled database, Azure SQL single database, SQL Database
Quick peek
Open full term page
Compute
premium
Capacity reservation group
A capacity reservation group is the Azure Compute container that holds one or more on-demand capacity reservations for virtual machines.
Virtual Machines
intermediate
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
premium
Cosmos DB multi-region write
Cosmos DB multi-region write means an active-active account configuration that allows writes in more than one Azure region for lower latency and higher availability. It is the practical label operators use when they decide how application data should be modeled, queried, protected, and monitored in Azure Cosmos DB. In plain English, it explains where developers, platform engineers, and support teams meet: the application wants fast data access, while the platform controls scale, cost, security, and recovery. A good glossary entry helps the team know which setting to inspect, which owner to involve, and which symptoms prove the design works.
Azure Cosmos DB
intermediate
5 commands
Aliases: Azure Cosmos DB multi-region write, cosmos db multi-region write
Quick peek
Open full term page
Integration
premium
Event Hubs dedicated cluster
An Event Hubs dedicated cluster is a single-tenant Dedicated tier Event Hubs deployment that provides reserved capacity for enterprise-scale streaming workloads. Teams use it to run high-volume, low-latency event streaming workloads with isolated capacity instead of sharing a multitenant namespace tier. It is not a single event hub entity, a consumer group, a Kafka cluster you manage yourself, or a small development namespace. In production, confirm the namespace, event hub, partitions, identity, network path, consumer groups, checkpoints, metrics, owner, and rollback plan before treating the stream design as healthy.
Event Hubs
intermediate
5 commands
Aliases: Dedicated Event Hubs cluster, Event Hubs Dedicated tier cluster, Event Hubs cluster
Quick peek
Open full term page
Integration
premium
Event Hubs geo-disaster recovery
Event Hubs geo-disaster recovery pairs namespaces and uses an alias so applications can fail over namespace metadata access to a secondary namespace during a regional disaster. Teams use it to keep a stable connection endpoint for disaster recovery planning when an Event Hubs namespace must move to a paired secondary region. It is not automatic failover, a backup of retained event data in standard metadata Geo-DR, or a replacement for application-level replay and regional processing design.
Event Hubs
intermediate
5 commands
Aliases: Event Hubs Geo-DR, Event Hubs disaster recovery alias, Geo-recovery alias
Quick peek
Open full term page
Containers
premium
Kubernetes Version
Kubernetes Version is the control plane and node version level that determines supported Kubernetes APIs, feature availability, security patches, and upgrade requirements for a cluster.
AKS lifecycle
Intermediate
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Containers
premium
Pod disruption budget
A pod disruption budget is a Kubernetes policy that limits how many matching pods can be voluntarily disrupted at one time. In AKS, it helps preserve availability during node drains, upgrades, and planned maintenance by enforcing minAvailable or maxUnavailable rules.
Azure Kubernetes Service
intermediate
5 commands
Aliases: PDB, Kubernetes pod disruption budget, AKS pod disruption budget
Quick peek
Open full term page
Databases
premium
PostgreSQL
PostgreSQL is an open-source relational database engine. In Azure, Azure Database for PostgreSQL provides a managed Flexible Server service with compute, storage, backup, security, networking, monitoring, and high-availability capabilities for application and analytical workloads. across development, production, and migration scenarios.
Database
advanced
5 commands
Aliases: Azure Database for PostgreSQL, Azure PostgreSQL, PostgreSQL flexible server, managed PostgreSQL
Quick peek
Open full term page
Databases
premium
PostgreSQL backup retention
Azure Database for PostgreSQL automatically backs up flexible servers and retains the files and transaction logs for a configured window. The retention period defines how far back point-in-time restore can recover, with seven days as the default and up to thirty-five days configurable.
PostgreSQL flexible server
fundamentals
5 commands
Aliases: Azure PostgreSQL backup retention, Flexible Server backup retention, PostgreSQL PITR retention
Quick peek
Open full term page
Databases
premium
PostgreSQL general purpose compute
PostgreSQL General Purpose compute is the middle production tier for Azure Database for PostgreSQL flexible server. It is meant for workloads that need steadier CPU and memory than Burstable, but do not need the higher memory profile of Memory Optimized. Teams use it when a database serves real users, background jobs, APIs, or reporting workloads with predictable demand. The choice affects cost, concurrency, high availability eligibility, and scaling options. It is not a magic performance setting; it is a capacity tier that still needs good indexes, query design, connection pooling, and monitoring.
PostgreSQL flexible server
fundamentals
5 commands
Aliases: PostgreSQL general purpose compute, postgresql general purpose compute, Azure Database for PostgreSQL flexible server
Quick peek
Open full term page
Databases
premium
PostgreSQL maintenance window
A PostgreSQL maintenance window is the time Azure is allowed to perform scheduled platform maintenance for a flexible server. With a system-managed schedule, Azure chooses a suitable window. With a custom schedule, the team chooses the day and start time for the one-hour window. This matters because maintenance can involve updates that briefly affect availability or performance. The window is not a promise that nothing will ever happen outside it, but it gives teams a predictable place to plan patching communication, staffing, workload quiet periods, and post-maintenance checks.
Azure Database for PostgreSQL
intermediate
5 commands
Aliases: PostgreSQL maintenance window, postgresql maintenance window, Azure Database for PostgreSQL flexible server
Quick peek
Open full term page
Management and Governance
premium
Resource provider
Microsoft Learn defines an Azure resource provider as a set of REST operations that supports functionality for a specific Azure service. The provider namespace, such as Microsoft.Storage or Microsoft.Compute, owns resource types, API versions, supported locations, operations, and registration state used by Azure Resource Manager.
Azure Resource Manager
fundamentals
5 commands
Aliases: Azure resource provider, provider namespace, ARM provider
Quick peek
Open full term page
AI and Machine Learning
premium
Search partition
A search partition is a capacity unit in Azure AI Search that provides storage and indexing resources for indexes. Increasing partitions expands index storage and can improve throughput for data ingestion and some query workloads. It is configured on the search service capacity model.
Azure AI Search
intermediate
5 commands
Aliases: Azure AI Search partition, Azure Search partition, search service partition, search capacity partition, partition count, search unit partition
Quick peek
Open full term page
AI and Machine Learning
premium
Search replica
A search replica is a copy of the Azure AI Search engine used to serve query and indexing workloads. Adding replicas increases query concurrency and availability, while partitions provide storage capacity; together they determine search units, cost, and production capacity-planning decisions.
Search
fundamentals
5 commands
Aliases: Azure AI Search replica, search service replica, replica count, query replica, search capacity replica
Quick peek
Open full term page
Databases
premium
Serverless SQL database
A serverless SQL database is an Azure SQL Database single database configured with the serverless compute model. It automatically scales compute within configured limits, can auto-pause in supported tiers, resumes on activity, and keeps the managed SQL Database platform features such as backups, patching, monitoring, and security.
Azure SQL Database
fundamentals
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
premium
Session consistency
Session consistency is the Azure Cosmos DB consistency level that lets a client session read its own writes while keeping latency and availability close to eventual consistency. The client uses session tokens behind the scenes so reads do not go behind the session’s observed write progress.
Azure Cosmos DB
fundamentals
5 commands
Aliases: Session consistency, session-consistency, session consistency, Session-consistency
Quick peek
Open full term page
Storage
premium
Zone-redundant storage
Zone-redundant storage (ZRS) is an Azure Storage redundancy option that copies data synchronously across three or more availability zones in the primary region. It keeps storage resources available for reads and writes if a zone becomes unavailable, while staying within the region for governance-sensitive workloads.
Azure Storage
intermediate
5 commands
Aliases: ZRS, ZRS storage, Azure Storage ZRS, zonal storage redundancy
Quick peek
Open full term page
Storage
premium
ZRS redundancy
ZRS redundancy is the storage-account redundancy setting that enables zone-redundant storage. It synchronously replicates data across availability zones in the primary Azure region, so blobs, files, queues, and tables can remain accessible during a zonal outage without relying on asynchronous secondary-region replication.
Storage accounts
fundamentals
5 commands
Aliases: Standard_ZRS, Premium_ZRS, ZRS SKU, zonal redundancy, zone redundant SKU
Quick peek
Open full term page
Web
premium
App Service plan scale up
App Service plan scale up is changing an App Service plan to a larger, smaller, or more capable pricing tier so the hosted apps receive different CPU, memory, feature support, and platform limits. Use it to reason about App Service behavior, validate configuration with CLI, and prevent hidden production impact from networking, scaling, recovery, security, or observability changes.
App Service
intermediate
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
No glossary terms matched that search.
Try a service name, acronym, command group, or category such as RBAC , az group , App Service , Application Insights , Databases , or Azure AI Search .
Clear filters and show matches
Reset search