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 746 matching terms. Narrow the search to reduce the list.
Databases
premium field-manual
Max connections
The max connections setting is the configured or effective limit on how many client sessions can connect to a database server at one time. Teams use it when applications, pools, jobs, or services risk exhausting database connection capacity. In plain English, it gives operators a named control for controlled concurrency, safer pooling design, and clearer troubleshooting for connection storms 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.
Database connection limits
intermediate
4 commands
Aliases: Max connections, maximum connections, concurrent connections, connection limit, max_connections, database connection limit, maximum database connections, Azure Database and Azure SQL platforms, Database connection limits
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
Databases
premium
PostgreSQL connection string
Application configuration that identifies the PostgreSQL server, database, port, authentication method, and TLS path used by a workload.
Data platform
intermediate
6 commands
Aliases: PostgreSQL connection string, postgresql connection string, connection string, Azure Database for PostgreSQL connection string, FQDN, port 5432, port 6432
Quick peek
Open full term page
Databases
premium
Active connections
Active connections are the current database client sessions using a database service. For Azure SQL Database, Azure Monitor exposes this operational signal through metrics such as Sessions count and Sessions percentage, which help operators spot connection leaks, pool pressure, and client behavior that can affect availability.
Azure SQL monitoring
intermediate
5 commands
Aliases: database active sessions, SQL sessions count, database connection count
Quick peek
Open full term page
Web
premium
App Service connection string
A named connection string stored in App Service configuration and exposed to application code for supported database or service connectivity. It helps learners understand where the concept appears in Azure operations and what to verify before changing it.
App Service
intermediate
5 commands
Aliases: app service connection string, connection string
Quick peek
Open full term page
Databases
premium
Azure SQL Database
Azure SQL Database is a fully managed relational database service in Azure that provides SQL Server-compatible engines as single databases, elastic pools, and serverless or provisioned compute choices. Microsoft Learn presents it as platform as a service with built-in availability, backups, patching, scaling, and security integration.
Database
intermediate
5 commands
Aliases: Azure SQL DB, Azure SQL Database, Azure SQL pooled database, Azure SQL single database, SQL Database
Quick peek
Open full term page
Databases
premium
Azure SQL Database DTU model
Azure SQL Database DTU model is a purchasing model that bundles compute, storage, and I/O resources into Database Transaction Units for Basic, Standard, and Premium tiers.
Azure SQL Database
fundamentals
5 commands
Aliases: Azure SQL Database DTU model, DTU model, DTU-based purchasing model, Database Transaction Unit, eDTU
Quick peek
Open full term page
Analytics
premium
Kusto data connection
Kusto data connection links Azure Data Explorer to event or storage sources such as Event Hubs, Event Grid, or IoT Hub so data can be ingested into a database table.
Azure Data Explorer ingestion
Intermediate
5 commands
Aliases: ADX data connection, Event Hubs data connection, Event Grid data connection, IoT Hub data connection
Quick peek
Open full term page
Databases
premium
PostgreSQL connection pooling
PostgreSQL connection pooling reuses database connections instead of opening a new server process for every request. Azure Database for PostgreSQL supports pooling strategies including built-in PgBouncer on supported flexible server tiers to reduce idle and short-lived connection overhead. across applications.
PostgreSQL flexible server
fundamentals
5 commands
Aliases: Azure PostgreSQL PgBouncer, PgBouncer, PostgreSQL pooling, database connection pooling
Quick peek
Open full term page
Databases
premium
Serverless SQL database
A serverless SQL database is an Azure SQL Database single database configured with the serverless compute model. It automatically scales compute within configured limits, can auto-pause in supported tiers, resumes on activity, and keeps the managed SQL Database platform features such as backups, patching, monitoring, and security.
Azure SQL Database
fundamentals
5 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
premium
Cosmos DB database
An Azure Cosmos DB database is a unit of management for one or more containers within an account and acts as a namespace for child resources.
Cosmos DB
fundamentals
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
premium
Hyperscale database
Hyperscale database is an individual Azure SQL Database configured to use the Hyperscale service tier and its scalable storage and compute architecture.
Azure SQL
intermediate
4 commands
Aliases: Azure SQL Hyperscale database, hyperscale database, Hyperscale database, Hyperscale SQL database
Quick peek
Open full term page
Databases
premium
MySQL database
MySQL database means a named database inside an Azure Database for MySQL server that stores application tables, users, routines, and data objects. You see it when developers create application data boundaries, run migrations, grant access, restore data, or separate tenant and service data. Think of it as the application data boundary inside the managed MySQL server. It matters because the setting changes how teams design, secure, operate, and troubleshoot the workload. Before changing it in production, know the owner, dependency, evidence, expected result, and rollback path.
Azure Database for MySQL
fundamentals
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
premium
Connection pool
a reusable group of database connections that an application or driver keeps open so repeated requests do not pay the full cost of reconnecting
Database
advanced
2 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
complete
SQL contained database user
Microsoft Learn describes contained database users as users that authenticate at the database level rather than through a matching login in the master database. In Azure SQL Database, they can support SQL authentication or Microsoft Entra identities, and the database name must be included in the connection string.
Data platform
intermediate
6 commands
Aliases: contained database user, database-contained user, Azure SQL contained user, CREATE USER FROM EXTERNAL PROVIDER
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
complete
SQL connection policy
Microsoft Learn explains that Azure SQL Database connection policy determines whether client traffic is proxied through the gateway or redirected to the database cluster after connection. Default behavior uses Redirect for clients inside Azure and Proxy for clients outside Azure, while Redirect is recommended for lower latency and higher throughput.
Azure SQL
intermediate
5 commands
Aliases: Azure SQL connection policy, Proxy connection policy, Redirect connection policy, SQL connectivity policy
Quick peek
Open full term page
Databases
complete
SQL database
Microsoft Learn describes Azure SQL Database as a fully managed relational database service where a single database is created on a logical server and configured with compute, storage, backup, security, and availability settings. It supports portal, PowerShell, Azure CLI, REST, and Transact-SQL operations for deployment and management.
Azure SQL
fundamentals
5 commands
Aliases: Azure SQL database, single SQL database, Azure SQL DB, SQL DB resource
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
Web
premium
App Service Hybrid Connections
App Service Hybrid Connections let an App Service app make outbound TCP connections to a specific host and port in another network through Azure Relay.
App Service networking
intermediate
5 commands
Aliases: Azure App Service Hybrid Connections, app service hybrid connections
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
Databases
premium
Azure SQL database copy
Azure SQL database copy creates a transactionally consistent copy of an Azure SQL Database using portal, PowerShell, Azure CLI, or Transact-SQL.
Azure SQL Database
fundamentals
5 commands
Aliases: Azure SQL copy, Azure SQL database copy, CREATE DATABASE AS COPY OF, SQL database copy, database copy
Quick peek
Open full term page
Networking
premium
Hybrid Connection
A Hybrid Connection lets an Azure App Service app reach a specific TCP host and port in another network through Azure Relay.
Azure App Service and Azure Relay
fundamentals
5 commands
Aliases: Hybrid Connection, hybrid connection
Quick peek
Open full term page
Analytics
premium
Kusto database
Kusto database is a logical container inside an Azure Data Explorer cluster that holds tables, functions, policies, permissions, and ingestion/query configuration.
Azure Data Explorer database
Intermediate
5 commands
Aliases: ADX database, Azure Data Explorer database, Kusto DB
Quick peek
Open full term page
Analytics
premium
Kusto follower database
Kusto follower database is a read-only database attached from another Azure Data Explorer cluster so consumers can query leader data without copying it.
Azure Data Explorer data sharing
Advanced
5 commands
Aliases: ADX follower database, Azure Data Explorer follower database, followed database
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
Databases
premium
Shared database throughput
Shared database throughput in Azure Cosmos DB means RU/s are provisioned at the database level and shared by containers in that database. Microsoft recommends container-level throughput for most workloads because shared throughput can create unpredictable performance and scale behavior across containers.
Azure Cosmos DB
intermediate
5 commands
Aliases: Cosmos DB shared database throughput, database-level throughput, shared RU/s database, Cosmos DB database throughput, shared throughput database
Quick peek
Open full term page
AI and Machine Learning
premium
AI connection
AI connection is a Microsoft Foundry project connection that links the project to an external or Azure resource such as models, storage, search, or services. In everyday Azure work, teams use it to let AI applications and agents use approved resources without every prototype hardcoding endpoints and credentials. The useful evidence is connection name, target
AI platform
intermediate
4 commands
Aliases: Foundry connection, AI project connection, connected resource, AI service connection
Quick peek
Open full term page
Databases
premium
Database compatibility level
A SQL database setting that controls engine behaviors and query-processing compatibility so applications can move versions without every feature changing at once.
Azure SQL
fundamentals
4 commands
Aliases: compatibility level, SQL compatibility level, Azure SQL compatibility level
Quick peek
Open full term page
Monitoring and Observability
premium
Database diagnostic settings
Azure Monitor routing rules that export database logs and metrics to Log Analytics, Storage, Event Hubs, or partner destinations for investigation and governance.
Azure Monitor
intermediate
4 commands
Aliases: SQL diagnostic settings, database diagnostics export, Azure Monitor diagnostic settings for databases
Quick peek
Open full term page
Databases
premium
Database server / account
The Azure resource boundary that owns database instances, authentication, networking, regional placement, and service-wide settings for a database workload.
Database platform
intermediate
4 commands
Aliases: database account, database server, database resource account, logical database server
Quick peek
Open full term page
Monitoring and Observability
premium
Application Insights connection string
An Application Insights connection string specifies the Application Insights resource and endpoints that an instrumented application uses to send telemetry.
Application Insights
fundamentals
3 commands
Aliases: APPLICATIONINSIGHTS_CONNECTION_STRING, application insights connection string
Quick peek
Open full term page
Databases
premium
Managed instance database
A managed instance database is a database hosted inside Azure SQL Managed Instance with managed platform operations and SQL Server compatibility features. Teams use it when a workload needs managed SQL operations while keeping instance-level features closer to SQL Server. In plain English, it gives operators a named control for database-level ownership, backup evidence, restore planning, and migration clarity within a managed instance 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.
Azure SQL Managed Instance
intermediate
3 commands
Aliases: Managed instance database, Azure SQL Managed Instance
Quick peek
Open full term page
Web
premium
Connections
an App Service monitoring signal that helps operators understand how many active client or platform connections are present for a web application
Web App metric
intermediate
2 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
field-manual-complete
Ledger database
Microsoft Learn describes a database ledger as part of SQL ledger, where ledger tables record cryptographic digests and history so organizations can verify protected data was not silently changed and produce evidence of database integrity for audits.
Azure SQL
fundamentals
11 commands
Aliases: No aliases yet
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
Analytics
field-manual-complete
Synapse lake database
Synapse lake database is documented by Microsoft as part of the Synapse Analytics area in Azure.
Synapse Analytics
fundamentals
5 commands
Aliases: Azure Synapse lake database, Synapse database designer, Synapse lake database, lake database, lake-backed database, metadata over data lake, synapse lake database, synapse-lake-database
Quick peek
Open full term page
Databases
complete
Shared throughput database
A Cosmos DB database whose containers share provisioned request units from one database-level throughput pool.
Cosmos DB
intermediate
5 commands
Aliases: Cosmos DB shared throughput database, database-level throughput, shared database throughput, database RU/s pool
Quick peek
Open full term page
Databases
complete
Single database
A fully managed Azure SQL Database with its own compute, storage, backup, and service-tier settings under a logical server.
Azure SQL
fundamentals
5 commands
Aliases: Azure SQL single database, SQL single database, single Azure SQL database
Quick peek
Open full term page
Databases
complete
SQL database collation
Microsoft Learn explains that database collation defines the default rules for character data comparison, sorting, case sensitivity, accent sensitivity, and Unicode behavior. A database collation can be specified when creating or modifying a database, but existing column-level collations and stored data are not automatically changed.
Data platform
intermediate
5 commands
Aliases: database collation, SQL collation, Azure SQL collation, default database collation
Quick peek
Open full term page
Databases
complete
SQL database copy
Microsoft Learn describes database copy in Azure SQL Database as an operation that creates a new database from an existing database through the portal, Azure CLI, PowerShell, or Transact-SQL. The copy runs asynchronously, creates the target database after acceptance, and can require login remapping across servers.
Azure SQL
intermediate
5 commands
Aliases: database copy, Azure SQL database copy, copy database, SQL DB clone
Quick peek
Open full term page
Databases
complete
SQL database export
Microsoft Learn describes SQL database export as creating a BACPAC file that contains database schema and data and storing it in Azure Storage or local tooling output. Export can be started from the portal, PowerShell, Azure CLI, SqlPackage, SSMS, or supported developer tools.
Azure SQL
fundamentals
5 commands
Aliases: database export, Azure SQL BACPAC export, SQL export, export database to BACPAC
Quick peek
Open full term page
Databases
complete
SQL database firewall rule
Microsoft Learn describes Azure SQL firewall rules as IP allow rules that must permit traffic before clients can reach a logical server or database. Server-level rules can be managed through Azure tools, while database-level rules are scoped to individual databases and managed with Transact-SQL.
Data platform
intermediate
5 commands
Aliases: Azure SQL firewall rule, SQL server firewall rule, database-level firewall rule, SQL IP firewall rule
Quick peek
Open full term page
Databases
complete
SQL database import
SQL database import is the Azure SQL workflow that rebuilds a database from a BACPAC file stored in Azure Storage or supplied through tooling.
Azure SQL
fundamentals
5 commands
Aliases: Azure SQL Database import, BACPAC import, SQL import, database import operation
Quick peek
Open full term page
Storage
complete
Storage account connection string
A storage feature or access model in Storage accounts that helps teams store, protect, move, and govern application or analytics data with clearer ownership, safety, and operational context.
Storage accounts
advanced
5 commands
Aliases: storage connection string, AzureWebJobsStorage, storage app setting, account connection string
Quick peek
Open full term page
Analytics
field-manual-complete
Lake database
A lake database in Azure Synapse Analytics combines database design, metadata, and storage layout for data stored in the lake, helping teams describe structure and query files through shared Spark and serverless SQL metadata without turning the data lake into a traditional database.
Analytics platform
intermediate
4 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
verified
Database
A named store of application data, tables, indexes, and metadata.
Database
intermediate
2 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
learning-path-anchor
Cosmos DB dedicated gateway
Azure Cosmos DB dedicated gateway is provisioned server-side compute that fronts an account and enables the integrated cache for supported NoSQL workloads.
Azure Cosmos DB
fundamentals
3 commands
Aliases: No aliases yet
Quick peek
Open full term page
Databases
command-rich
Cosmos DB for PostgreSQL
Azure Cosmos DB for PostgreSQL is a managed PostgreSQL service with Citus distributed tables, currently on a retirement path and not recommended for new projects.
Data platform
intermediate
4 commands
Aliases: No aliases yet
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