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 786 matching terms. Narrow the search to reduce the list.
Storage
verified
Queue Storage
Azure Queue Storage is a storage service for keeping large numbers of small messages until an application or worker retrieves and processes them. It supports asynchronous web-queue-worker designs, authenticated HTTP or HTTPS access, and integration with Azure Functions, SDKs, and automation tools.
Queue Storage
beginner
5 commands
Aliases: Queue Storage
Quick peek
Open full term page
Storage
field-manual-complete
Storage queue
Azure Queue Storage is a service for storing large numbers of messages that are accessed through authenticated HTTP or HTTPS calls. Microsoft Learn describes queues as a backlog for asynchronous work. A queue belongs to a storage account, can contain millions of messages, and holds messages up to 64 KB and confidently.
Queue Storage
Intermediate
5 commands
Aliases: Azure Queue Storage queue, queue storage queue, storage account queue, Azure storage queue, simple storage queue
Quick peek
Open full term page
Storage
field-manual-complete
Storage Queue message
A single Queue Storage payload that represents work to be processed asynchronously by a consumer.
Queue Storage
Intermediate
5 commands
Aliases: Azure Queue Storage message, queue storage message, storage message, queue payload, asynchronous queue message
Quick peek
Open full term page
Storage
premium
General-purpose v2 storage account
General-purpose v2 storage account is an Azure Storage account resource using the StorageV2 kind to host common storage services under one managed namespace. Teams use it to provide durable storage for applications while centralizing endpoints, redundancy, encryption, lifecycle management, networking, monitoring, and access control. In daily Azure work, it appears when engineers provision blob containers, file shares, queues, tables, static websites, backups, application artifacts, or Data Lake Gen2-enabled storage in a landing zone. It is not a specific blob container, an unlimited performance guarantee, an identity provider, or a safe design unless access, networking, and data protection are configured.
Storage accounts
beginner
5 commands
Aliases: Azure general-purpose v2 storage account, GPv2 storage account, StorageV2 storage account
Quick peek
Open full term page
Monitoring and Observability
premium
Diagnostic settings for storage
Diagnostic settings for storage route Azure Storage platform logs and metrics, including service-specific operations where supported, to destinations such as Log Analytics, Event Hubs, or Storage for investigation and compliance.
Data operations
intermediate
4 commands
Aliases: storage diagnostic settings, Azure Storage diagnostic settings, Storage account diagnostic settings, storage platform log routing
Quick peek
Open full term page
Storage
premium
Poison queue
A poison queue is where repeatedly failing queue messages are placed so they stop blocking normal processing. When a Function or worker keeps receiving the same message and cannot handle it, the runtime eventually treats the message as poison and moves it aside. Operators can then inspect the poison queue, fix the application or data issue, and decide whether to replay, repair, or discard the message. It is a safety mechanism for messy real-world workloads, not a substitute for validation.
Queue Storage
fundamentals
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Storage
premium
Poison queue message
A poison queue message is the individual message that landed in the poison queue after repeated processing failures. It is the evidence item, not the whole failure pattern. The payload might be malformed, missing required data, blocked by a downstream service, or triggering a bug in the handler. Operators inspect a small sample, connect it to logs, and decide whether the message should be replayed, corrected, or abandoned. Treat it carefully because it may still represent real customer or business work.
Azure Storage
intermediate
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Storage
premium
Poison queue pattern
The poison queue pattern is the design habit of moving repeatedly failing messages out of the main processing path. Instead of letting one bad message retry forever, the system gives it a limited number of chances and then quarantines it. That keeps healthy work moving while preserving the failed item for investigation. The pattern works best when teams define retry limits, alerting, ownership, payload inspection, and replay rules before production incidents happen. It is about controlled failure handling, not just an extra queue.
Queue Storage
fundamentals
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Storage
field-manual-complete
Blob Storage
Blob Storage is Azure object storage for massive amounts of unstructured data such as documents, images, video, backups, logs, and application files.
Storage
advanced
5 commands
Aliases: Blob Storage, blob-storage, blob, blob-container, blob-access-tier, blob-soft-delete, blob-versioning, storage-account, account-sas, private-endpoint-for-storage, azure-files, data-lake-storage-gen2, queue-storage
Quick peek
Open full term page
Storage
verified
Queue batch processing
A storage feature or access model in Queue Storage that helps teams store, protect, move, and govern application or analytics data with clearer ownership, safety, and operational context.
Queue Storage
fundamentals
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Storage
verified
Queue clear operation
Queue clear operation is documented by Microsoft as part of the Queue Storage area in Azure.
Queue Storage
fundamentals
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Storage
verified
Queue message
A storage feature or access model in Queue Storage that helps teams store, protect, move, and govern application or analytics data with clearer ownership, safety, and operational context.
Queue Storage
fundamentals
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Storage
verified
Queue message encoding
A storage feature or access model in Queue Storage that helps teams store, protect, move, and govern application or analytics data with clearer ownership, safety, and operational context.
Queue Storage
fundamentals
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Storage
verified
Queue metadata
A storage feature or access model in Queue Storage that helps teams store, protect, move, and govern application or analytics data with clearer ownership, safety, and operational context.
Queue Storage
fundamentals
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Storage
verified
Queue poison message
Queue poison message is a Storage Queue message that failed processing enough times to require quarantine or manual handling. In Azure Functions queue triggers, failed messages can move to a <queue>-poison queue after configured retries so teams can inspect, repair, replay, or discard them safely.
Queue Storage
intermediate
5 commands
Aliases: Queue poison message
Quick peek
Open full term page
Compute
verified
Queue polling interval
Queue polling interval is the wait pattern a queue consumer uses between checks for new messages. For Azure Functions Storage Queue triggers, host settings such as maxPollingInterval control the maximum delay between polls, affecting idle transactions, processing latency, and how quickly new work starts.
Azure Functions
intermediate
5 commands
Aliases: Queue polling interval
Quick peek
Open full term page
Storage
verified
Queue service endpoint
Queue service endpoint is the base URL used to reach the Queue service for a storage account, commonly shaped like https://<account>.queue.core.windows.net. Clients, SDKs, CLI commands, private endpoints, and firewall rules use this endpoint to send authenticated Queue Storage data-plane requests.
Queue Storage
intermediate
5 commands
Aliases: Queue service endpoint
Quick peek
Open full term page
Compute
verified
Queue trigger
Queue trigger is an Azure Functions trigger that starts a function when a message appears in an Azure Storage queue. The runtime reads messages, applies visibility and retry behavior, and can move repeated failures to a poison queue for later handling.
Azure Functions
intermediate
5 commands
Aliases: Queue trigger
Quick peek
Open full term page
Compute
verified
Queue trigger binding
A queue trigger binding is the Azure Functions binding that connects a function to an Azure Storage queue. The binding names the queue, resolves the storage connection, supplies message metadata to code, and lets the runtime start executions when queue messages arrive.
Azure Functions
intermediate
5 commands
Aliases: Azure Functions queue binding, Storage Queue trigger binding
Quick peek
Open full term page
Storage
verified
Queue visibility timeout
Queue visibility timeout is the period after a Storage Queue message is retrieved when it is hidden from other consumers. If the worker deletes the message before that time, processing completes; otherwise the message becomes visible for another processing attempt.
Queue Storage
intermediate
5 commands
Aliases: message visibility timeout, Storage Queue visibility timeout
Quick peek
Open full term page
Storage
complete
Storage account
Microsoft Learn describes an Azure storage account as the resource that contains Azure Storage data objects such as blobs, files, queues, and tables. It provides a unique namespace for data accessible over HTTP or HTTPS, with durability, availability, security, and scalability choices.
Storage account
intermediate
5 commands
Aliases: storage-account, Storage account, Azure Storage account, general-purpose storage account, GPv2 storage account, storage account resource
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
Integration
premium
Event Grid event handler
Event Grid event handler is the destination endpoint or Azure service that receives matching events from an Event Grid event subscription and acts on them. In Azure, it shows up when an event-driven workflow needs a function, logic app, webhook, queue, topic, event hub, storage queue, relay connection, or namespace topic to process events. Teams use it to review handler type, endpoint URL or resource ID, authentication method, validation handshake, managed identity permissions, retry behavior, dead-lettering, monitoring, and scaling plan before changing production behavior. It is not the event publisher, Event Grid topic, event schema, or the business event itself.
Event routing
fundamentals
5 commands
Aliases: Event Grid handler, Event Grid destination
Quick peek
Open full term page
Integration
premium
Event Grid retry policy
An Event Grid retry policy controls how Event Grid retries event delivery attempts and when undelivered events are dropped or sent to a dead-letter destination. Teams use it to control how long Event Grid keeps trying to deliver an event when the destination is unavailable, throttled, or returning retryable errors. It is not a guarantee that every failed handler will process every event eventually. In production, confirm the source, subscription, destination, filters, schema, identity, retry behavior, failure handling, monitoring, and owner before treating the route as safe.
Event Grid
intermediate
5 commands
Aliases: Event Grid delivery retry policy
Quick peek
Open full term page
Integration
premium
Event handler
An event handler is the destination that receives Event Grid events and takes action, such as Azure Functions, Logic Apps, Event Hubs, Service Bus, Storage Queue, or a webhook. Teams use it to process Event Grid events by running code, starting workflows, buffering messages, streaming telemetry, or invoking a custom endpoint. It is not the event source, topic, filter, or schema that only decides what gets sent. In production, confirm the source, subscription, destination, filters, schema, identity, retry behavior, failure handling, monitoring, and owner before treating the route as safe.
Event Grid
intermediate
5 commands
Aliases: Azure Event Grid handler, event destination
Quick peek
Open full term page
Storage
premium
Dequeue count
Dequeue count is the Queue Storage message property that records how many times a message has been retrieved for processing, helping consumers identify retry loops, stuck work, and poison-message conditions.
Queue Storage
fundamentals
4 commands
Aliases: queue message dequeue count, Azure Queue dequeue count, message dequeue count, queue trigger dequeue count
Quick peek
Open full term page
Storage
premium
General-purpose v2 account
General-purpose v2 account is the modern general Azure Storage account kind used for most blob, file, queue, table, and Data Lake storage scenarios. Teams use it to create one storage boundary with modern features such as access tiers, lifecycle management, redundancy choices, encryption, private endpoints, and diagnostic settings. In daily Azure work, it appears when engineers create new application storage, upgrade older accounts, standardize landing zones, enable lifecycle rules, or compare account kinds during architecture review.
Storage accounts
beginner
4 commands
Aliases: GPv2 account, StorageV2 account, general purpose v2 storage
Quick peek
Open full term page
Storage
premium
Message invisibility timeout
Message invisibility timeout is the temporary hiding period applied to an Azure Storage Queue message after a worker receives it. Teams should manage it with clear ownership, monitoring, rollback evidence, and production change discipline.
Queue Storage
intermediate
4 commands
Aliases: visibility timeout, storage queue invisibility timeout, message visibility timeout
Quick peek
Open full term page
Integration
premium
Message session
Message session is a Service Bus ordering feature that groups related messages into sessions identified by a shared session ID. Teams should manage it with clear ownership, monitoring, rollback evidence, and production change discipline.
Service Bus
intermediate
4 commands
Aliases: Service Bus session, session-enabled queue, message session ID
Quick peek
Open full term page
Storage
premium
Message time-to-live
Message time-to-live is the expiration period that limits how long a queued or brokered message remains useful for delivery. Teams should manage it with clear ownership, monitoring, rollback evidence, and production change discipline.
Queue Storage
fundamentals
4 commands
Aliases: message TTL, queue message TTL, message expiration
Quick peek
Open full term page
Storage
premium
Approximate message count
Approximate message count is the queue-depth estimate you use when checking whether an Azure Storage queue is backing up, draining normally, or ready for scale decisions. It is not a perfect inventory of every message; it is a practical signal for operations. Teams use it to decide whether workers are falling behind, whether a.
Queue Storage
fundamentals
2 commands
Aliases: ApproximateMessagesCount, Queue approximate message count, x-ms-approximate-messages-count, Queue depth estimate
Quick peek
Open full term page
Storage
field-manual-complete
Premium file share
A premium file share is a high-performance Azure file share for workloads that still need a shared file system.
Files, queues, and tables
fundamentals
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Storage
field-manual-complete
Visibility timeout
The Queue Storage interval that hides a received message from other consumers while a worker processes it.
Azure Queue Storage
intermediate
5 commands
Aliases: queue visibility timeout, message visibility timeout, invisible timeout, queue message lease, visibility timeout
Quick peek
Open full term page
Web
verified
Output binding
An output binding is an Azure Functions binding that writes data from function code to another service, such as Queue Storage, Blob Storage, Service Bus, Event Hubs, Cosmos DB, or HTTP. It lets the runtime handle connection details from binding metadata and app configuration.
Azure Functions
intermediate
4 commands
Aliases: Azure Functions output binding, function output binding, binding output, serverless output integration
Quick peek
Open full term page
Storage
learning-path-anchor
Data Lake storage account
A storage feature or access model in Data Lake Storage Gen2 that helps teams store, protect, move, and govern application or analytics data with clearer ownership, safety, and operational context.
Data Lake Storage Gen2
advanced
19 commands
Aliases: No aliases yet
Quick peek
Open full term page
Storage
command-rich
Primary storage region
The primary storage region is the home region for an Azure Storage account. When an application writes blobs, files, queues, or tables under normal conditions, it writes to the primary 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. In field use, start with the technical boundary: Technically.
Storage platform
intermediate
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Storage
premium
Service endpoint for Storage
A service endpoint for Storage enables the Microsoft.Storage endpoint on a virtual network subnet and pairs it with storage account network rules. It lets workloads in that subnet reach Azure Storage over the Microsoft backbone while the account firewall allows only approved virtual network sources.
Storage platform
intermediate
6 commands
Aliases: Azure Storage VNet rule, Microsoft.Storage service endpoint, Service endpoint for Storage, Storage service endpoint, service endpoint for storage, service-endpoint-for-storage
Quick peek
Open full term page
Storage
premium
Infrastructure encryption for storage
Infrastructure encryption for storage controls how Azure Storage applies optional double encryption to blobs, files, queues, or tables depending on account and scope configuration. Teams see it in storage account creation, encryption blade. It is not blob immutability, soft delete, encryption in transit, customer-managed key rotation, or disabling shared key authorization; confusing them can create storage accounts that cannot meet compliance, rebuild-only remediation. Use the term when reviewing access, monitoring, cost, recovery, or performance. It keeps architects, operators, security reviewers, and support teams focused on the same setting, resource, or behavior.
Azure Storage Security
Intermediate
5 commands
Aliases: storage infrastructure encryption, storage account double encryption, require infrastructure encryption, double encryption for Azure Storage
Quick peek
Open full term page
Storage
premium
Azure Container Storage
A cloud-based volume management, deployment, and orchestration service built natively for containers and integrated with Kubernetes persistent volumes.
Container storage
intermediate
4 commands
Aliases: ACS for containers
Quick peek
Open full term page
Storage
premium
Azure Storage Explorer
Azure Storage Explorer is a standalone app for Windows, macOS, and Linux that helps users connect to and manage Azure Storage data and resources through a graphical interface.
Storage tooling
fundamentals
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Storage
premium
Geo-redundant storage
Geo-redundant storage is an Azure Storage redundancy option that protects data by keeping primary-region replicas and asynchronously copying that data to a paired secondary region. Teams use it to reduce the chance that a regional outage destroys blob, file, queue, table, or Data Lake data that must survive a disaster. In daily Azure work, it shows up when engineers choose a storage account replication SKU, review disaster recovery requirements, compare GRS with RA-GRS or GZRS, or investigate why secondary-region reads are unavailable.
Storage redundancy
intermediate
4 commands
Aliases: GRS, Standard_GRS, read-access geo-redundant storage, RA-GRS
Quick peek
Open full term page
Storage
premium
Geo-zone-redundant storage
Geo-zone-redundant storage is an Azure Storage redundancy choice that combines zone redundancy in the primary region with asynchronous replication to a paired secondary region. Teams use it to protect data from zonal failures and regional disasters while keeping one storage account pattern for blobs, Data Lake paths, queues, tables, or files where supported. In daily Azure work, it shows up when engineers select Standard_GZRS or Standard_RAGZRS, compare ZRS with GRS, approve resilient storage standards, or investigate why an account is more expensive than LRS.
Storage redundancy
intermediate
4 commands
Aliases: GZRS, Standard_GZRS, read-access geo-zone-redundant storage, RA-GZRS
Quick peek
Open full term page
Storage
premium
Microsoft-managed key for storage
Microsoft-managed key for Storage means the default Azure Storage encryption approach where Microsoft manages the keys that protect stored data at rest. Teams should manage it with clear ownership, monitoring, rollback evidence, and production change discipline.
Storage encryption
advanced
4 commands
Aliases: platform-managed key for storage, PMK for storage, Microsoft managed storage encryption key
Quick peek
Open full term page
Storage
premium
Minimum TLS version for Storage
Minimum TLS version for Storage is a storage account setting that rejects client connections using TLS versions below the configured minimum. Teams should manage it with clear ownership, monitoring, rollback evidence, and production change discipline.
Storage security
intermediate
4 commands
Aliases: TLS minimum for storage, TLS1_2 storage, minimum TLS for Azure Storage, minimumTlsVersion, storage minimum TLS
Quick peek
Open full term page
Storage
learning-path-anchor
Table Storage
Table Storage is Azure Storage for simple structured NoSQL records. You create tables, store entities, and identify each entity with a PartitionKey and RowKey. It is useful when the data is large, sparse, inexpensive to keep, and usually accessed by known keys. It is not a relational database, search engine, or analytics warehouse. The best fit is operational data that can be denormalized, read directly, updated independently, and kept cheap without requiring joins, stored procedures, or secondary indexes.
Table Storage
fundamentals
5 commands
Aliases: Azure Table Storage, Storage Tables, Azure Storage Tables, Azure Tables storage
Quick peek
Open full term page
Storage
complete
Storage account access key
A storage feature or access model in Storage accounts that helps teams store, protect, move, and govern application or analytics data with clearer ownership, safety, and operational context.
Storage accounts
advanced
10 commands
Aliases: storage access key, account key, shared key, storage key
Quick peek
Open full term page
Storage
complete
Storage account kind
A storage feature or access model in Storage accounts that helps teams store, protect, move, and govern application or analytics data with clearer ownership, safety, and operational context.
Storage accounts
advanced
10 commands
Aliases: storage account type, account kind, Azure Storage account type, StorageV2 kind
Quick peek
Open full term page
Storage
complete
Storage account endpoint
Storage account endpoint is documented by Microsoft as part of the Storage accounts area in Azure.
Storage accounts
fundamentals
8 commands
Aliases: storage endpoint, blob endpoint, dfs endpoint, storage service URL
Quick peek
Open full term page
Storage
field-manual-complete
Private endpoint for Storage
A private endpoint for Storage is the private network entry point to one storage account service, such as Blob, Files, Queue, Table, Data Lake Storage, or static website content.
Storage platform
intermediate
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Analytics
verified
Queued ingestion
Queued ingestion is an Azure Data Explorer ingestion method that accepts incoming data, stages it, batches it according to ingestion policy, and writes optimized batches into tables. It favors reliable, high-throughput loading over immediate per-record availability for operational analytics workloads.
Azure Data Explorer
intermediate
5 commands
Aliases: ADX queued ingestion, Kusto queued ingestion
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