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 406 matching terms. Narrow the search to reduce the list.
Internet of Things
premium
Device twin
A device twin is the IoT Hub JSON document that stores device metadata, tags, desired properties, and reported properties so cloud applications and devices can synchronize configuration and state.
Device state
fundamentals
4 commands
Aliases: IoT Hub device twin, device twin properties, twin desired properties, twin reported properties
Quick peek
Open full term page
Storage
premium
Table entity
A Table entity is one record in Azure Table Storage. It behaves like a flexible row: it must have a PartitionKey and RowKey, it gets a service-managed Timestamp, and it can carry custom properties that your application defines. Unlike a relational row, entities in the same table do not have to share every property. That flexibility is useful for metadata, device state, user preferences,...
Table Storage
fundamentals
5 commands
Aliases: Azure Table entity, Table Storage entity, entity in Azure Table Storage, Azure Tables entity
Quick peek
Open full term page
Storage
premium
Azure Tables API
Azure Cosmos DB for Table provides an API for table-style key-value data where entities are identified by partition key and row key, supporting applications written for Azure Table storage that need premium capabilities.
Table Storage
intermediate
4 commands
Aliases: Azure Table API, Cosmos DB for Table API, Azure Table Storage API
Quick peek
Open full term page
Identity
premium
Conditional Access policy
Require phishing-resistant or multifactor authentication for privileged administrators accessing Azure management portals.; Block or challenge risky sign-ins based on sign-in risk, user risk, unfamiliar location, or impo
Privileged access
fundamentals
4 commands
Aliases: Conditional Access policy
Quick peek
Open full term page
Storage
field-manual-complete
Storage table
Azure Table Storage is a NoSQL key-attribute store for structured, schemaless entities in tables. Each entity has a PartitionKey and RowKey, and applications design those keys around query and throughput patterns. Tables are useful for metadata, device state, logs, and simple application data at scale.
Table Storage
advanced
5 commands
Aliases: Azure Table Storage table, Azure storage table, table storage table, NoSQL storage table
Quick peek
Open full term page
Containers
premium
Kubernetes StatefulSet
A Kubernetes StatefulSet is a workload controller for stateful applications that require stable network identities, ordered deployment or scaling, and persistent storage per replica.
Kubernetes workloads
Advanced
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Management and Governance
premium
Policy compliance state
Policy compliance state is the status Azure Policy reports after evaluating a resource against an assigned rule. It tells you whether the resource appears compliant, non-compliant, exempt, conflicting, or not fully known for that evaluation. This is not just a dashboard color. It is the evidence operators use to decide whether a deployment broke a rule, whether a remediation task is needed, or whether an exemption is hiding risk. A learner should connect compliance state to a specific resource, policy assignment, definition, timestamp, and scope.
Azure Policy
fundamentals
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Management and Governance
premium
Policy state
Policy state is the evidence record behind an Azure Policy compliance result. It answers practical questions such as which resource was evaluated, which policy assignment applied, whether the resource was compliant, and when Azure last knew that result. The portal summarizes these states, but operators often query them directly through Azure CLI, REST, or Resource Graph when they need proof. Policy state is especially useful when a dashboard says “non-compliant” and the team needs to locate the exact resource, policy, scope, and reason.
Azure Policy
intermediate
5 commands
Aliases: Policy state, policy-state
Quick peek
Open full term page
Internet of Things
premium
Device identity
A device identity is the IoT Hub identity registry entry that represents a permitted device or module, including its device ID, authentication material, status, and connection-related metadata.
IoT identity
fundamentals
4 commands
Aliases: IoT Hub device identity, IoT device registry identity, device registry entry, IoT device ID
Quick peek
Open full term page
Internet of Things
premium
Device Provisioning Service
Device Provisioning Service is an Azure IoT helper service that enables zero-touch, just-in-time provisioning of devices to one or more linked IoT hubs using enrollments and allocation policies.
IoT provisioning
fundamentals
4 commands
Aliases: Azure IoT Hub Device Provisioning Service, IoT DPS, DPS, zero-touch device provisioning
Quick peek
Open full term page
Management and Governance
premium
Subscription state
Subscription state tells you whether a subscription can actually be used. A disabled or past-due subscription can block deployments, updates, or resource access, so state is one of the first things to check when many unrelated Azure actions suddenly fail.
Management scopes
intermediate
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Compute
field-manual-complete
VM power state
VM power state shows whether an Azure virtual machine is running, stopped, deallocating, or deallocated.
Virtual Machines
intermediate
5 commands
Aliases: power state, VM state, Azure VM power status, stopped deallocated, running VM state
Quick peek
Open full term page
Databases
verified
pg_stat_statements
pg_stat_statements is a PostgreSQL tool that shows which SQL statements are running often, taking time, or consuming resources. Instead of guessing from application logs, database teams can query a shared statistics view and see normalized statements with call counts, timing, rows, and other performance clues. In Azure Database for PostgreSQL flexible server, it is useful for tuning queries and capacity planning, but it is not free. Collecting query statistics adds overhead, so teams should enable and configure it deliberately.
PostgreSQL
intermediate
4 commands
Aliases: pg_stat_statements extension, PostgreSQL query statistics, query stats extension, Postgres statement statistics, Azure PostgreSQL pg_stat_statements
Quick peek
Open full term page
Management and Governance
field-manual-complete
Provider registration state
Provider registration state is the subscription-level status for a resource provider namespace, such as Registered, Registering, or NotRegistered. Microsoft Learn explains that registration enables Azure Resource Manager to use that provider’s resource types, locations, and operations without waiting for every region to finish.
Resource providers
intermediate
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Management and Governance
strict-validated
Compliance state
Compliance state is the Azure Policy evaluation result that indicates whether a resource complies with assigned policy rules, is noncompliant, exempt, conflicted, or not yet evaluated.
Azure Policy
Intermediate
3 commands
Aliases: No aliases yet
Quick peek
Open full term page
Analytics
learning-path-anchor
Synapse SQL CETAS
Synapse SQL CETAS means CREATE EXTERNAL TABLE AS SELECT. It creates external table metadata and exports the result of a T-SQL SELECT statement in parallel to files in Azure Storage or Azure Data Lake Storage Gen2 for later SQL or lake consumption.
Synapse Analytics
fundamentals
6 commands
Aliases: CREATE EXTERNAL TABLE AS SELECT, CETAS, Synapse CETAS, serverless SQL CETAS
Quick peek
Open full term page
Databases
premium
Azure Cosmos DB
Azure Cosmos DB is a fully managed database service for NoSQL, relational, and vector workloads. It supports global distribution, elastic scale, multiple APIs, request-unit capacity, backup, and high availability so modern applications can store and query data without operating database servers.
Azure Cosmos DB
fundamentals
4 commands
Aliases: Azure Cosmos DB, Cosmos DB, Azure Cosmos DB for NoSQL, Cosmos database, global NoSQL database, request-unit database
Quick peek
Open full term page
Compute
premium
Entity function
An entity function is a Durable Functions function that defines operations for reading and updating small pieces of durable state called durable entities.
Azure Functions / Durable Functions
intermediate
4 commands
Aliases: entity function
Quick peek
Open full term page
Integration
premium
Service Bus session
A Service Bus session groups related messages by SessionId so a receiver can process that ordered sequence together. Sessions support first-in, first-out handling, request-response workflows, and session state for queues or subscriptions that are created with sessions enabled. within supported tiers.
Messaging
fundamentals
4 commands
Aliases: Azure Service Bus session, message session, SessionId in Service Bus
Quick peek
Open full term page
Analytics
learning-path-anchor
Synapse SQL script
A Synapse SQL script is a saved T-SQL authoring artifact in Synapse Studio. Users create or import scripts in the Develop hub, connect them to a dedicated or serverless SQL pool, run queries, review tabular results, export output, and organize scripts into folders.
Synapse Analytics
fundamentals
5 commands
Aliases: SQL script in Synapse, Synapse Studio SQL script, T-SQL script artifact, Synapse query script
Quick peek
Open full term page
Management and Governance
learning-path-anchor
Tag value
A tag value is the answer attached to a tag name. If the tag name is Environment, the value might be Production, Test, or Sandbox. If the name is CostCenter, the value might be a finance code. Values are where governance becomes meaningful, because they separate one owner, workload, data class, or lifecycle state from another. A good value is standardized, approved, and easy to query. A bad value is free-text chaos: prod, production, PROD, live, and critical all trying to mean the same thing.
Tags and naming
fundamentals
5 commands
Aliases: tag values, Azure tag value, resource tag value, tag metadata value
Quick peek
Open full term page
Management and Governance
learning-path-anchor
Tagging strategy
A tagging strategy is the playbook for using tags without making a mess. It answers simple but important questions: which tags are required, who owns the list, which values are allowed, where tags are applied, and what happens when a resource is missing one. Without a strategy, tags become random notes. With a strategy, tags become a dependable system for cost allocation, ownership, lifecycle cleanup, compliance evidence, and operational routing. The best strategies are small enough to follow and strict enough to m
Tags and naming
fundamentals
5 commands
Aliases: Azure tagging strategy, tag governance strategy, tag taxonomy, resource tagging standard
Quick peek
Open full term page
Monitoring and Observability
learning-path-anchor
Telemetry events
Telemetry events are breadcrumbs that say something meaningful happened in an application. They are different from raw logs because they usually have a clear event name and structured properties. A checkout completed, a document uploaded, a feature flag changed, or a device registered can all be telemetry events. In Azure Monitor Application Insights, these events help teams understand behavior, investigate incidents, and measure product outcomes. Good events are intentional, consistently named, and tied to the que
Application data
advanced
5 commands
Aliases: event telemetry, custom events, Application Insights events, Azure Monitor events
Quick peek
Open full term page
Storage
learning-path-anchor
Time-based retention
Time-based retention in Azure Blob Storage is an immutability policy that keeps blob data in a write-once, read-many state for a specified retention interval. It can be applied at container or version scope to protect records from modification or deletion until the retention period expires.
Blob Storage
fundamentals
5 commands
Aliases: Time-based retention, time based retention, Azure Time-based retention, Microsoft Learn Time-based retention, immutability policy, WORM retention, immutable blob retention, retention days, container immutability policy
Quick peek
Open full term page
Analytics
learning-path-anchor
Databricks Photon
The native vectorized Azure Databricks engine for accelerating eligible SQL, DataFrame, ETL, and streaming workloads.
Databricks
intermediate
4 commands
Aliases: Photon engine, Photon acceleration, Databricks vectorized engine
Quick peek
Open full term page
Containers
learning-path-anchor
System node pool
A system node pool is the AKS worker pool that keeps the cluster itself functioning. It hosts core Kubernetes and AKS add-on pods such as DNS, networking agents, metrics, and connectivity components. You can technically run application pods there, but experienced teams avoid that because noisy workloads can starve the services that make the...
Azure Kubernetes Service
intermediate
4 commands
Aliases: AKS system pool, system mode node pool, AKS platform node pool, kube-system node pool
Quick peek
Open full term page
Storage
learning-path-anchor
Table continuation token
A Table continuation token is the “keep going from here” marker for Azure Table Storage queries. Table queries do not always return every matching entity in one response, especially when the result set is large, the service time limit is reached, or the query crosses partitions. The token tells the client where to resume...
Table Storage
intermediate
4 commands
Aliases: Table Storage continuation token, next partition key, next row key, paged table query
Quick peek
Open full term page
AI and Machine Learning
learning-path-anchor
Text to speech
Text to speech in Azure AI Speech converts written text or SSML into synthesized audio using neural voices, custom voice options, language support, and APIs. Teams use it to add spoken responses to apps, contact centers, accessibility tools, devices, and media workflows while governing region, keys, networking, and quota.
Azure AI services
fundamentals
4 commands
Aliases: Text to speech, text to speech, Azure Text to speech, Microsoft Learn Text to speech, TTS, speech synthesis, Azure AI Speech synthesis, neural voices, SSML speech
Quick peek
Open full term page
Storage
command-rich
Table row key
A Table row key is the unique name of an entity inside one Azure Table partition. PartitionKey gets you to the right group; RowKey identifies the exact record in that group. Together they form the entity primary key. RowKey design often carries an order ID, device ID, timestamp pattern, sequence number, or composite value. It matters because point reads, updates, deletes, duplicate detection, and...
Storage platform
intermediate
5 commands
Aliases: Azure Table RowKey, Table Storage RowKey, Table row key value, RowKey property
Quick peek
Open full term page
Analytics
verified
Reference data
Reference data is the lookup information your streaming job needs but does not receive as live events. Think device catalogs, store locations, tariff codes, risk bands, or product mappings. In Azure Stream Analytics, the event stream keeps moving while reference data supplies
Stream Analytics
intermediate
5 commands
Aliases: Azure Stream Analytics reference data, lookup data, slowly changing lookup data, streaming reference dataset
Quick peek
Open full term page
Compute
complete
Shared disk
A managed disk configured for simultaneous attachment to multiple VMs so supported clustered applications can use shared block storage.
Disks and images
intermediate
5 commands
Aliases: Azure shared disk, shared managed disk, shared data disk, managed disk maxShares
Quick peek
Open full term page
Databases
command-rich
Cosmos DB for Table
Azure Cosmos DB for Table is a managed NoSQL key-value and table API compatible with Azure Table storage SDKs and tools.
Data 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
Analytics
premium
CETAS
Create External Table As Select, a pattern for writing query results to external storage.
Analytics platform
intermediate
8 commands
Aliases: Create External Table As Select
Quick peek
Open full term page
Management and Governance
premium
Azure Policy
Azure Policy is a governance service for creating, assigning, and managing rules that evaluate Azure resources.
Azure Policy
fundamentals
7 commands
Aliases: Policy
Quick peek
Open full term page
Developer Tools
premium
Azure PowerShell
Azure PowerShell is Microsoft’s Az module collection for managing Azure resources from PowerShell.
Command line
fundamentals
7 commands
Aliases: Az PowerShell module, Az module, Azure PowerShell, Azure PowerShell cmdlets, PowerShell for Azure
Quick peek
Open full term page
Management and Governance
premium
Azure subscription
An Azure subscription is a management, billing, and scale unit for Azure resources.
Azure scope
fundamentals
7 commands
Aliases: subscription
Quick peek
Open full term page
Databases
premium
Cosmos DB spatial index
Cosmos DB spatial index is an indexing-policy entry that helps Cosmos DB for NoSQL query valid GeoJSON points, lines, polygons, and multipolygons efficiently. It makes location-aware queries practical without scanning every item in a container. You see it when applications store coordinates, service areas, delivery zones, device positions, or map features in JSON items. The production check is whether GeoJSON shape, indexed path, query function, and partition strategy all line up. Document the decision in code, templates, metrics, and runbooks.
Azure Cosmos DB
intermediate
7 commands
Aliases: No aliases yet
Quick peek
Open full term page
Containers
premium
Azure Kubernetes Service
Azure Kubernetes Service is Azure’s managed Kubernetes service for deploying, scaling, and operating containerized applications while Azure manages much of the cluster control plane.
Managed Kubernetes
advanced
6 commands
Aliases: AKS, managed Kubernetes
Quick peek
Open full term page
Databases
premium
Azure Managed Redis
Azure Managed Redis is a Microsoft-managed in-memory data store based on Redis Enterprise, used for low-latency caching, session storage, messaging, and semantic cache scenarios.
Managed cache
intermediate
6 commands
Aliases: Managed Redis, Redis Enterprise on Azure, Azure Redis Enterprise
Quick peek
Open full term page
Analytics
premium
Azure Synapse Analytics
Azure Synapse Analytics is Microsoft’s integrated analytics service for enterprise data warehousing, big data, data integration, and exploratory analytics.
Synapse Analytics
intermediate
6 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
premium
DTU model
The DTU model is an Azure SQL Database purchasing model that bundles compute, memory, and I/O into service tiers and service objectives such as Basic, Standard, and Premium.
Azure SQL
fundamentals
6 commands
Aliases: DTU purchasing model, Azure SQL DTU model
Quick peek
Open full term page
Analytics
premium
Event trigger
An Event trigger starts an Azure Data Factory or Synapse pipeline in response to supported storage events such as blob creation or deletion. Teams use it to start pipelines automatically when files land, folders change, or storage events indicate that a data integration workflow should run. It is not a scheduled trigger, a tumbling-window trigger, an Event Hubs consumer, or a guarantee that the file is complete and ready for every downstream transformation. In production, confirm factory name, trigger state, storage scope, blob path filters, event type, target pipeline, parameter mapping, managed identity access, publish branch state, and run history.
Data Factory
intermediate
6 commands
Aliases: storage event trigger, Data Factory event trigger, event-based trigger
Quick peek
Open full term page
Networking
premium
ExpressRoute
ExpressRoute lets organizations extend on-premises networks into Microsoft cloud services over private connectivity provided through a connectivity provider. Teams use it to connect datacenters, branches, or colocation environments to Azure with predictable private paths for workloads that need stronger latency, bandwidth, and routing control than public internet connections. It is not a VPN tunnel, a private endpoint, an internet performance guarantee, or proof that every connected application is secure, redundant, or correctly routed. In production, confirm circuit state, provider state, peering configuration, BGP routes, gateway SKU, connected virtual networks, bandwidth, metrics, DNS path, firewall path, and provider escalation details before.
Hybrid connectivity
intermediate
6 commands
Aliases: Azure ExpressRoute, ExpressRoute circuit, private Microsoft cloud connectivity
Quick peek
Open full term page
Analytics
premium
Fabric capacity
A Fabric capacity is a dedicated pool of compute resources that powers Microsoft Fabric workloads assigned to workspaces. Teams use it to provide shared compute for Fabric workspaces, reports, lakehouses, warehouses, notebooks, pipelines, and real-time workloads under an assigned capacity SKU. It is not a single workspace, a Power BI report, a storage account, a Databricks cluster, or a guarantee that every tenant workload has unlimited performance. In production, confirm capacity name, SKU, region, admin list, assigned workspaces, workload settings, metrics app evidence, throttling, refresh history, pause state, billing owner, and reservation or scaling plan before treating the design as.
Microsoft Fabric
intermediate
6 commands
Aliases: Microsoft Fabric capacity, Fabric F SKU, Fabric compute capacity
Quick peek
Open full term page
Databases
premium
Foreign key
A foreign key is a column or set of columns that links rows in one table to key values in another table and helps enforce referential integrity. Teams use it to keep child records such as orders, invoices, payments, devices, or claim lines tied to valid parent records instead of allowing orphaned data to silently enter the database. It is not an index by itself, a security boundary, a substitute for business validation, or an enforced guarantee in every Azure analytics engine that can store a declared relationship.
Relational database
intermediate
6 commands
Aliases: FK, foreign key constraint, referential constraint, SQL foreign key
Quick peek
Open full term page
Containers
premium
Kubernetes Deployment
A Kubernetes Deployment is a workload controller that declaratively manages ReplicaSets and pods for stateless applications.
Kubernetes workloads
Intermediate
6 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
Web
premium
Service Bus trigger
Service Bus trigger is an Azure Functions binding that starts function execution when a message arrives on a Service Bus queue or topic subscription. It connects the Functions runtime to Service Bus, supports queue, topic, and session scenarios, and uses app settings or identity-based connections for access.
Azure Functions
intermediate
6 commands
Aliases: Azure Functions Service Bus trigger, ServiceBusTrigger, Service Bus queue trigger, Service Bus topic trigger
Quick peek
Open full term page
Storage
premium
Service SAS
A service SAS is a shared access signature that delegates limited access to a specific Azure Storage service resource, such as a blob, queue, table, or file. It is signed with a storage account key and constrains permissions, resource scope, protocol, IP range, and expiry time.
Blob Storage
fundamentals
6 commands
Aliases: Azure Storage service SAS, Service SAS, service sas, service shared access signature, service-sas, storage service SAS
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