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,983 matching terms. Narrow the search to reduce the list.
Management and Governance
learning-path-anchor
Tags
Tags are labels you attach to Azure things so people and tools can understand what they are for. A tag has a name and a value, such as Owner=DataPlatform or Environment=Prod. Tags do not make a virtual machine faster, secure a database, or change a web app setting. They make the estate easier to organize, report on, govern, and automate. Useful tags answer questions the business actually asks: who owns this, what does it support, what environment is it, and who pays for it?
Tags and naming
advanced
5 commands
Aliases: Azure tags, resource tags, name-value tags, Azure metadata tags
Quick peek
Open full term page
Governance
learning-path-anchor
Tag name
A tag name is the label key in an Azure tag. In Environment=Prod, Environment is the tag name and Prod is the value. The name tells people and tools what question the tag answers: who owns this, what cost center pays for it, what environment is it, or what application does it support? Good tag names are short, consistent, boring, and governed. Bad tag names create duplicate categories like CostCenter, cost-center, CostCentre, and BillingCode that fracture reports.
Resource tagging
fundamentals
5 commands
Aliases: tag key, Azure tag key, resource tag name, metadata tag name
Quick peek
Open full term page
Management and Governance
learning-path-anchor
Tag value
A tag value is the answer attached to a tag name. If the tag name is Environment, the value might be Production, Test, or Sandbox. If the name is CostCenter, the value might be a finance code. Values are where governance becomes meaningful, because they separate one owner, workload, data class, or lifecycle state from another. A good value is standardized, approved, and easy to query. A bad value is free-text chaos: prod, production, PROD, live, and critical all trying to mean the same thing.
Tags and naming
fundamentals
5 commands
Aliases: tag values, Azure tag value, resource tag value, tag metadata value
Quick peek
Open full term page
Management and Governance
learning-path-anchor
Tagging strategy
A tagging strategy is the playbook for using tags without making a mess. It answers simple but important questions: which tags are required, who owns the list, which values are allowed, where tags are applied, and what happens when a resource is missing one. Without a strategy, tags become random notes. With a strategy, tags become a dependable system for cost allocation, ownership, lifecycle cleanup, compliance evidence, and operational routing. The best strategies are small enough to follow and strict enough to m
Tags and naming
fundamentals
5 commands
Aliases: Azure tagging strategy, tag governance strategy, tag taxonomy, resource tagging standard
Quick peek
Open full term page
Management and Governance
premium
Application tag
An application tag is a resource tag key-value pair that identifies the application, product, workload, or service associated with an Azure resource.
Tags and naming
fundamentals
4 commands
Aliases: application tag
Quick peek
Open full term page
Management and Governance
premium
Business unit tag
A business unit tag is an Azure resource tag that identifies which department, product line, cost center, or operating group owns a resource or its spend.
Tags and naming
fundamentals
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Management and Governance
verified
Resource abbreviation
Resource abbreviation recommendations in the Cloud Adoption Framework provide short examples mapped to Azure resource types and provider namespaces. Teams use them in naming conventions to keep names readable, consistent, and within resource length limits while still showing what each resource is.
Tags and naming
fundamentals
6 commands
Aliases: Azure resource abbreviation, CAF resource abbreviation, naming abbreviation, resource type prefix, Azure naming prefix
Quick peek
Open full term page
Management and Governance
verified
Owner tag
An owner tag is an Azure resource tag whose key-value pair identifies the person, team, service owner, or business group accountable for a resource. Microsoft Learn describes tags as metadata applied to resources, resource groups, and subscriptions to organize, track, govern, and report on Azure assets.
Tags and naming
intermediate
5 commands
Aliases: resource owner tag, service owner tag, technical owner tag, Owner= tag
Quick peek
Open full term page
Management and Governance
verified
Resource naming convention
A resource naming convention is the agreed pattern your team uses when naming Azure resources. It turns names from random labels into useful clues about workload, environment, region, resource type, and sequence. A good convention is not just pretty formatting. It must fit Azure provider rules, length limits, uniqueness scopes, DNS behavior, and immutability constraints. It also needs room for growth without leaking secrets or forcing every business detail into the name. Tags carry richer metadata; names help humans navigate
Governance
fundamentals
4 commands
Aliases: Azure naming convention, resource naming standard, Azure resource name standard, cloud naming convention
Quick peek
Open full term page
Storage
premium
Blob index tags
Blob index tags are key-value attributes on blob data that Azure Storage indexes and exposes for querying across containers in a storage account.
Blob Storage
fundamentals
3 commands
Aliases: No aliases yet
Quick peek
Open full term page
Integration
verified
Receive and delete
Receive and delete is an Azure Service Bus receive mode where the broker considers a message settled as soon as it sends the message to the receiver. If transfer or processing fails afterward, the message is lost instead of being redelivered.
Azure Service Bus
intermediate
5 commands
Aliases: ReceiveAndDelete, receive-and-delete mode, destructive read, at-most-once receive
Quick peek
Open full term page
Integration
verified
Receive-and-delete mode
A integration pattern or service capability in Messaging that helps teams connect services reliably without tightly coupling every component with clearer ownership, safety, and operational context.
Messaging
fundamentals
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Analytics
learning-path-anchor
Synapse Spark pool
A Synapse Spark pool is the workspace compute definition Azure Synapse uses to start Apache Spark sessions. It records node size, node count, autoscale behavior, runtime version, packages, and idle timeout so notebooks, Spark jobs, and pipelines get repeatable distributed processing.
Synapse Analytics
fundamentals
8 commands
Aliases: Apache Spark pool, Spark pool, Synapse Apache Spark pool, serverless Spark pool
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
Governance
learning-path-anchor
Tag inheritance
Tag inheritance is the controlled reuse of tags from a higher Azure or billing scope. Cost Management can apply higher-scope tags to usage records for reporting, while Azure Policy can copy selected parent tag values onto resources for governance at scale.
Resource tagging
fundamentals
5 commands
Aliases: inherited tags, Azure tag inheritance, billing tag inheritance, policy tag inheritance
Quick peek
Open full term page
Analytics
learning-path-anchor
Databricks schema
A Unity Catalog namespace under a catalog that groups tables, views, volumes, models, functions, and permissions.
Databricks
fundamentals
4 commands
Aliases: Unity Catalog schema, Databricks database schema, schema in Unity Catalog
Quick peek
Open full term page
Storage
learning-path-anchor
Table schema-less design
Table schema-less design means the table gives you a consistent place to store entities, but it does not force every entity to have the same application fields. One record can have Status and ExpirationUtc while another has RetryCount and Region. The required identity fields still matter, especially PartitionKey and RowKey. The design freedom is helpful, but it is not permission to ignore data contracts. Teams still need naming rules, versioning, validation, and reader behavior for missing or older properties.
Table Storage
fundamentals
4 commands
Aliases: schema-less Table design, schemaless table design, Azure Table sparse schema, Table Storage flexible properties
Quick peek
Open full term page
Storage
learning-path-anchor
Data Lake storage account
A storage feature or access model in Data Lake Storage Gen2 that helps teams store, protect, move, and govern application or analytics data with clearer ownership, safety, and operational context.
Data Lake Storage Gen2
advanced
19 commands
Aliases: No aliases yet
Quick peek
Open full term page
Analytics
command-rich
Synapse workspace
A Synapse workspace is the main container where a team builds and operates Azure Synapse Analytics. It gives the team one named place for SQL pools, Spark pools, pipelines, notebooks, linked services, access rules, monitoring, and the connection to the default data lake. The workspace is not just a folder in the portal; it...
Analytics platform
fundamentals
9 commands
Aliases: Azure Synapse workspace, Synapse Analytics workspace, workspace in Azure Synapse, Synapse analytics boundary
Quick peek
Open full term page
Management and Governance
verified
Required tag policy
A required tag policy uses Azure Policy to enforce tagging rules so resources are created with expected organizational tags. Depending on the definition and effect, it can deny noncompliant deployments, audit missing tags, modify requests, or remediate existing resources with standardized tag values.
Azure Policy
intermediate
6 commands
Aliases: require tag policy, mandatory tag policy, Azure Policy tag enforcement, tag governance policy, required tag and value policy
Quick peek
Open full term page
Management and Governance
verified
Resource lifecycle
Resource lifecycle is the story of what happens to an Azure resource from the moment someone asks for it until it is retired. It includes naming, approval, deployment, ownership, tagging, access, monitoring, patching, scaling, cost review, backup, policy compliance, change control, and cleanup. The point is not paperwork. The point is knowing who owns the resource, why it exists, what depends on it, how it changes safely, and when it should be removed. Without that trail, every later change becomes slower and riskier.
Operational hygiene
fundamentals
5 commands
Aliases: Cloud resource lifecycle, Resource retirement lifecycle
Quick peek
Open full term page
Management and Governance
verified
Resource name
A resource name is the name you give an Azure resource, such as a storage account, virtual network, key vault, web app, or database. It is not the same as the full resource ID. The name is only one part of that ID, but it is what humans see first in portals, logs, scripts, alerts, and cost reports. Naming matters because different resource types have different length, character, uniqueness, DNS, and rename rules. That makes naming a permanent architecture decision in many services.
Azure Resource Manager
fundamentals
5 commands
Aliases: Azure resource name, Resource naming
Quick peek
Open full term page
AI and Machine Learning
premium
Computer Vision
the Azure AI capability that helps applications understand images, read text, detect visual features, and return structured insights from pictures or screenshots
Azure AI services
fundamentals
12 commands
Aliases: No aliases yet
Quick peek
Open full term page
AI and Machine Learning
premium
Scoring profile
A scoring profile is an Azure AI Search index setting that boosts ranking for matches that meet business rules. It can weight text fields or apply functions for freshness, distance, magnitude, or tags, and a query chooses one profile to influence returned order.
Azure AI Search
fundamentals
8 commands
Aliases: Azure AI Search scoring profile, search relevance profile, relevance scoring profile, scoringProfiles, boosting profile
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
Management and Governance
premium
Exemption
An Exemption in Azure Policy records an approved exception that excludes a resource hierarchy or individual resource from evaluation of a policy assignment. Teams use it to document a justified policy exception with scope, reason, category, expiration, and evidence instead of silently ignoring noncompliance. It is not a policy exclusion in assignment scope, a deny override, a remediation task, or permission to bypass governance without approval and review. In production, confirm assignment ID, exemption scope, category, expiration, metadata, policy definition references, approving owner, affected resources, compliance impact, and review evidence before treating the design as healthy or ready for release.
Azure Policy
intermediate
6 commands
Aliases: policy exemption, Azure Policy exemption, waiver
Quick peek
Open full term page
Containers
premium
ACR import
ACR import is a server-side image copy. Instead of pulling an image to your machine and pushing it back, Azure copies it into your registry directly. It is useful for migration, mirroring, controlled base images, and pipeline cleanup.
Azure Container Registry
intermediate
5 commands
Aliases: ACR
Quick peek
Open full term page
Containers
premium
ACR manifest
An ACR manifest is the record behind an image tag. It describes the image layers and configuration, and its digest is the exact content identity. Tags can move, but a manifest digest is what proves the precise image version.
Azure Container Registry
intermediate
5 commands
Aliases: ACR
Quick peek
Open full term page
Containers
premium
ACR repository
An ACR repository is the named place inside Azure Container Registry where related container images or OCI artifacts live. A repository is not the whole registry; it is one lane inside it, such as payments-api or base/python. Each.
Azure Container Registry
fundamentals
5 commands
Aliases: Azure Container Registry repository, container registry repository, image repository
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
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
DevOps
premium
Container image build
the build step that turns source, Dockerfile instructions, dependencies, and metadata into a container image stored in a registry
Deployment workflows
intermediate
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Storage
premium
Data Lake filesystem
Data Lake filesystem is the compact API and CLI naming for the ADLS Gen2 file-system resource that contains directories and files.
Data Lake Storage Gen2
fundamentals
5 commands
Aliases: filesystem, ADLS filesystem, storage fs, Azure storage fs
Quick peek
Open full term page
DevOps
premium
Image promotion
Image promotion is the controlled process of moving an approved VM or container image version from build or test use into wider production use.
Deployment workflows
intermediate
5 commands
Aliases: Image promotion, image promotion, image-promotion
Quick peek
Open full term page
Management and Governance
premium
Indexed mode
Indexed mode is the Azure concept that controls which Azure resources are considered during evaluation of a policy definition. Teams see it when working with azure policy definitions, policy mode field. It is not the all mode, an indexed search field, a database index, or an Azure AI Search index; that distinction matters because bad assumptions create resources not evaluated, false compliance confidence. Use the term when reviewing ownership, access, monitoring, cost, recovery, or performance. It keeps architects, operators, security reviewers, and support teams focused on the same resource, setting, or behavior.
Azure Policy
Intermediate
5 commands
Aliases: Azure Policy indexed mode, policy definition indexed mode, indexed policy mode, mode indexed
Quick peek
Open full term page
Monitoring and Observability
premium
Interaction to Next Paint
Interaction to Next Paint controls how teams measure whether web pages feel responsive after real user interactions, especially for Azure-hosted web apps and customer portals. Teams see it in microsoft edge devtools, microsoft clarity dashboards. It is not server response time, Time to First Byte, First Input Delay, Cumulative Layout Shift, or a backend CPU metric; confusing them can create slow clicks, abandoned checkout flows. 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.
Web Vitals
Intermediate
5 commands
Aliases: INP, Core Web Vitals INP, web responsiveness metric, interaction responsiveness
Quick peek
Open full term page
Networking
premium
Internet egress
Internet egress controls how workloads reach public endpoints for updates, APIs, package feeds, SaaS services, telemetry, and other internet-reachable dependencies. Teams see it in virtual networks, nat gateways. It is not inbound internet traffic, private endpoint traffic, ExpressRoute private peering, internal ingress, or Azure service-to-service traffic over private routes; confusing them can create data exfiltration paths, blocked updates. 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.
Outbound connectivity
Intermediate
5 commands
Aliases: outbound internet traffic, egress to internet, public egress, internet-bound traffic
Quick peek
Open full term page
AI and Machine Learning
premium
Key phrase extraction
Key phrase extraction controls how text-mining workloads turn comments, claims, documents, and support tickets into searchable phrases for search, analytics, routing, and review. Teams see it in azure ai language resources, azure ai search skillsets. It is not keyword search, entity recognition, sentiment analysis, embeddings, semantic ranking, or manually authored metadata tags; confusing them can create missing important topics, noisy tags. 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.
Language and search enrichment
Intermediate
5 commands
Aliases: Azure Language key phrase extraction, key phrase skill, KeyPhraseExtractionSkill, key phrases
Quick peek
Open full term page
Containers
premium
Node label
A node label is a key-value marker placed on Kubernetes nodes. In AKS, labels are commonly applied at the node pool level so every node in that pool carries the same scheduling signal. Applications can then ask Kubernetes to run certain pods on nodes with matching labels. Plainly,.
Azure Kubernetes Service
intermediate
5 commands
Aliases: AKS node label, Kubernetes node label, node selector label
Quick peek
Open full term page
Management and Governance
premium
Platform baseline
A platform baseline is the minimum set of governance, security, identity, networking, monitoring, and cost controls an Azure environment should inherit before workloads deploy. It sets standard expectations for subscriptions, landing zones, policy assignments, RBAC, logging, tags, and operational ownership across the estate.
Governance operations
fundamentals
5 commands
Aliases: Azure platform baseline, governance baseline, enterprise platform baseline
Quick peek
Open full term page
Management and Governance
premium
Policy alias
A policy alias is the name Azure Policy uses to point at a real resource property. Instead of writing a policy against an awkward raw JSON path, you use an alias such as a storage account or virtual machine property. Azure Policy then knows what part of the resource to evaluate. Aliases are what make many deny, audit, append, and modify rules practical. If the alias is wrong, unsupported, or misunderstood, the policy may miss resources or block the wrong deployment.
Azure Policy
fundamentals
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Management and Governance
premium
Policy definition mode
Policy definition mode tells Azure Policy what kind of resources the policy should evaluate. The all mode evaluates resource groups, subscriptions, and resource types. The indexed mode focuses on resource types that support tags and location, which is useful for tag and location policies. Some built-in policies use resource provider modes for deeper surfaces such as Kubernetes or Key Vault data. Choosing the wrong mode can make a policy miss resources, mark the wrong resources non-compliant, or fail to behave the way authors expect.
Azure Policy
fundamentals
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Management and Governance
premium
Policy initiative
A policy initiative is a bundle of related Azure Policy definitions. Instead of assigning ten separate policies for tags, allowed regions, diagnostics, encryption, and public access, a team can group them into one initiative and assign that package to a scope. It makes a governance baseline easier to deploy, review, and explain. For learners, think of an initiative as a control set: the individual policies still do the checking, but the initiative provides the organized package, shared parameters, and management structure.
Azure Policy
intermediate
5 commands
Aliases: Policy initiative, Policy set definition, policy-initiative
Quick peek
Open full term page
Management and Governance
premium
Policy remediation
Policy remediation is Azure Policy’s controlled repair job for resources that already exist. A deny policy can stop a bad new deployment, but it cannot automatically fix old resources. Remediation is for policies with modify or deployIfNotExists effects, such as adding required tags or deploying missing diagnostic settings. You create a remediation task, Azure finds the affected resources, and the assignment’s managed identity performs the configured change. It is governance automation, but it still needs careful scope, permission, and result review.
Azure Policy
intermediate
5 commands
Aliases: Policy remediation, policy-remediation
Quick peek
Open full term page
Databases
premium
PostgreSQL database
A named PostgreSQL catalog inside a flexible server that holds schemas, tables, extensions, permissions, and application data.
Azure Database for PostgreSQL
fundamentals
5 commands
Aliases: PostgreSQL database, postgresql database, Azure Database for PostgreSQL database, database catalog, schema migration, charset, collation
Quick peek
Open full term page
Management and Governance
premium
Resource group
A resource group is an Azure Resource Manager container that holds related resources for a solution.
Azure scope
fundamentals
5 commands
Aliases: RG, Azure resource group
Quick peek
Open full term page
AI and Machine Learning
premium
Search replica
A search replica is a copy of the Azure AI Search engine used to serve query and indexing workloads. Adding replicas increases query concurrency and availability, while partitions provide storage capacity; together they determine search units, cost, and production capacity-planning decisions.
Search
fundamentals
5 commands
Aliases: Azure AI Search replica, search service replica, replica count, query replica, search capacity replica
Quick peek
Open full term page
AI and Machine Learning
premium
Search scoring profile
A search scoring profile is an Azure AI Search index configuration that boosts or suppresses ranking for matching documents. It can use weighted text fields and scoring functions such as freshness, magnitude, distance, or tags to shape relevance during query execution.
Search
intermediate
5 commands
Aliases: Azure AI Search scoring profile, search ranking profile, scoring profile, relevance boost profile, search boost profile
Quick peek
Open full term page
Monitoring and Observability
premium
Service Health alert
A Service Health alert is an Azure Monitor activity log alert that watches ServiceHealth events for selected subscriptions, regions, and services. It routes incident, planned maintenance, security, or health advisory notifications to action groups so teams learn about platform issues before users report symptoms.
Operational hygiene
intermediate
5 commands
Aliases: Azure Service Health alert, Service Health alert, ServiceHealth activity log alert, platform health alert, service health alert, service-health-alert
Quick peek
Open full term page
Networking
premium
Service tag
A service tag is a Microsoft-managed label that represents a changing set of IP address prefixes for an Azure service or network category. Administrators use service tags in NSG, firewall, and route rules so rules can reference the service name instead of manually maintained IP ranges.
Network security
fundamentals
5 commands
Aliases: Service tag, service-tag, service tag, Service-tag
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