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 723 matching terms. Narrow the search to reduce the list.
Integration
field-manual-complete
API Management
Azure API Management is a hybrid, multicloud API management platform with a gateway, management plane, and developer portal for the full API lifecycle.
API Management
intermediate
3 commands
Aliases: APIM
Quick peek
Open full term page
Integration
premium
API Management backend
An API Management backend is the HTTP service that implements a frontend API and its operations behind the API Management gateway.
API Management
intermediate
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Integration
premium
API Management gateway
The API Management gateway is the component that receives API requests, applies policies, routes traffic to backends, and returns responses to callers.
API Management
intermediate
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Integration
premium
API Management operation
An API Management operation is one callable action inside an API, such as GET /orders or POST /claims. It tells Azure API Management which HTTP method, URL template, parameters, and display name should be exposed to consumers. The operation can map to a backend route, return a mock response, accept.
Application delivery and API edge
intermediate
4 commands
Aliases: APIM operation, API operation in API Management
Quick peek
Open full term page
Integration
premium
API Management revision
An API Management revision is a safe working copy of an API for changes that should not break consumers. You create a revision, adjust operations, descriptions, policies, or backend settings, test the changes, and then make that revision current when it is ready. Existing consumers keep using the.
Application delivery and API edge
intermediate
4 commands
Aliases: APIM revision, API revision
Quick peek
Open full term page
Integration
premium
API Management self-hosted gateway
An API Management self-hosted gateway is a containerized copy of the API Management gateway that runs where your APIs live, such as on-premises, another cloud, or an Azure Kubernetes environment. Azure API Management remains the place where teams define APIs, products, policies, and observability..
Application delivery and API edge
intermediate
4 commands
Aliases: APIM self-hosted gateway, self-hosted API gateway
Quick peek
Open full term page
Integration
premium
API Management version
An API Management version is a separate version of an API that helps teams handle breaking changes. Clients can keep using an older version while newer clients adopt the new version when ready. Versions can be identified through a path, header, or query parameter, depending on the versioning.
Application delivery and API edge
intermediate
4 commands
Aliases: APIM version, API version in API Management
Quick peek
Open full term page
Integration
complete
API Management policy
An API Management policy is a rule the gateway runs while handling an API call. Policies can validate tokens, add or remove headers, rewrite URLs, limit rates, cache responses, transform payloads, choose a backend, or return a custom response. They are written as ordered XML statements and can.
Application delivery and API edge
intermediate
4 commands
Aliases: APIM policy, API policy in API Management
Quick peek
Open full term page
Integration
strict-validated
API Management named value
An API Management named value is a reusable name/value pair for policies, supporting plain values, encrypted secrets, policy expressions, and Key Vault references.
API Management policies
intermediate
3 commands
Aliases: No aliases yet
Quick peek
Open full term page
Web
premium
Serverless API deployment
Serverless API deployment in Azure commonly means publishing HTTP-triggered Azure Functions, often with zip deployment, run-from-package, Static Web Apps APIs, or API Management integration. The deployment packages code, configuration, identity, routing, and monitoring so an API endpoint can scale without dedicated server management.
Azure Functions
intermediate
5 commands
Aliases: serverless API release, Azure Functions API deployment, HTTP trigger deployment, function API deployment
Quick peek
Open full term page
Integration
premium
API
An API is a defined interface of operations that clients call, often represented in Azure API Management by frontend operations mapped to backend services.
API Management
beginner
3 commands
Aliases: No aliases yet
Quick peek
Open full term page
Containers
learning-path-anchor
Target port
A target port tells Azure Container Apps where to deliver traffic inside your container. Public or internal ingress may expose an endpoint, but the app still has to listen on a specific port. If the container listens on 8080 and ingress targets 80, users may see timeouts, failed probes, or gateway errors. The setting is small, but it is often the difference between the app being deployed and the app being reachable. It should match the application startup command, Dockerfile, framework port, and health probes.
Azure Container Apps
intermediate
5 commands
Aliases: container target port, Container Apps target port, ingress targetPort, container ingress port
Quick peek
Open full term page
Networking
premium
Ingress
Ingress controls how users, APIs, partners, and internal services can reach a workload and which network controls protect that entry point. Teams see it in container apps ingress settings, kubernetes ingress controllers. It is not egress, a firewall rule alone, a load balancer backend pool, or an application route inside code; confusing them can create public exposure, unreachable apps. 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.
Application Networking
Fundamentals
5 commands
Aliases: incoming application traffic, inbound app traffic, Container Apps ingress, external ingress, internal ingress
Quick peek
Open full term page
Integration
premium
Developer portal
The developer portal is the Azure API Management portal where API consumers discover APIs, read documentation, sign in, subscribe to products, retrieve subscription details, and test API operations when allowed.
Application delivery and API edge
intermediate
4 commands
Aliases: API Management developer portal, APIM developer portal, developer portal in API Management, API consumer portal
Quick peek
Open full term page
Networking
premium
DNS zone
A DNS zone is an Azure DNS container for record sets that answer names under a domain. Public zones publish internet-resolvable records after registrar delegation, while private zones resolve only for linked virtual networks and support private endpoint and internal naming patterns.
DNS
fundamentals
4 commands
Aliases: Azure DNS zone, DNS zone, public DNS zone, private DNS zone, hosted zone
Quick peek
Open full term page
Monitoring and Observability
premium
HTTP 4xx
HTTP 4xx refers to client error responses, such as unauthorized, forbidden, not found, or bad request, observed by Azure applications and monitoring tools.
HTTP operations
intermediate
4 commands
Aliases: HTTP 4xx, http 4xx
Quick peek
Open full term page
Monitoring and Observability
premium
HTTP 5xx
HTTP 5xx refers to server error responses that indicate an application, platform component, gateway, or downstream dependency failed to handle a request.
HTTP operations
intermediate
4 commands
Aliases: HTTP 5xx, http 5xx
Quick peek
Open full term page
Management and Governance
premium
Cache freshness
Cache freshness describes how current cached data or a cached response is compared with the origin source.
Dashboard operations
advanced
2 commands
Aliases: No aliases yet
Quick peek
Open full term page
Security
premium
Certificate
A certificate is an X.509 object used for TLS, authentication, or cryptographic operations.
Secrets and keys
fundamentals
2 commands
Aliases: No aliases yet
Quick peek
Open full term page
Integration
verified
Product
An API Management product is the package developers subscribe to when they want to use one or more APIs.
API gateway
fundamentals
6 commands
Aliases: No aliases yet
Quick peek
Open full term page
Integration
verified
Workflow action
In Azure Logic Apps, a workflow action is a step that runs after a trigger or another action. Actions can call connectors, transform data, branch, loop, wait, compose values, or invoke services as part of the workflow definition during each run.
Logic Apps
intermediate
6 commands
Aliases: Logic Apps action, workflow step, Logic Apps connector action, action definition
Quick peek
Open full term page
Web
field-manual-complete
HTTP trigger
An HTTP trigger is the front door for a function that should run because something made a web request. Instead of waiting for a queue message, timer, or file upload, the function wakes up when a client calls an HTTP route. Teams.
Azure Functions
intermediate
5 commands
Aliases: HTTP trigger, http trigger
Quick peek
Open full term page
Integration
verified
Request trigger
In Azure Logic Apps, the Request built-in trigger starts a workflow when an HTTPS request reaches its generated endpoint. It can validate an optional JSON schema, expose a callback URL, and pair with a Response action when the workflow needs to behave like an API. securely.
Logic Apps
intermediate
5 commands
Aliases: Logic Apps Request trigger, When an HTTP request is received, HTTP request trigger, request-based trigger, callable workflow endpoint
Quick peek
Open full term page
Integration
field-manual-complete
Subscription key
A subscription key is an API Management credential that lets a caller access APIs tied to a subscription. It is not the same as an Azure subscription, even though the name is easy to confuse. The key is usually issued to a developer, app, partner, or product subscriber and sent with requests to APIM. It helps the gateway identify and allow callers, apply product rules, and support rotation. Treat it like a secret because anyone with the key can call the protected API until it is revoked or changed.
API gateway
fundamentals
5 commands
Aliases: APIM subscription key, API Management subscription key, Ocp-Apim-Subscription-Key, API gateway key
Quick peek
Open full term page
AI and Machine Learning
field-manual-complete
Tool call
A tool call is a model-generated request for the application to invoke a named function or tool with structured arguments. In Azure OpenAI and Foundry agent workflows, tool calls let the model use external APIs, databases, search results, or business logic before producing a final answer.
Azure OpenAI
intermediate
5 commands
Aliases: function call, AI tool call, model tool call, function-calling request, tool invocation
Quick peek
Open full term page
Web
complete
Static Web Apps linked backend
An external API service connected to a Static Web App so front-end requests can reach it through the app API route.
Static Web Apps
intermediate
5 commands
Aliases: static-web-apps-linked-backend, Static Web Apps linked backend, SWA linked backend, bring your own API, Static Web Apps BYO API, Static Web Apps backend link
Quick peek
Open full term page
Integration
top-250-pre130-priority-upgraded
Logic App
A Logic App is an Azure Logic Apps resource or workflow that automates business and integration processes by connecting a trigger, actions, connectors, data operations, conditions, and monitoring so systems can exchange information without custom glue code everywhere in governed production environments.
Azure Logic Apps
fundamentals
4 commands
Aliases: Azure Logic Apps
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
Integration
premium field-manual
Managed connector
A managed connector is a Microsoft-managed connector that provides workflow triggers and actions for SaaS applications, Azure services, and supported systems. Teams use it when a workflow must integrate with another service without custom hosting code. In plain English, it gives operators a named control for reliable integration, authentication reuse, and clearer workflow ownership instead of leaving the decision hidden in a portal setting, script, or deployment file. Treat it as production-ready only when the owner, dependencies, permission boundary, monitoring signal, and rollback evidence are clear.
Logic Apps connectors
intermediate
3 commands
Aliases: Managed connector, Azure Logic Apps, Logic Apps connectors
Quick peek
Open full term page
Databases
premium
Cosmos DB Table API
Cosmos DB Table API is the Cosmos DB API that supports applications written for Azure Table Storage-style key-value tables with Cosmos DB capabilities. It lets teams keep a familiar table model while using Cosmos DB account management, global distribution, throughput, and monitoring. You see it when applications use PartitionKey and RowKey entities, Azure Table SDKs, or migrations from Azure Table Storage. The production check is whether the table access pattern, partition key, throughput model, and consistency expectations fit Cosmos DB rather than basic storage tables. Document the decision in code, templates, metrics, and runbooks.
Azure Cosmos DB
intermediate
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Management and Governance
premium
API version
An API version is the version selector Azure uses when a tool, template, script, SDK, or REST call asks a resource provider to do something. It usually looks like a date, such as 2023-05-01, but it is not just a label and it is not the same as a product release number. Microsoft Learn anchors this term in Azure resource providers and types, 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.
Resource providers
fundamentals
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
premium
Cosmos DB API for Cassandra
Managed Cosmos DB API for Cassandra-style wide-column applications using familiar Cassandra drivers, CQL concepts, and Azure Cosmos DB operations.
Azure Cosmos DB
intermediate
4 commands
Aliases: Azure Cosmos DB for Apache Cassandra, API for Cassandra, Cassandra API
Quick peek
Open full term page
Management and Governance
premium
Resource provider API profile
A resource provider API profile is a compatibility idea: instead of choosing every API version one by one, a profile represents a known set of Resource Manager API versions that tooling can target together. Microsoft Learn anchors this term in Azure resource providers and resource types, 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.
Resource providers
fundamentals
3 commands
Aliases: No aliases yet
Quick peek
Open full term page
AI and Machine Learning
premium
Face API
The Face API is an Azure AI service API that provides face detection, recognition, verification, identification, grouping, and related face analysis capabilities. Teams use it to build applications that detect faces in images, compare faces, verify identity scenarios, support liveness workflows, or organize face-related image data under approved responsible AI controls. It is not a general computer vision labeler, proof of identity by itself, a surveillance policy, or permission to use biometric capabilities without legal, privacy, and access review.
Azure AI services
intermediate
6 commands
Aliases: Azure AI Face, Azure Face API, Face service
Quick peek
Open full term page
Containers
premium
API server authorized IP ranges
API server authorized IP ranges are an AKS security setting that limits who can reach the Kubernetes control-plane endpoint. Instead of letting any public IP attempt a connection to the API server, the cluster allows only specified public CIDR ranges, such as corporate VPN, jump-host, automation,.
Azure Kubernetes Service
intermediate
5 commands
Aliases: AKS API server authorized IP ranges, authorized API server IP ranges
Quick peek
Open full term page
Databases
premium
Cosmos DB MongoDB API
Cosmos DB MongoDB API means the Azure Cosmos DB API that lets many MongoDB applications use Cosmos DB through MongoDB-compatible drivers and tools. It is the practical label operators use when they decide how application data should be modeled, queried, protected, and monitored in Azure Cosmos DB. In plain English, it explains where developers, platform engineers, and support teams meet: the application wants fast data access, while the platform controls scale, cost, security, and recovery. A good glossary entry helps the team know which setting to inspect, which owner to involve, and which symptoms prove the design works.
Azure Cosmos DB
intermediate
5 commands
Aliases: Azure Cosmos DB MongoDB API, cosmos db mongodb api
Quick peek
Open full term page
Management and Governance
premium
Management group
Microsoft Learn describes management groups as governance containers above subscriptions that let organizations organize subscriptions into a hierarchy. They support unified policy, access management, and governance controls across many subscriptions instead of repeating the same assignments subscription by subscription at enterprise scale.
Azure governance
fundamentals
5 commands
Aliases: Azure management group, Management group hierarchy, MG scope
Quick peek
Open full term page
Management and Governance
premium
Parent management group
A parent management group is the branch above a child management group or subscription. Rules assigned at the parent can flow downward, so changing the parent is a broad governance decision, not just a local label change.
Management groups
fundamentals
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Management and Governance
premium
Root management group
The root management group is the top of the Azure governance tree for a tenant. Because everything sits beneath it, policies or access assigned there can have very wide impact. Treat root-scope changes as enterprise-level decisions.
Management groups
intermediate
5 commands
Aliases: tenant root group
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
Management and Governance
premium
Child management group
A child management group is a branch under a parent management group. It helps organize subscriptions into smaller governance areas, while still inheriting broad rules from above. Use it when one tenant needs different policy or access boundaries for teams, business units, or environments.
Management groups
fundamentals
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
premium
Cosmos DB API for Gremlin
Managed Cosmos DB graph API for relationship-heavy workloads that model data as vertices, edges, properties, and Gremlin traversals.
Azure Cosmos DB
intermediate
4 commands
Aliases: Azure Cosmos DB for Apache Gremlin, API for Gremlin, Gremlin API
Quick peek
Open full term page
Databases
premium
Cosmos DB API for MongoDB
Managed Cosmos DB API for document applications that use MongoDB-compatible drivers, tools, commands, and connection patterns.
Azure Cosmos DB
intermediate
4 commands
Aliases: Azure Cosmos DB for MongoDB, API for MongoDB, MongoDB API
Quick peek
Open full term page
Databases
premium
Cosmos DB API for NoSQL
Native Azure Cosmos DB API for JSON items, containers, SQL-style queries, SDKs, change feed, partitioning, and request-unit based operations.
Azure Cosmos DB
intermediate
4 commands
Aliases: Azure Cosmos DB for NoSQL, API for NoSQL, Core SQL API, SQL API
Quick peek
Open full term page
Identity
premium
Entitlement management
Entitlement management uses access packages to govern access to groups, applications, SharePoint sites, and other resources for internal and external identities.
Identity Governance
intermediate
4 commands
Aliases: Microsoft Entra entitlement management, Entra entitlement management, access package governance
Quick peek
Open full term page
Management and Governance
premium
Management group hierarchy
A management group hierarchy is the tree that organizes an Azure estate. Subscriptions can sit under management groups, management groups can sit under parents, and broad policy or access settings can flow down from higher branches to lower ones.
Management groups
intermediate
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Management and Governance
premium
Management group ID
A management group ID is the stable name Azure tools use for a management group. The display name can be friendly, but the ID is what CLI commands, resource IDs, and policy assignments need when they target that governance scope.
Management groups
fundamentals
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Management and Governance
premium
Management group scope
Management group scope means the operation targets a branch of the Azure hierarchy, not just one subscription. It is useful for organization-wide policy, access, and landing-zone governance, but mistakes can affect many subscriptions at once.
Management scopes
intermediate
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Management and Governance
premium
Management-plane operation
A management-plane operation is an Azure control action. It is what you do when you create a virtual machine, update a storage account setting, assign a role, list resources, validate a deployment, or delete a resource group. Microsoft Learn anchors this term in What is Azure Resource Manager?, 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.
Azure Resource Manager
fundamentals
3 commands
Aliases: No aliases yet
Quick peek
Open full term page
AI and Machine Learning
premium
Assistants API
Assistants API is the older assistant-building API pattern that organizes an AI workflow around assistants, threads, messages, runs, tools, and files. It helped developers build stateful assistants without inventing every orchestration object themselves. In 2026, it should be treated as a migration-sensitive term because Azure documentation marks the classic Assistants API as deprecated and.
Azure OpenAI
intermediate
2 commands
Aliases: Azure OpenAI Assistants API, OpenAI Assistants API, classic Assistants API, Assistants API v2
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