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 1,973 matching terms. Narrow the search to reduce the list.
Integration
premium
Event Grid custom topic
Event Grid custom topic is a user-created Azure Event Grid topic that gives custom applications an endpoint for publishing business or application events. In Azure, it shows up when custom applications publish shipment, order, payment, device, or workflow events that subscribers need to process independently. Teams use it to review topic name, region, access keys or managed identity options, input schema, event subscriptions, filters, retry policy, dead-letter destination, and monitoring before changing production behavior. It is not an Azure system topic, Event Grid domain, Event Hub, or Service Bus topic.
Event routing
intermediate
5 commands
Aliases: Azure Event Grid custom topic, custom Event Grid topic
Quick peek
Open full term page
Integration
premium
Event Grid dead-letter destination
Event Grid dead-letter destination is a storage destination used by Azure Event Grid for events that cannot be delivered after retry or configuration handling. In Azure, it shows up when an event subscription needs a recoverable place for undelivered events instead of silently losing operational evidence. Teams use it to review event subscription dead-letter settings, storage account, blob container, identity or access method, retry policy, monitoring, retention, and processing runbook before changing production behavior. It is not a Service Bus dead-letter queue, handler retry loop, poison-message table, or general logging sink.
Event routing
intermediate
5 commands
Aliases: Event Grid dead letter destination, Event Grid dead-letter storage
Quick peek
Open full term page
Integration
premium
Event Grid delivery retry
Event Grid delivery retry is the Event Grid behavior that retries event delivery when a subscriber endpoint temporarily fails or returns retryable responses. In Azure, it shows up when handlers may be unavailable, slow, throttled, or temporarily blocked, but events still need controlled redelivery before dead-lettering or expiration. Teams use it to review maximum delivery attempts, event time-to-live, endpoint response behavior, dead-letter destination, subscription filters, monitoring, and handler readiness before changing production behavior. It is not application-level retry code, Service Bus lock renewal, Event Hubs checkpointing, or a guaranteed infinite replay mechanism.
Event routing
intermediate
5 commands
Aliases: Event Grid retry policy, Event Grid event retry
Quick peek
Open full term page
Integration
premium
Event Grid delivery schema
Event Grid delivery schema is the event format Azure Event Grid uses when sending an event to a subscriber endpoint. In Azure, it shows up when publishers and handlers must agree on whether delivered events use Event Grid schema, CloudEvents v1.0, or a custom input schema shape. Teams use it to review event subscription delivery schema, publisher input schema, handler parser, API contract, sample payloads, validation tests, filters, and compatibility monitoring before changing production behavior. It is not the handler destination type, the event source, a JSON schema registry, or the business data model itself.
Event routing
intermediate
5 commands
Aliases: Event Grid event delivery schema, event delivery schema
Quick peek
Open full term page
Integration
premium
Event Grid domain
Event Grid domain is an Event Grid resource that provides one publishing endpoint for many related domain topics in a large or multi-tenant event solution. In Azure, it shows up when a platform needs to manage thousands of related topics, tenant-specific subscriptions, or application-specific event streams without creating unrelated standalone topics. Teams use it to review domain endpoint, domain topics, access keys or identity controls, event subscriptions, RBAC, filters, publishing application logic, metrics, and tenant ownership model before changing production behavior. It is not a DNS custom domain, Event Grid namespace custom hostname, single custom topic, or Service Bus namespace.
Event routing
advanced
5 commands
Aliases: Azure Event Grid domain, event domain
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 event schema
Event Grid event schema is the JSON structure used to describe an Event Grid event, including metadata and the event data payload sent to subscribers. In Azure, it shows up when publishers, subscribers, filters, and handlers need a shared contract for fields such as id, subject, event type, event time, data, and versioning. Teams use it to review publisher payload format, custom topic input schema, subscription delivery schema, event type names, subject conventions, dataVersion, sample payloads, and handler parser tests before changing production behavior. It is not a database schema, full OpenAPI definition, handler endpoint, or Event Grid subscription.
Event routing
fundamentals
5 commands
Aliases: Azure Event Grid schema, Event Grid schema
Quick peek
Open full term page
Integration
premium
Event Grid filter
Event Grid filter is the matching configuration on an Event Grid event subscription that decides which events are delivered to a handler. In Azure, it shows up when subscribers should receive only relevant events based on event type, subject prefix or suffix, or advanced fields inside the event payload. Teams use it to review included event types, subject begins-with and ends-with filters, advanced filters, case sensitivity, schema field names, test payloads, and monitoring for matched events before changing production behavior. It is not a firewall rule, diagnostic query, handler-side if statement, or Azure Policy filter.
Event routing
intermediate
5 commands
Aliases: Event Grid subscription filter, Event Grid event filter
Quick peek
Open full term page
Integration
premium
Event Grid managed identity delivery
Event Grid managed identity delivery is the pattern where Event Grid uses a managed identity on a topic, domain, or system topic to authenticate event delivery to supported destinations. In Azure, it shows up when teams want to deliver events to Azure destinations without storing destination keys or embedding secrets in event subscription configuration. Teams use it to review system-assigned or user-assigned identity, Event Grid topic or domain identity settings, destination RBAC role assignments, delivery identity settings, dead-letter identity settings, and monitoring before changing production behavior.
Event routing
advanced
5 commands
Aliases: Event Grid managed identity event delivery, managed identity delivery for Event Grid
Quick peek
Open full term page
Integration
premium
Event Grid MQTT broker
An Event Grid MQTT broker is the MQTT publish-subscribe capability in Event Grid namespaces that authenticates clients, authorizes publish and subscribe requests, and routes MQTT messages between interested clients. Teams use it to connect MQTT clients, devices, and services through managed publish-subscribe messaging without running a separate broker platform. It is not a general Event Grid custom topic or an IoT Hub device registry replacement. 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 MQTT broker, MQTT broker in Event Grid namespaces
Quick peek
Open full term page
Integration
premium
Event Grid namespace
An Event Grid namespace is a logical container for Event Grid resources such as namespace topics, clients, client groups, topic spaces, certificates, and permission bindings. Teams use it to group Standard tier Event Grid resources for MQTT broker messaging and HTTP namespace topics under one managed Azure scope. It is not the same thing as a Basic tier custom topic, system topic, partner topic, or domain. 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 namespace
Quick peek
Open full term page
Integration
premium
Event Grid partner topic
An Event Grid partner topic is the customer-managed Event Grid resource where events from an authorized partner are received and then routed through event subscriptions. Teams use it to receive events from a SaaS provider or partner platform and route them to Azure services, applications, or webhooks. It is not a custom topic owned by the customer application or a system topic emitted directly by an Azure resource. 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 partner topic, Partner topic
Quick peek
Open full term page
Integration
premium
Event Grid pull delivery
Event Grid pull delivery is an HTTP consumption model where applications connect to Event Grid namespace topics and read CloudEvents at their own pace using queue-like semantics. Teams use it to let applications read events when they are ready instead of receiving every event through immediate push delivery. It is not a Basic tier push subscription, Service Bus queue, or Event Hubs consumer group. 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: HTTP pull delivery, pull delivery in Event Grid
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 Grid subject filter
An Event Grid subject filter is an event subscription filter that matches events by subject prefix, subject suffix, or both so only selected events are delivered. Teams use it to send only events with matching subject paths to a destination, such as one container, device group, tenant, department, or workflow. It is not the same as advanced filtering on data fields or a security boundary by itself. 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: subject begins with filter, subject ends with filter
Quick peek
Open full term page
Integration
premium
Event Grid system topic
An Event Grid system topic represents one or more events published by an Azure service for a specific Azure resource or scope. Teams use it to subscribe to events emitted by Azure services such as Storage, Event Hubs, IoT Hub, Key Vault, or Resource Manager. It is not a custom topic where an application publishes its own events or a partner topic from an external provider. 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 system topic, system topic
Quick peek
Open full term page
Integration
premium
Event Grid webhook endpoint
An Event Grid webhook endpoint is an HTTPS endpoint configured as an event handler that validates ownership and receives Event Grid events over HTTP. Teams use it to send Event Grid events to a custom HTTPS application, API, Azure Function HTTP trigger, automation webhook, or supported workflow endpoint. It is not a storage queue, Event Hubs destination, or an endpoint that can skip Event Grid validation. 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 webhook handler, webhook endpoint for Event Grid
Quick peek
Open full term page
Integration
premium
Event Grid advanced filter
An Event Grid advanced filter is a filter on an event subscription that evaluates event fields or data values with operators such as string, number, Boolean, or array comparisons.
Azure Event Grid
intermediate
4 commands
Aliases: event grid advanced filter
Quick peek
Open full term page
Integration
top-250-pre130-priority-upgraded
Event Grid event subscription
Event Grid event subscription is the routing rule that connects an Event Grid source, topic, domain topic, or Azure resource to one or more event handlers. In Azure, it shows up when teams decide which events should reach which handlers, how filters are applied, how delivery is authenticated, and what happens when delivery fails. Teams use it to review source resource ID, endpoint type, filters, delivery schema, retry policy, dead-letter destination, expiration, managed identity delivery, labels, and monitoring before changing production behavior. It is not an Azure subscription, Service Bus subscription, notification list, or publisher authorization key.
Event routing
fundamentals
5 commands
Aliases: Azure Event Grid subscription, event subscription
Quick peek
Open full term page
Integration
top-250-pre130-priority-upgraded
Event Grid
Azure Event Grid is an event routing service for building event-driven applications by connecting event sources with subscribers and handlers.
Azure Event Grid
fundamentals
4 commands
Aliases: Azure Event Grid, event grid
Quick peek
Open full term page
Integration
top-250-pre130-priority-upgraded
Event Grid topic
An Event Grid topic is an endpoint where events are published and then routed by event subscriptions to configured event handlers.
Event Grid
intermediate
4 commands
Aliases: Azure Event Grid topic, custom topic, Event Grid custom topic
Quick peek
Open full term page
Integration
premium
Event subscription
An Event subscription is an Event Grid configuration that selects events from a source and delivers matching events to a destination endpoint. Teams use it to route storage, resource, custom, or partner events to the correct webhook, function, queue, topic, or event handler. It is not the event source itself, an Azure subscription, an Event Hubs consumer group, or proof that the destination successfully processed every event. In production, confirm source scope, event types, filters, endpoint URL or resource ID, authentication method, dead-letter destination, retry settings, diagnostic logs, and receiving application owner before treating the design as healthy or ready.
Event Grid
intermediate
6 commands
Aliases: Event Grid subscription, event routing subscription, event delivery subscription
Quick peek
Open full term page
Integration
premium
Advanced event filter
Advanced event filter is an Event Grid subscription filter that matches event fields and data values using advanced operators. In everyday Azure work, teams use it to route only the events that a handler actually needs, without creating separate topics for every condition. The useful evidence is event subscription, key path, operator type, values, event
Event Grid
intermediate
5 commands
Aliases: Event Grid advanced filter, advanced filtering, event subscription advanced filter
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
Integration
premium
Event filtering
Event filtering in Azure Event Grid limits which events are delivered to an event subscription by event type, subject filters, or advanced filters over event fields.
Azure Event Grid
intermediate
4 commands
Aliases: event filtering
Quick peek
Open full term page
Integration
premium
CloudEvents schema
A integration pattern or service capability in Event routing that helps teams connect services reliably without tightly coupling every component with clearer ownership, safety, and operational context.
Event routing
fundamentals
3 commands
Aliases: No aliases yet
Quick peek
Open full term page
Compute
premium
Azure Functions
Azure Functions is Azure serverless compute for running code from triggers such as HTTP requests, queues, timers, events, and service integrations without managing servers.
Serverless compute
intermediate
6 commands
Aliases: Functions, Function App, serverless functions
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
Web
premium
Event Hub trigger
An Event Hub trigger is an Azure Functions trigger binding that runs a function when events are available from an Azure Event Hub stream. Teams use it to process streaming events with serverless function code instead of running a dedicated worker service for every Event Hubs consumer workload. It is not the event hub itself, a producer, a capture archive, or a guarantee that downstream business processing completed successfully. In production, confirm the namespace, event hub, partitions, capacity, identity, network path, consumer group, checkpoint behavior, monitoring, and owner before treating the stream as safe.
Azure Functions
intermediate
5 commands
Aliases: Azure Functions Event Hub trigger, Event Hubs trigger, Event Hubs trigger binding
Quick peek
Open full term page
Integration
premium
Event Hubs
Azure Event Hubs is a fully managed, real-time data streaming platform for ingesting large volumes of events with low latency and routing them to consumers for processing. Teams use it to collect telemetry, application events, logs, clickstreams, and device data at scale before analytics, functions, or downstream services process them. It is not a queue for command messages, a workflow engine, a database, or an Event Grid routing topic for discrete platform events. In production, confirm the namespace, event hub, partitions, capacity, identity, network path, consumer group, checkpoint behavior, monitoring, and owner before treating the stream as safe.
Event Hubs
intermediate
5 commands
Aliases: Azure Event Hubs, Azure Event Hubs service
Quick peek
Open full term page
Integration
premium
Event Hubs consumer
An Event Hubs consumer is an application or service instance that reads events from partitions of an event hub through a consumer group. Teams use it to read and process events from an Event Hub stream for analytics, automation, storage, monitoring, or business applications. It is not a producer, a consumer group definition by itself, a Capture archive, or proof that the application processed events correctly. In production, confirm the namespace, event hub, partitions, capacity, identity, network path, consumer group, checkpoint behavior, monitoring, and owner before treating the stream as safe.
Event Hubs
intermediate
5 commands
Aliases: Azure Event Hubs consumer, Event Hubs reader, event stream consumer
Quick peek
Open full term page
Integration
premium
Event Hubs Kafka endpoint
An Event Hubs Kafka endpoint lets Apache Kafka clients connect to Azure Event Hubs by using the Kafka protocol instead of managing Kafka brokers. Teams use it to move or run Kafka producer and consumer applications on Event Hubs while keeping the familiar Kafka protocol and client model. It is not a self-managed Kafka cluster, a full replacement for every Kafka broker feature, or proof that existing applications need no configuration testing. 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: Event Hubs for Apache Kafka, Kafka-compatible Event Hubs endpoint, Apache Kafka endpoint
Quick peek
Open full term page
Integration
premium
Event Hubs namespace
An Event Hubs namespace is the management container for one or more event hubs and controls shared settings such as network access, SKU, capacity, and authorization. Teams use it to group event hubs under one managed Azure resource boundary for scale, networking, authorization, monitoring, and operational ownership. It is not an individual event hub stream, a consumer group, a storage account, or a generic directory folder. 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: Azure Event Hubs namespace, namespace, Event Hubs resource container
Quick peek
Open full term page
Integration
premium
Event Hubs producer
An Event Hubs producer is an application, service, device, or client that sends events to an event hub. Teams use it to identify the workload that publishes telemetry, transactions, logs, or business events into an Event Hubs stream. It is not a consumer, event processor, checkpoint, storage capture destination, or proof that downstream systems processed the event. 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: producer, event publisher, Event Hubs publisher client
Quick peek
Open full term page
Integration
premium
Event Hubs publisher policy
An Event Hubs publisher policy is a send-focused authorization pattern or rule that limits which publisher can send events to a namespace or event hub. Teams use it to grant producers only the send access they need without giving them broad manage or listen permissions. It is not a consumer group, schema rule, Event Grid filter, permanent secret vault, or proof that a producer follows the approved payload contract. 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: publisher policy, send policy, Event Hubs send authorization policy
Quick peek
Open full term page
Integration
premium
Event Hubs schema registry
Event Hubs schema registry is a central repository in Event Hubs for schemas used by event-driven and messaging applications. Teams use it to let producers and consumers share versioned event schemas so payloads stay consistent as applications evolve. It is not an event hub partition, a data catalog for every dataset, an automatic validator for all messages, or a substitute for application-side schema handling. 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: Azure Schema Registry, schema group, Event Hubs Schema Registry
Quick peek
Open full term page
Integration
premium
Event ordering policy
An event ordering policy is an architectural rule that defines how producers and consumers preserve required event order, usually by using stable partition keys and partition-scoped processing. Teams use it to decide which events must stay in order and how partition keys, consumers, retries, and downstream writes will preserve that order. It is not a single Azure Event Hubs setting, global ordering across all partitions, a timestamp sort, or a replacement for idempotent processing. 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: ordering policy, event order strategy, partition ordering rule
Quick peek
Open full term page
Management and Governance
premium
Policy event
A policy event is a record or notification that something changed in Azure Policy evaluation. It can tell you that a resource became compliant, became non-compliant, or had a policy state created or removed. Instead of waiting for someone to refresh a portal report, teams can query policy events or route state-change events through Event Grid. For operators, this makes policy activity visible close to the time it happens, so compliance changes can trigger alerts, tickets, evidence capture, or remediation workflows.
Azure Policy
intermediate
5 commands
Aliases: Policy event, policy-event
Quick peek
Open full term page
Storage
premium
SFTP for Azure Blob Storage
SFTP for Azure Blob Storage lets clients connect to a storage account through SSH File Transfer Protocol for file access, transfer, and management. It requires a supported storage account with hierarchical namespace enabled, then local users and scoped permissions control access to containers and paths.
Storage platform
intermediate
5 commands
Aliases: Azure Blob Storage SFTP, SFTP support for Azure Blob Storage, storage account SFTP, Blob SFTP endpoint, SFTP for Azure Blob Storage
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
Integration
top-250-pre130-priority-upgraded
Event Hub
An Event Hub is the stream entity inside an Azure Event Hubs namespace that receives, retains, and exposes event data across partitions for producers and consumers. Teams use it to ingest application, telemetry, audit, or device events into one durable stream that multiple readers can process independently. It is not the namespace that hosts capacity, the consumer group that isolates readers, or the downstream analytics job that processes events. In production, confirm the namespace, event hub, partitions, capacity, identity, network path, consumer group, checkpoint behavior, monitoring, and owner before treating the stream as safe.
Event Hubs
intermediate
5 commands
Aliases: Azure Event Hub, Event Hubs entity, event hub entity
Quick peek
Open full term page
Integration
top-250-pre130-priority-upgraded
Event Hubs consumer group
Event Hubs consumer group is an independent view over an Event Hubs event stream that lets a consuming application maintain its own read position without interfering with other consumers in Azure.
Event Hubs
intermediate
5 commands
Aliases: Azure Event Hubs consumer group, Event Hubs reader group, consumer group, Event Hubs consumer group
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
Containers
premium
Event-driven job
An Event-driven job in Azure Container Apps starts job executions when a configured scale rule detects work from an event source. Teams use it to run finite container work such as queue processing, batch enrichment, report generation, or cleanup only when events or messages are waiting. It is not a continuously running container app, an AKS deployment, a scheduled job, or a guarantee that every event is processed exactly once. In production, confirm job trigger type, scale rule, minimum and maximum executions, polling interval, image version, secret references, managed identity, execution status, logs, retries, and queue depth before treating the.
Azure Container Apps
intermediate
6 commands
Aliases: Container Apps event-driven job, KEDA job, event-triggered container job
Quick peek
Open full term page
Containers
premium
Event-driven scale rule
An Event-driven scale rule is a Container Apps scaling configuration that uses event-source metrics to decide how many replicas or job executions to run. Teams use it to connect queue length, event backlog, HTTP load, Kafka lag, or other scaler metadata to automatic scaling decisions. It is not the event source itself, a Kubernetes HPA object, a fixed replica count, or a complete guarantee that the application processes events correctly. In production, confirm scaler type, metadata names, authentication method, min and max replicas, polling interval, cooldown behavior, event source metrics, container revision, and downstream capacity before treating the design as.
Azure Container Apps
intermediate
6 commands
Aliases: KEDA scale rule, Container Apps event scale rule, custom scale rule
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
Analytics
premium
Azure Data Explorer
A fully managed, high-performance analytics service for near-real-time analysis of large telemetry, log, event, and time-series datasets.
Real-time analytics
intermediate
5 commands
Aliases: ADX, Kusto
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 auditing
Azure SQL auditing tracks database events and writes audit logs to supported destinations such as storage, Log Analytics, or Event Hubs.
Azure SQL Database
fundamentals
5 commands
Aliases: Azure SQL audit logs, Azure SQL auditing, SQL auditing, database auditing
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