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.
DevOps
premium
Azure DevOps organization
The top-level Azure DevOps Services container that connects related projects, users, repositories, pipelines, artifacts, permissions, and organization settings.
Azure DevOps
fundamentals
5 commands
Aliases: Azure DevOps org
Quick peek
Open full term page
DevOps
premium
Azure DevOps project
A workspace inside Azure DevOps for a team to plan, track, code, build, test, deploy, and collaborate on software delivery.
Azure DevOps
fundamentals
5 commands
Aliases: ADO project
Quick peek
Open full term page
DevOps
premium
Pipeline in Azure DevOps
A pipeline in Azure DevOps is an automated build, test, and deployment workflow. Microsoft Learn describes Azure Pipelines as CI/CD for many languages, platforms, and targets, with YAML or classic definitions that connect source changes to repeatable delivery stages.
CI/CD
fundamentals
5 commands
Aliases: Azure Pipelines, ADO pipeline, Azure DevOps CI/CD pipeline, YAML pipeline, Azure Pipeline, DevOps pipeline
Quick peek
Open full term page
DevOps
premium
Environment in Azure DevOps
An Azure DevOps environment is a logical collection of resources that a pipeline can target for deployments, approvals, checks, and deployment history.
Azure Pipelines
fundamentals
4 commands
Aliases: environment in azure devops
Quick peek
Open full term page
Developer Tools
premium
Azure Developer CLI
An open-source developer command-line tool that accelerates provisioning, deployment, pipeline setup, and monitoring for application resources on Azure.
Developer workflow
fundamentals
6 commands
Aliases: azd
Quick peek
Open full term page
DevOps
top-250-pre130-priority-upgraded
GitHub Actions for Azure
GitHub Actions for Azure is the set of GitHub workflow patterns and Azure actions used to sign in, build, test, package, deploy, and manage Azure resources from a repository. Teams use it to connect source control to Azure deployments while keeping workflow steps, identities, approvals, and release evidence in versioned automation. In daily Azure work, it shows up when engineers use azure/login, deploy web apps or functions, run Azure CLI scripts, deploy Bicep, push containers, or configure OIDC federation.
CI/CD
intermediate
4 commands
Aliases: Azure GitHub Actions, Azure actions, azure/login, GitHub Actions for Azure
Quick peek
Open full term page
Analytics
learning-path-anchor
Synapse workspace repository
A Synapse workspace repository is where a Synapse workspace saves its authoring artifacts when Git integration is enabled. Instead of every notebook, pipeline, SQL script, linked service, or dataset living only in the live workspace, the team works through branches, commits, pull requests, and a publish branch. That gives data engineers a familiar code-review...
Synapse Analytics
fundamentals
5 commands
Aliases: Synapse Git repository, Synapse source control, Synapse code repository, workspace Git integration
Quick peek
Open full term page
Containers
premium
Flux extension
The Flux extension is the microsoft.flux Kubernetes cluster extension for Azure Kubernetes Service or Azure Arc-enabled Kubernetes that installs Flux v2 controllers for GitOps reconciliation. Teams use it to sync Git, OCI, Helm, or Kustomize sources to Kubernetes clusters so desired configuration is versioned, reconciled, audited, and applied consistently across AKS and Arc-enabled environments. It is not a CI pipeline by itself, a replacement for cluster security, a guarantee that every manifest is safe, or a reason to let unreviewed repository changes modify production clusters.
Kubernetes GitOps
intermediate
6 commands
Aliases: microsoft.flux extension, GitOps Flux extension, AKS Flux extension, Azure Arc Flux extension
Quick peek
Open full term page
DevOps
premium
Service connection
Service connection is an Azure DevOps project resource that stores how a pipeline authenticates to Azure or another external service. In Azure Resource Manager connections, it can use workload identity federation, a managed identity, or a service principal so pipeline tasks can deploy safely.
CI/CD
fundamentals
6 commands
Aliases: Azure DevOps service connection, service endpoint, Azure Pipelines service connection, Azure RM service connection
Quick peek
Open full term page
Containers
premium
ACR Task
An ACR Task is automation inside Azure Container Registry for building, testing, patching, or maintaining container images. Instead of relying only on a developer laptop or separate build server, the registry can run a build from source, a.
Azure Container Registry
intermediate
5 commands
Aliases: Azure Container Registry Task, ACR Tasks, registry task
Quick peek
Open full term page
Web
premium
Local Git deployment
Microsoft Learn describes Local Git deployment for App Service as a method for deploying code from a Git repository on a local computer to an app-hosted Git endpoint. It requires deployment credentials and Source Control Manager basic authentication. Operators should review it with the connected Azure resource settings.
App Service
intermediate
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Web
premium
Deployment Center
Deployment Center is the Azure portal experience for configuring and reviewing App Service deployment sources, such as GitHub, Azure Repos, Bitbucket, local Git, and supported build providers.
Deployment
fundamentals
4 commands
Aliases: App Service Deployment Center, Azure Deployment Center, deployment center in App Service, continuous deployment center
Quick peek
Open full term page
Management and Governance
premium
Deployment variable
A deployment variable is a named value or expression in an ARM template or Bicep file used to simplify resource definitions, construct repeatable names, reuse calculated values, and reduce duplication during deployment.
ARM deployments
fundamentals
4 commands
Aliases: ARM template variable, Bicep variable, template variable, infrastructure variable
Quick peek
Open full term page
Developer Tools
premium
EF Core migration
An EF Core migration records database schema changes from an Entity Framework Core model so teams can generate, review, and apply controlled schema updates.
.NET data access
intermediate
4 commands
Aliases: Entity Framework Core migration, EF migration
Quick peek
Open full term page
DevOps
premium
GitHub Actions deployment
GitHub Actions deployment is a repository workflow that publishes application code, containers, or infrastructure changes to Azure after selected GitHub events such as push, pull request, or release. Teams use it to standardize builds, approvals, tests, packaging, and deployment to Azure services without relying on manual portal changes. In daily Azure work, it shows up when engineers configure App Service Deployment Center, deploy to a slot, use azure/login, run Bicep deployments, or troubleshoot a failed workflow run.
Deployment workflows
intermediate
4 commands
Aliases: GitHub Actions deploy, GitHub Actions CI/CD deployment, GitHub workflow deployment
Quick peek
Open full term page
DevOps
verified
Release pipeline
A release pipeline promotes build artifacts through controlled deployment stages with tasks, approvals, variables, gates, and deployment history.
CI/CD
fundamentals
6 commands
Aliases: Azure DevOps release, classic release pipeline, release definition
Quick peek
Open full term page
DevOps
verified
Repository
In Azure DevOps, a repository is a Git source-control location that stores files, branches, commits, tags, and pull requests for a project. Azure Repos repositories can be created, imported, protected with policies, and used as the source for build and release pipelines. and delivery governance.
Source control
fundamentals
6 commands
Aliases: Azure Repos repository, Git repository, repo, source repository, Azure DevOps repo
Quick peek
Open full term page
Web
field-manual-complete
Deployment slot
Microsoft Learn describes App Service deployment slots as live apps with their own host names. You can deploy a web app, API app, mobile backend, or Linux web app to a nonproduction slot, validate it, then swap content and configuration with production.
App Service
intermediate
5 commands
Aliases: App Service deployment slot, Azure App Service slot, Deployment slot, always-on, app-service, app-service-app-setting, app-service-logs, app-service-plan, container-apps-revision, deployment slot, deployment-slot, deployment-slot-swap, github-actions-deployment, production-slot, slot-setting, staging slot, staging-slot, web app slot
Quick peek
Open full term page
Web
field-manual-complete
Deployment slot swap
A deployment slot swap is the App Service release move that trades the roles of two slots, usually staging and production. Instead of deploying directly over the live app, teams deploy to a staging slot, test it, warm it up, and then swap it into production. The old production version remains in the other slot.
App Service
intermediate
5 commands
Aliases: App Service slot swap, swap deployment slots, staging to production swap, Azure slot promotion
Quick peek
Open full term page
DevOps
verified
OIDC federation
OIDC federation in Azure uses workload identity federation to let external workloads exchange trusted identity-provider tokens for Microsoft identity platform access tokens. It removes long-lived secrets for supported scenarios such as GitHub Actions, Kubernetes workloads, Azure Pipelines, and other external compute platforms.
CI/CD security
fundamentals
5 commands
Aliases: OpenID Connect federation, workload identity federation, federated identity credential, secretless CI/CD authentication
Quick peek
Open full term page
Identity
verified
Workload identity federation
Workload identity federation lets an external workload exchange a trusted token for Microsoft Entra access tokens without storing long-lived secrets. Microsoft Entra validates the issuer, subject, and audience in a federated credential, then allows automation such as GitHub Actions, Kubernetes, or other platforms to access protected resources.
Identity operations
fundamentals
5 commands
Aliases: Federated workload identity, OIDC federation for workloads, Federated identity credential, Secretless workload authentication
Quick peek
Open full term page
App platform
complete
Static Web App
Microsoft Learn describes Azure Static Web Apps as a service that automatically deploys full-stack web apps from a source repository. It serves static assets from globally distributed locations, integrates optional APIs, supports GitHub or Azure DevOps workflows, and provides routing, authentication, staging environments, and CLI support.
Static Web Apps
intermediate
5 commands
Aliases: static-web-app, Static Web App, Azure Static Web Apps, SWA, static web app resource, staticwebapp
Quick peek
Open full term page
Web
complete
Static Web Apps deployment token
A secret used by deployment tooling to publish content to an Azure Static Web Apps resource.
Static Web Apps
intermediate
5 commands
Aliases: static-web-apps-deployment-token, Static Web Apps deployment token, SWA deployment token, Static Web App deployment secret, staticwebapp api key, SWA_CLI_DEPLOYMENT_TOKEN
Quick peek
Open full term page
DevOps
field-manual-complete
Variable group
A variable group stores reusable Azure Pipelines variables and protected secrets that approved pipelines can consume during builds or releases.
CI/CD
fundamentals
4 commands
Aliases: Azure Pipelines variable group, pipeline variable group, DevOps variable group, shared pipeline variables
Quick peek
Open full term page
Databases
premium
Azure SQL logical server
An Azure SQL logical server is a logical administrative construct for Azure SQL Database and related SQL resources. Microsoft Learn describes it as the central point for managing a collection of databases, including logins, firewall rules, auditing, threat detection policies, and failover groups.
Azure SQL Database
fundamentals
16 commands
Aliases: No aliases yet
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
Management and Governance
premium
Azure Policy
Azure Policy is a governance service for creating, assigning, and managing rules that evaluate Azure resources.
Azure Policy
fundamentals
7 commands
Aliases: Policy
Quick peek
Open full term page
Developer Tools
premium
Azure PowerShell
Azure PowerShell is Microsoft’s Az module collection for managing Azure resources from PowerShell.
Command line
fundamentals
7 commands
Aliases: Az PowerShell module, Az module, Azure PowerShell, Azure PowerShell cmdlets, PowerShell for Azure
Quick peek
Open full term page
Management and Governance
premium
Azure subscription
An Azure subscription is a management, billing, and scale unit for Azure resources.
Azure scope
fundamentals
7 commands
Aliases: subscription
Quick peek
Open full term page
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
Hybrid and Multicloud
premium
Azure Local
Azure Local is Microsoft’s distributed infrastructure solution that extends Azure capabilities to customer-owned environments for local VMs, containers, and selected Azure services through Azure Arc.
Distributed infrastructure
advanced
6 commands
Aliases: Azure Stack HCI, Azure Local infrastructure, Arc-enabled local infrastructure
Quick peek
Open full term page
Databases
premium
Azure Managed Redis
Azure Managed Redis is a Microsoft-managed in-memory data store based on Redis Enterprise, used for low-latency caching, session storage, messaging, and semantic cache scenarios.
Managed cache
intermediate
6 commands
Aliases: Managed Redis, Redis Enterprise on Azure, Azure Redis Enterprise
Quick peek
Open full term page
Analytics
premium
Azure Synapse Analytics
Azure Synapse Analytics is Microsoft’s integrated analytics service for enterprise data warehousing, big data, data integration, and exploratory analytics.
Synapse Analytics
intermediate
6 commands
Aliases: No aliases yet
Quick peek
Open full term page
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 index
An Azure AI Search index is the place where your application searches. It is not just a pointer to a database or blob container. It is a separate searchable structure with documents, fields, and rules for how text, filters, facets, semantic ranking, and vectors behave. If the index schema is wrong, the search experience feels wrong even when the source data is good. Developers and operators use indexes to make.
AI platform and search
intermediate
5 commands
Aliases: Azure AI Search index, search index, AI Search index, azure-ai-search-index
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
Databases
premium
Azure Database for PostgreSQL Flexible Server
A fully managed Azure PostgreSQL service with configurable compute, storage, backups, networking, maintenance, extensions, and high availability options.
Managed PostgreSQL
intermediate
5 commands
Aliases: PostgreSQL Flexible Server
Quick peek
Open full term page
Analytics
premium
Azure Databricks
A unified, open analytics platform on Azure for building, deploying, sharing, and maintaining enterprise data, analytics, and AI solutions at scale.
Data engineering and AI
intermediate
5 commands
Aliases: Databricks on Azure
Quick peek
Open full term page
Analytics
premium
Azure Databricks Unity Catalog
A unified governance layer in Azure Databricks for data and AI assets, including catalogs, schemas, tables, volumes, models, privileges, and lineage.
Data governance
intermediate
5 commands
Aliases: Unity Catalog
Quick peek
Open full term page
Storage
premium
Azure Elastic SAN
A cloud-native Azure storage area network service that provides scalable, cost-effective, high-performance block storage volumes for compute workloads.
Block storage
intermediate
5 commands
Aliases: Elastic SAN
Quick peek
Open full term page
Storage
premium
Azure file share
An Azure file share is a managed cloud share hosted by Azure Files. It behaves like a network file share, but Microsoft runs the storage service instead of your team maintaining file servers, disks, operating systems, and failover.
Files, queues, and tables
fundamentals
5 commands
Aliases: Azure Files share
Quick peek
Open full term page
Storage
premium
Azure HPC Cache
Azure HPC Cache was a managed Azure file-caching service for HPC workloads; Microsoft retired the service on September 30, 2025, so current work should focus on migration or historical inventory.
Retired HPC caching
advanced
5 commands
Aliases: HPC Cache, Azure Storage Cache
Quick peek
Open full term page
Analytics
premium
Azure integration runtime
Azure integration runtime is the compute infrastructure used by Azure Data Factory and Synapse pipelines to move data, dispatch activities, and connect across network environments.
Data integration compute
intermediate
5 commands
Aliases: Integration Runtime, IR, ADF integration runtime
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