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,971 matching terms. Narrow the search to reduce the list.
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
Databases
premium
Azure Cache for Redis
A managed in-memory data store based on Redis that improves application performance by caching frequently accessed data close to workloads.
Cache
fundamentals
4 commands
Aliases: Azure Redis Cache, Redis cache, managed Redis cache
Quick peek
Open full term page
Databases
verified
Redis access key
A single primary or secondary secret used by Redis clients when key-based authentication is enabled for an Azure Redis cache.
Cache
intermediate
7 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
verified
Redis access keys
The primary and secondary key pair used for key-based authentication to an Azure Redis cache when that mode is enabled.
Cache and in-memory data
fundamentals
7 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
verified
Redis active geo-replication
A multi-region Azure Redis capability that links caches so each participating instance can act as a local primary for reads and writes.
Azure Managed Redis
advanced
7 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
verified
Redis cache
A managed in-memory Redis data store on Azure used to improve application latency, throughput, and resilience of frequently accessed data.
Azure Managed Redis
intermediate
7 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
verified
Redis data persistence
Redis data persistence stores Redis data outside volatile memory so an Azure Redis instance can rehydrate after severe node failure. In Azure Managed Redis, persistence can use RDB snapshots or AOF write logs; it improves durability but is not backup or point-in-time recovery.
Cache and in-memory data
fundamentals
5 commands
Aliases: Redis persistence, RDB persistence, AOF persistence
Quick peek
Open full term page
Databases
verified
Redis database
A Redis database is the keyspace and endpoint an application uses to store Redis keys, values, streams, sets, hashes, and other data structures. In Azure Managed Redis and Redis Enterprise, database settings govern clustering, eviction, access, persistence, and client connectivity inside the managed service.
Azure Managed Redis
fundamentals
5 commands
Aliases: Redis keyspace, Redis DB, Redis cache database
Quick peek
Open full term page
Databases
verified
Redis Enterprise
Redis Enterprise is the commercial Redis platform used by Azure Managed Redis and Azure Cache for Redis Enterprise tiers. It adds managed clustering, high-throughput shard placement, modules, active geo-replication, persistence options, and enterprise operations around the familiar Redis API.
Cache
fundamentals
5 commands
Aliases: Redis Enterprise software, Enterprise Redis
Quick peek
Open full term page
Databases
verified
Redis Enterprise cache
A Redis Enterprise cache is an Azure cache instance running on Redis Enterprise rather than basic open-source Redis nodes. In Azure Cache for Redis Enterprise tiers, it provides clustered data nodes, quorum behavior, Enterprise/Enterprise Flash SKUs, modules, persistence, and active geo-replication for demanding workloads.
Azure Managed Redis
intermediate
5 commands
Aliases: Azure Cache for Redis Enterprise, Enterprise Redis cache, Enterprise cache
Quick peek
Open full term page
Databases
verified
Redis eviction
Redis eviction is the Redis behavior that removes keys when memory pressure reaches the configured limit. Azure Managed Redis and Azure Cache for Redis expose eviction through memory policies, TTL behavior, metrics, and diagnostics so teams can decide which cached data may disappear safely.
Azure Managed Redis
intermediate
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
verified
Redis eviction policy
A Redis eviction policy is the configured maxmemory rule that decides which keys are eligible for removal when Redis needs memory. Azure supports policies such as volatile-lru, allkeys-lru, random, TTL-based, LFU, and noeviction depending on Redis service, tier, and database configuration.
Cache and in-memory data
intermediate
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
verified
Redis firewall rule
A Redis firewall rule in Azure Cache for Redis allows specific public IP address ranges to connect to a cache instance. Firewall rules use start and end IP values, apply to Basic, Standard, and Premium tiers, and are not available for Enterprise or Enterprise Flash.
Cache and in-memory data
intermediate
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
verified
Redis geo-replication
Redis geo-replication connects Redis instances across Azure regions so cache data can be synchronized for regional resilience or lower-latency access. Azure Managed Redis supports active geo-replication groups with multiple writable instances, eventual consistency, configuration requirements, and operational procedures for regional outages.
Cache and in-memory data
intermediate
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
verified
Redis import export
Redis import/export moves cache data as Redis Database snapshots between Azure Redis instances and Azure Storage blobs. Azure Managed Redis can import from page or block blobs and export to block blobs, supporting migration, prepopulation, data movement, and controlled operational transfers.
Azure Managed Redis
intermediate
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
verified
Redis keyspace
Redis keyspace is the live set of keys, values, expirations, and metadata inside a Redis database. In Azure Redis services, it shows up through database selection, key naming, TTL behavior, and optional keyspace notifications that publish events when keys change or expire.
Data platform
intermediate
5 commands
Aliases: Redis namespace, Redis keys, Redis key namespace, keyspace notifications
Quick peek
Open full term page
Databases
verified
Redis module
A Redis module extends Redis beyond core commands with extra data structures or query capabilities. Azure Managed Redis supports modules such as RediSearch, RedisBloom, RedisTimeSeries, and RedisJSON; modules are selected during cache creation and managed by the service rather than loaded manually afterward.
Azure Managed Redis
intermediate
5 commands
Aliases: Redis extensions, Redis modules, RediSearch, RedisJSON, RedisBloom, RedisTimeSeries
Quick peek
Open full term page
Databases
verified
Redis passive geo-replication
Redis passive geo-replication links two Premium Azure Cache for Redis instances, usually across Azure regions. The primary accepts reads and writes, replicated data flows to a read-only secondary, and failover is an operator-driven disaster recovery action rather than automatic traffic switching.
Azure Managed Redis
advanced
5 commands
Aliases: passive Redis geo-replication, Azure Cache Redis geo replication, Redis server link, read-only Redis secondary
Quick peek
Open full term page
Databases
field-manual-complete
Redis persistence
Redis persistence is the option that lets a Redis cache survive more than memory loss. Normal Redis is often treated as disposable because data lives in memory and can be rebuilt from a database. Persistence changes that assumption by saving snapshots or append-only changes so the cache can be restored after a serious failure. In Azure, it belongs with workload recovery planning, not routine backup exports. You still decide which data is safe to keep in Redis and which must remain in a durable database.
Cache and in-memory data
fundamentals
5 commands
Aliases: Redis data persistence, RDB persistence, AOF persistence, Redis persisted cache
Quick peek
Open full term page
Databases
field-manual-complete
Redis private endpoint
A Redis private endpoint gives your application a private IP path to Redis inside an Azure virtual network. Instead of letting clients reach the cache through its public endpoint, you attach a private endpoint to a subnet and connect through Private Link. The cache remains a managed Azure service, but traffic from approved networks resolves to private address space. This is most useful when security policy, compliance rules, or network design require Redis to behave like an internal dependency rather than an internet-exposed service.
Cache and in-memory data
intermediate
5 commands
Aliases: Redis Private Endpoint, Azure Redis private endpoint, Redis endpoint over Private Link, Private Redis endpoint
Quick peek
Open full term page
Databases
field-manual-complete
Redis private link
Redis private link is the private connectivity pattern behind a Redis private endpoint. Private Link is the Azure capability that connects a private endpoint in your virtual network to the managed Redis service. The application still uses the Redis hostname, but DNS resolves it to a private address when configured correctly. Think of private link as the service relationship and private endpoint as the concrete network interface. It matters when your architecture needs private data-service access without self-hosting Redis inside the virtual network.
Cache
intermediate
5 commands
Aliases: Redis Private Link, Private Link for Redis, Azure Redis Private Link, Redis private connectivity
Quick peek
Open full term page
Databases
field-manual-complete
Redis TLS port
Redis TLS port is the connection path your Redis client uses when traffic must be encrypted. In many Azure Cache for Redis deployments, TLS clients use port 6380 while the old non-TLS port is 6379. Azure Managed Redis uses port 10000 for both TLS and non-TLS modes. The exact port matters because client libraries, firewall rules, private endpoints, health probes, and connection strings must agree. A wrong port can look like a Redis outage even when the cache is healthy.
Azure Managed Redis
intermediate
5 commands
Aliases: Redis SSL port, Redis encrypted port, Azure Redis TLS endpoint, Redis port 6380
Quick peek
Open full term page
Databases
field-manual-complete
Redis vector similarity search
Redis vector similarity search lets Redis answer questions like “which stored items are most similar to this embedding?” Instead of matching only exact words, applications store vectors that represent meaning, images, products, documents, or events. Redis indexes those vectors and returns nearby results quickly. In Azure, this is useful when a team wants low-latency AI retrieval or recommendations close to the application cache. It is not a magic model; the quality still depends on embeddings, index design, metadata filters, and refresh discipline.
Azure Managed Redis
advanced
5 commands
Aliases: Redis vector search, Redis VSS, RediSearch vector search, Redis KNN search
Quick peek
Open full term page
Databases
verified
Redis cache shard
A Redis cache shard is a slice of the cache. Instead of forcing every key, session, counter, and hot lookup through one Redis process, the cache can divide data across multiple shards. Each shard owns part of the keyspace, so the workload has more room and more processing capacity. For a learner, the important point is simple: sharding helps a cache grow horizontally, but it also makes key design, client compatibility, monitoring, and operational change control more important.
Cache and in-memory data
fundamentals
4 commands
Aliases: Redis shard, cache shard, Redis partition
Quick peek
Open full term page
Databases
verified
Redis cache SKU
A Redis cache SKU is the size and capability package you buy for the cache. It answers questions like how much memory the cache has, what performance level it can provide, which high-availability or scaling features are available, and how much it will cost. For Azure teams, SKU is not just a billing label. It is a design decision that affects latency, resilience, migration options, monitoring expectations, and whether the cache can support the application when traffic grows.
Cache and in-memory data
fundamentals
4 commands
Aliases: Redis SKU, cache SKU, Redis size
Quick peek
Open full term page
Databases
verified
Redis cache tier
A Redis cache tier is the broad class of cache capability, while the SKU is the exact purchasable size inside that class. The tier tells you what kind of workload the cache is meant for: simple development, production high availability, larger scale, flash-backed capacity, or a managed enterprise-style Redis deployment. For learners, tier is the decision that says what features and operating expectations are on the table before anyone argues about the exact memory size.
Cache
intermediate
4 commands
Aliases: Redis tier, cache tier, Redis performance tier
Quick peek
Open full term page
Databases
verified
Redis clustering
Redis clustering means the cache is not one giant bucket handled by one Redis process. The keyspace is divided across multiple Redis processes, often called shards, so the service can use more memory and processing power. Applications still talk to Redis, but the client library may need to understand where keys live. Clustering is useful for scale, but it changes how developers think about multi-key commands, hot keys, testing, failover, and operational monitoring.
Cache and in-memory data
intermediate
4 commands
Aliases: Redis cluster, clustered Redis, Redis scale out
Quick peek
Open full term page
Databases
verified
Redis connection resilience
Redis connection resilience is the difference between a brief cache hiccup and a full application outage. Redis clients can lose connections during maintenance, failover, network changes, private endpoint issues, TLS problems, high server load, or application restarts. A resilient application reconnects carefully, retries with limits, avoids flooding Redis, and can fall back to the durable source of truth when needed. The goal is not to pretend Redis never fails; the goal is to make cache failure boring and survivable.
Azure Managed Redis
intermediate
4 commands
Aliases: Redis reconnect resilience, Redis client resilience, Redis timeout strategy
Quick peek
Open full term page
AI and Machine Learning
expanded
Semantic cache
A semantic cache stores previous prompts and responses with vector representations so later requests with similar meaning can reuse a cached response. In Azure, this pattern is used with services such as API Management and Azure Managed Redis to reduce latency, backend load, and LLM calls.
Azure Managed Redis and API Management
advanced
4 commands
Aliases: semantic caching, LLM semantic cache, AI gateway semantic cache, vector response cache
Quick peek
Open full term page
Storage
premium
Azure Managed Lustre
Azure Managed Lustre is a managed parallel file system for high-performance computing and AI workloads that need scalable, low-latency file storage in Azure.
Parallel file systems
advanced
5 commands
Aliases: Managed Lustre, Azure Managed Lustre File System, AMLFS
Quick peek
Open full term page
AI and Machine Learning
premium
Azure OpenAI managed identity
Azure OpenAI managed identity uses Microsoft Entra identities so Azure workloads can call model endpoints without stored keys.
Azure OpenAI
intermediate
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
AI and Machine Learning
top-250-pre130-priority-upgraded
Customer managed key for Azure OpenAI
Customer managed key for Azure OpenAI is a production Azure concept tied to Azure OpenAI.
Azure OpenAI
advanced
4 commands
Aliases: Customer-managed key for Azure OpenAI, Customer managed key for Azure OpenAI
Quick peek
Open full term page
Analytics
learning-path-anchor
Synapse workspace managed identity
A Synapse workspace managed identity is the workspace's own identity in Microsoft Entra ID. Instead of saving passwords, keys, or connection strings inside pipelines and notebooks, Synapse can use this identity to ask for tokens and reach trusted Azure resources. It is commonly used for Data Lake Storage, Key Vault, SQL, and linked service...
Synapse Analytics
intermediate
8 commands
Aliases: Synapse managed service identity, Synapse MSI, workspace system-assigned identity, Synapse workspace identity
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
Identity
learning-path-anchor
System-assigned managed identity
A system-assigned managed identity lets one Azure resource authenticate without a stored password, client secret, or certificate managed by your app team. You turn it on for a resource such as a web app, function, virtual machine, data factory, or automation account. Azure creates an identity for that resource, and the resource can request...
Managed identities
intermediate
4 commands
Aliases: system assigned identity, resource managed identity, SystemAssigned identity, managed service identity
Quick peek
Open full term page
Databases
verified
Redis Enterprise database
A Redis Enterprise database is the database resource inside a Redis Enterprise cluster. It defines the actual Redis endpoint, port, clustering policy, modules, eviction policy, persistence settings, access-key behavior, and geo-replication links that applications use after the cluster is provisioned.
Data platform
intermediate
5 commands
Aliases: RedisEnterprise database, Enterprise database, Redis Enterprise DB
Quick peek
Open full term page
AI and Machine Learning
premium
Azure OpenAI resource
An Azure OpenAI resource is the Azure control-plane boundary that hosts deployments, endpoints, access, networking, and billing context.
Azure OpenAI
fundamentals
12 commands
Aliases: No aliases yet
Quick peek
Open full term page
AI and Machine Learning
premium
Azure OpenAI Service
Azure OpenAI Service provides managed access to OpenAI model capabilities through Azure endpoints and enterprise controls.
Generative AI
fundamentals
11 commands
Aliases: Azure OpenAI
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
Developer Tools
premium
Azure CLI
A cross-platform command-line tool for connecting to Azure and executing administrative commands on Azure resources.
Command line
fundamentals
6 commands
Aliases: az, Azure command-line interface
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
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
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
Analytics
premium
Databricks managed resource group
The Azure resource group created or referenced for Databricks-managed infrastructure that supports a workspace and its classic compute resources.
Azure Databricks
intermediate
6 commands
Aliases: managed resource group, Azure Databricks managed resource group, workspace managed resource group
Quick peek
Open full term page
Containers
premium
AKS managed identity
An AKS managed identity is a Microsoft Entra identity that an AKS cluster uses to manage Azure resources without stored service principal secrets.
AKS identity
Intermediate
5 commands
Aliases: Azure Kubernetes Service managed identity, aks managed identity
Quick peek
Open full term page
AI and Machine Learning
premium
Azure AI Foundry
Create a governed project boundary where AI teams can build agents, evaluations, files, and model deployments without unmanaged sprawl.; Compare, evaluate, and approve model deployments before a generative AI feature is
AI platform
fundamentals
5 commands
Aliases: AI Foundry, Microsoft Foundry, Foundry resource, Foundry project, Azure AI Foundry, azure ai foundry
Quick peek
Open full term page
AI and Machine Learning
premium
Azure AI Search indexer
An Azure AI Search indexer is the automated worker that fills a search index from another data source. Instead of your application pushing every document into Azure AI Search, the indexer pulls from places such as Blob Storage, Azure SQL, Cosmos DB, or Data Lake Storage. It can map fields, detect changes, crack documents, and run enrichment skills before writing searchable documents. It is useful when source data changes regularly.
AI platform and search
intermediate
5 commands
Aliases: Azure AI Search indexer, search indexer, indexer, azure-ai-search-indexer
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
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
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
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