Microsoft Azure Glossary

Microsoft's cloud computing platform providing a range of cloud services including computing, analytics, storage and networking.

176 Terms
Beginner Friendly
Real Examples

176 Microsoft Azure Terms

Cloud Provider

basic

Companies that own massive computer centers and rent out computing power. Think of them as tech landlords.

Example: Amazon Web Services (AWS), Microsoft Azure, and Google Cloud are the biggest cloud providers....

Hyperscaler

intermediate

The largest cloud providers that operate at massive global scale with millions of servers across multiple continents. Like the giants of the cloud industry that can serve billions of users simultaneously.

Example: AWS, Microsoft Azure, Google Cloud, and Oracle Cloud are hyperscalers with data centers in regions w...

Lambda

intermediate

AWS's serverless computing service that runs your code without managing servers. Like having a helper who appears whenever you need them to do a specific task. The cross-cloud equivalents are Azure Functions (Azure), Cloud Functions / Cloud Run (GCP), and Oracle Functions (OCI).

Example: An e-commerce site uses Lambda to send confirmation emails whenever someone makes a purchase....

VPC

intermediate

Virtual Private Cloud - An isolated, private network within a public cloud provider where you control IP addressing, subnets, routing, and security. Available as AWS VPC, Azure Virtual Network (VNet), Google Cloud VPC Network, and Oracle Cloud VCN. Like having your own secure, private neighborhood within a large city.

Example: A financial services company creates a VPC with public subnets for web servers and private subnets f...

Azure

basic

Microsoft's cloud computing platform offering hundreds of services for building, deploying, and managing applications. Like Microsoft's version of a digital toolbox.

Example: A company uses Azure to run their business applications and store their data in Microsoft's cloud....

AI Accelerator

advanced

Specialized hardware designed to speed up AI and machine learning workloads by optimizing specific AI operations. Like having custom tools built specifically for AI tasks.

Example: Cloud providers offer AI accelerators like AWS Inferentia and Azure's custom chips to run AI models ...

MLOps

advanced

Machine Learning Operations - practices and tools for deploying, monitoring, and managing AI models in production, similar to DevOps but for ML systems. Like having a complete system for keeping AI models running smoothly.

Example: MLOps teams automate model retraining, monitor performance, and quickly roll back to previous versio...

Data Drift

advanced

When the statistical properties of input data change over time compared to the training data, potentially degrading model performance. Like a recipe not working well when ingredient quality changes.

Example: A shopping recommendation model experiences data drift when customer behavior shifts during holidays...

Model Monitoring

intermediate

Continuously tracking AI model performance, data quality, and system health in production to detect issues early. Like having health checkups to catch problems before they become serious.

Example: Model monitoring alerts the team when prediction accuracy drops below 95% or when incoming data look...

ExpressRoute

advanced

Azure's service for creating private, high-speed connections between your on-premises networks and Microsoft's cloud. Like having a private tunnel that connects your office directly to Azure data centers.

Example: A hospital uses ExpressRoute to securely connect their patient management systems to Azure while mee...

VPN Gateway

intermediate

Azure service that creates secure, encrypted connections over the internet between your networks and Azure. Like setting up a secure tunnel through a public subway system - anyone can see the tunnel, but they can't see what's inside.

Example: A small business uses VPN Gateway to securely connect their office network to Azure resources, allow...

Virtual WAN Hub

advanced

Azure's central networking point that connects multiple networks, branch offices, and VPN connections. Like a grand central station for network traffic - all routes converge here and get directed to their destinations.

Example: A global corporation uses Virtual WAN Hub to connect 100+ branch offices worldwide to their Azure re...

Public Cloud

basic

Cloud services available over the internet to anyone who wants to use them, shared among multiple organizations. Like renting an apartment in a building where multiple tenants share infrastructure.

Example: AWS, Microsoft Azure, and Google Cloud are public clouds where thousands of companies rent computing...

Internet Gateway

intermediate

A networking component that enables resources in a virtual network to communicate with the internet. Available as AWS Internet Gateway, Azure Internet routing, and implicit in GCP VPC networks. Like the main entrance of a building connecting inside to outside.

Example: Web servers in a public subnet use an Internet Gateway to serve websites to users on the internet wh...

NAT Gateway

advanced

Network Address Translation Gateway - enables private subnet resources to access the internet for outbound traffic while blocking inbound connections. Available as AWS NAT Gateway, Azure NAT Gateway, GCP Cloud NAT, and OCI NAT Gateway. Like a secure mailroom that sends packages out but rejects unsolicited deliveries.

Example: Database servers in private subnets use a NAT Gateway to download security patches and call external...

Route Table

intermediate

A set of rules (called routes) that determine where network traffic from subnets or gateways is directed. Each route specifies a destination (IP range) and a target (gateway, network interface, or connection). Available as AWS VPC Route Tables, Azure Route Tables (UDR), GCP VPC Routes, and OCI VCN Route Tables. Like a road sign system that tells cars which highway exit to take based on their destination.

Example: A VPC route table sends internet-bound traffic (0.0.0.0/0) to an Internet Gateway for public subnets...

CloudWatch

intermediate

AWS monitoring service that collects and tracks metrics, logs, and events from your applications and infrastructure. Like a security camera system that watches everything and alerts you when something unusual happens.

Example: CloudWatch monitors CPU usage on EC2 instances and automatically sends alerts when usage exceeds 80%...

App Service

basic

Azure platform for hosting web applications, REST APIs, and mobile backends. Like renting a fully-furnished office space where you can immediately start working without setup.

Example: A startup deploys their web application to Azure App Service and automatically gets scaling, securit...

Cosmos DB

advanced

Azure globally distributed NoSQL database service. Like having identical copies of your database instantly available worldwide.

Example: A global gaming company uses Cosmos DB so players anywhere in the world get fast response times....

Active Directory

intermediate

Microsoft's identity and access management service. Like a master key system for all your digital doors - one login for everything.

Example: Employees use their Active Directory credentials to access email, file shares, and business applicat...

Key Vault

intermediate

Azure service for securely storing and managing sensitive information like passwords, certificates, and encryption keys. Like a bank safety deposit box for your digital secrets.

Example: Applications retrieve database passwords from Key Vault instead of storing them in code files....

Data Explorer

advanced

Azure's fast and highly scalable data analytics service optimized for log and telemetry data, also known as Kusto. Like having a high-speed search engine specifically designed for finding patterns in massive amounts of time-series and log data.

Example: DevOps teams use Azure Data Explorer (Kusto) to analyze application logs, identify performance bottl...

Functions

intermediate

Azure serverless compute service that runs code in response to events. Like having a helper that automatically does specific tasks whenever certain things happen.

Example: When a file is uploaded to Azure storage, Functions automatically processes and resizes the image....

Service Bus

intermediate

Azure messaging service that enables reliable communication between distributed applications. Like a postal service specifically designed for computer applications to send messages to each other.

Example: An order processing system uses Service Bus to notify inventory and shipping systems when new orders...

Logic Apps

intermediate

Azure's low-code workflow automation service for integrating apps, data, and services. Like having a digital assistant that can connect different software tools and make them work together. It is Azure's equivalent of AWS Step Functions for visual, low-code orchestration.

Example: A company uses Logic Apps to automatically save email attachments to SharePoint and notify the team ...

Durable Functions

advanced

An Azure Functions extension for writing stateful, long-running workflows in code. Like Step Functions but written as regular code instead of a visual designer — ideal for developers who prefer expressing orchestration logic programmatically.

Example: A document approval system uses Durable Functions to pause a workflow until a manager approves, then...

Bastion Host

intermediate

A secure computer that acts as a gateway for accessing private servers that aren't exposed to the internet. Like a security checkpoint at a building entrance - you must go through it to reach the protected areas inside.

Example: Instead of giving your database server a public IP address, you connect to a Bastion Host first, the...

Multi-Cloud

advanced

Using services from multiple cloud providers to avoid vendor lock-in and optimize performance. Like shopping at different stores to get the best deals and products.

Example: A company uses AWS for compute, Google Cloud for analytics, and Azure for Office 365 integration....

Terraform

advanced

Open-source Infrastructure as Code tool for building, changing, and versioning infrastructure. Like having blueprints and construction management for cloud resources.

Example: DevOps teams use Terraform to create identical cloud environments across development, staging, and p...

Prometheus

advanced

Open-source monitoring and alerting toolkit for collecting and querying metrics. Like having a health monitoring system for your applications that tracks everything and alerts you to problems.

Example: Operations teams use Prometheus to monitor application performance and get alerts when response time...

Grafana

intermediate

Open-source platform for monitoring and observability with customizable dashboards. Like having a mission control center with screens showing the health of all your systems.

Example: Teams use Grafana dashboards to visualize server performance, application metrics, and business KPIs...

Step Functions

advanced

AWS service for coordinating multiple AWS services into serverless workflows using visual state machines. Like a conductor orchestrating different musicians to play a symphony together. The cross-cloud equivalents are Azure Logic Apps / Durable Functions (Azure), Cloud Workflows (GCP), and OCI Process Automation (OCI).

Example: An order processing workflow uses Step Functions to coordinate payment, inventory check, and shippin...

Event Grid

intermediate

Azure event routing service that connects event sources to event handlers. Like a smart mail sorting system that automatically delivers messages to the right recipients.

Example: When files are uploaded to Azure Storage, Event Grid automatically triggers processing functions and...

Service Fabric

advanced

Azure platform for building and managing microservices and container applications. Like a framework for building complex applications from many small, independent pieces.

Example: A large enterprise uses Service Fabric to build a customer management system from dozens of intercon...

Event Hubs

advanced

Azure big data streaming platform for receiving and processing millions of events per second. Like a massive digital funnel that can handle enormous amounts of real-time data.

Example: IoT sensors from thousands of devices send data to Event Hubs for real-time monitoring and analytics...

Stream Analytics

advanced

Azure real-time analytics service for processing streaming data. Like having a smart analyst that can spot patterns and trends in live data streams.

Example: A traffic management system uses Stream Analytics to process real-time sensor data and optimize traf...

Data Factory

intermediate

Azure cloud-based data integration service for creating data-driven workflows. Like having a data assembly line that moves and transforms information between different systems.

Example: A retail company uses Data Factory to move sales data from stores to their central data warehouse ni...

Helm

advanced

Package manager for Kubernetes that simplifies deploying applications. Like having an app store for Kubernetes where you can easily install and manage applications.

Example: DevOps teams use Helm to deploy complex applications to Kubernetes with a single command....

Istio

advanced

Service mesh platform that provides traffic management, security, and observability for microservices. Like having a smart traffic control system for communication between application components.

Example: A company uses Istio to automatically encrypt all communication between their microservices and moni...

Knative

advanced

Kubernetes-based platform for deploying and managing serverless workloads. Like having serverless computing capabilities on your own Kubernetes infrastructure.

Example: Developers use Knative to run serverless functions on their private Kubernetes clusters instead of p...

IoT

basic

Internet of Things - network of physical devices embedded with sensors, software, and network connectivity that collect, exchange, and act on data. Like creating a nervous system for the physical world, enabling real-time monitoring and automation of everything from industrial equipment to consumer devices.

Example: Manufacturing facilities use IoT sensors to monitor equipment health and predict failures, while sma...

IoT Hub

intermediate

Azure's managed cloud service for bi-directional communication between IoT applications and devices, with built-in device identity registry and security features. Like a sophisticated switchboard operator that manages millions of simultaneous device conversations securely.

Example: A logistics company uses IoT Hub to track fleet vehicles in real-time, sending route updates to driv...

IoT Edge

advanced

Azure service that deploys cloud workloads to run on IoT devices locally, enabling artificial intelligence and analytics at the edge. Like having a mini data center at each location that can process data instantly without waiting for cloud connectivity.

Example: Retail stores use IoT Edge to analyze customer movement patterns using local cameras and AI, making ...

Cloud Functions

intermediate

Google Cloud's serverless compute service that runs code in response to events. Like having helpers that automatically spring into action when specific things happen. It is GCP's equivalent of AWS Lambda for event-driven serverless functions.

Example: When users upload photos to Google Storage, Cloud Functions automatically creates thumbnails and met...

Cloud Run

intermediate

Google Cloud's serverless platform for running containerized applications that scales automatically, including to zero. Like having a hosting service that adjusts resources based on demand. Alongside Cloud Functions, it serves as GCP's equivalent of AWS Lambda for flexible serverless compute.

Example: A web application runs on Cloud Run and automatically scales from zero to thousands of users without...

Cloud Workflows

advanced

Google Cloud's serverless workflow orchestration service for connecting and automating cloud services using HTTP-based state machines. Like a traffic controller directing requests between services in a defined sequence. It is GCP's equivalent of AWS Step Functions.

Example: A payment processing pipeline uses Cloud Workflows to call a fraud-detection API, charge a card, upd...

gRPC

advanced

High-performance Remote Procedure Call framework that can run in any environment. Like having a super-fast telephone system for applications to call functions on other computers.

Example: Microservices use gRPC for efficient communication, reducing latency compared to traditional REST AP...

AWS Config

advanced

AWS service for monitoring and evaluating AWS resource configurations. Like having an audit system that tracks all changes to your cloud infrastructure.

Example: Compliance teams use AWS Config to ensure all S3 buckets follow security policies and detect unautho...

Traffic Manager

intermediate

Azure DNS-based traffic load balancer for global application availability. Like a traffic director that routes users to the best available data center.

Example: Global applications use Traffic Manager to automatically route users to the closest healthy endpoint...

Application Gateway

intermediate

Azure web traffic load balancer with application-level routing and security. Like a smart bouncer that directs different types of visitors to appropriate areas.

Example: E-commerce sites use Application Gateway to route product searches to one service and payment proces...

Front Door

advanced

Azure application delivery service with global load balancing and site acceleration. Like having express lanes on highways that automatically route traffic for fastest delivery.

Example: Media companies use Front Door to deliver content to users worldwide with minimal latency and maximu...

YAML

basic

Yet Another Markup Language - human-readable data serialization standard. Like a simple format for writing configuration files that both humans and computers can easily understand.

Example: DevOps teams write Kubernetes deployment configurations in YAML format because it's easy to read and...

Locally Redundant Storage

intermediate

Azure storage option that maintains 3 synchronous copies of data within a single data center. The most cost-effective redundancy option trading regional protection for lower cost.

Example: Azure LRS is used for temporary data or non-critical workloads where losing a single data center is ...

Zone-Redundant Storage

intermediate

Azure storage option that synchronously replicates data across 3 availability zones in a region. Protects against data center failures while keeping data within regional boundaries.

Example: Azure ZRS ensures your application data survives entire data center outages while meeting data resid...

Geo-Redundant Storage

advanced

Azure storage option that asynchronously replicates data to a secondary region hundreds of miles away, maintaining 6 total copies across two regions. Protects against regional disasters.

Example: Azure GRS replicates critical business data from East US to West US, ensuring data survives even cat...

Read-Access Geo-Redundant Storage

advanced

Azure's GRS with read access enabled to the secondary region, allowing applications to read from either region. Provides higher availability for read operations during regional outages.

Example: Azure RA-GRS allows a global website to serve read requests from the secondary region when the prima...

Geo-Zone-Redundant Storage

advanced

Azure's premium storage option combining zone redundancy in the primary region with geo-replication to a secondary region. Offers the highest durability and availability by protecting against both data center and regional failures.

Example: Azure GZRS is used for mission-critical data requiring maximum protection, surviving data center fai...

SNMP

advanced

Simple Network Management Protocol - standard for monitoring and managing network devices. Like having a universal dashboard that monitors the health of all network equipment.

Example: Network administrators use SNMP to monitor router performance and get alerts when devices experience...

Service Mesh

advanced

Infrastructure layer that manages service-to-service communication in microservices architectures. Like having a smart postal system specifically designed for application communication.

Example: Large-scale applications use service mesh to automatically handle security, monitoring, and traffic ...

Sidecar Pattern

advanced

Design pattern where helper components are deployed alongside main applications. Like having a personal assistant that helps with specific tasks while you focus on your main work.

Example: Applications use sidecar containers to handle logging, monitoring, and security without modifying th...

CloudWatch Logs

intermediate

AWS service for monitoring, storing, and accessing log files from EC2 instances and other AWS services. Like having a centralized filing system for all system messages and errors.

Example: DevOps teams use CloudWatch Logs to troubleshoot application issues by searching through millions of...

Azure Monitor

intermediate

Azure service for collecting and analyzing telemetry data from cloud and on-premises environments. Like having a comprehensive health monitoring system for all your technology infrastructure.

Example: IT teams use Azure Monitor to track application performance and get alerts when servers experience i...

Log Analytics

advanced

Azure service for collecting and analyzing log data from various sources. Like having a detective that can analyze clues from different crime scenes to solve complex cases.

Example: Security teams use Log Analytics to investigate suspicious activities across their entire IT infrast...

Application Insights

intermediate

Azure application performance management service for monitoring live applications. Like having a personal trainer for your applications that tracks their health and performance.

Example: Developers use Application Insights to identify slow database queries and optimize their web applica...

Cloud Endpoints

intermediate

Google Cloud service for developing, deploying, and managing APIs. Like having a professional receptionist service that handles all API requests and manages access.

Example: Mobile app backends use Cloud Endpoints to manage API authentication, monitoring, and rate limiting....

GuardDuty

intermediate

AWS intelligent threat detection service that continuously monitors for malicious activity. Like having a 24/7 security guard that never sleeps and recognizes suspicious behavior.

Example: Companies use GuardDuty to automatically detect cryptocurrency mining attacks and unauthorized acces...

Azure Machine Learning

intermediate

Microsoft's cloud platform for building, training, and deploying machine learning models. Like having a complete AI laboratory in the cloud with all the tools you need.

Example: Retailers use Azure Machine Learning to predict customer demand and optimize inventory levels automa...

Azure Synapse Analytics

advanced

Microsoft's unified analytics platform combining big data and data warehousing. Like having a super-powered data analysis factory that can process any amount of information.

Example: Large corporations use Synapse Analytics to analyze years of sales data and identify business trends...

Power BI

intermediate

Microsoft's business intelligence platform for creating interactive reports and dashboards with powerful data analysis capabilities. Like having a professional data storyteller that transforms complex data into compelling visual narratives.

Example: Sales executives use Power BI to create executive dashboards that pull data from CRM, finance, and o...

Azure Computer Vision

intermediate

Microsoft's AI service for analyzing images and extracting information from visual content. Like having AI eyes that can see and describe everything in pictures.

Example: Retail apps use Computer Vision to let customers search for products by taking photos instead of typ...

Azure Language Service

intermediate

Microsoft's unified natural language processing service for understanding text. Like having an AI that can read and understand human language in all its complexity.

Example: Social media companies use Language Service to automatically moderate content and detect harmful pos...

Azure Speech Service

intermediate

Microsoft's AI service for speech-to-text, text-to-speech, and speech translation. Like having a universal voice assistant that speaks and understands multiple languages.

Example: Call centers use Speech Service to automatically transcribe customer calls and provide real-time tra...

Azure Translator

basic

Microsoft's neural machine translation service supporting 100+ languages. Like having a world-class interpreter available instantly for any language pair.

Example: International news websites use Azure Translator to automatically translate articles for global audi...

Form Recognizer

intermediate

Azure AI service for extracting text, key-value pairs, and tables from documents. Like having an AI secretary that can read and organize any paperwork.

Example: Accounting firms use Form Recognizer to automatically extract data from invoices and expense reports...

Azure Bot Service

intermediate

Microsoft's platform for building intelligent chatbots that work across multiple channels. Like having the tools to create customer service representatives that never sleep.

Example: Hotels use Azure Bot Service to create booking assistants that help guests reserve rooms through web...

Azure OpenAI Service

advanced

Microsoft's enterprise-grade access to OpenAI's powerful language models like GPT-4. Like having the world's most advanced AI assistant available for your business with enterprise security.

Example: Software companies use Azure OpenAI to add intelligent code completion and documentation generation ...

AKS

advanced

Azure Kubernetes Service - Microsoft's managed Kubernetes platform for container orchestration. Like having a team of experts manage your container infrastructure while you focus on applications.

Example: Microservices applications use AKS to automatically scale individual components based on demand with...

Azure Container Instances

intermediate

Microsoft's serverless container service for running containers without managing servers. Like ordering takeout containers - you get what you need without owning a kitchen.

Example: Development teams use Container Instances for quick testing and batch processing jobs without long-t...

Azure Container Registry

intermediate

Microsoft's private Docker registry for storing and managing container images. Like having a secure private library for your containerized applications.

Example: Enterprise development teams use Container Registry to store and version control their private appli...

Cloud NAT

intermediate

Google Cloud's managed network address translation service that allows private instances to access the internet without exposing them to incoming connections. Like having a secure one-way door that lets your private servers reach out to the internet while keeping them hidden from outside traffic.

Example: Cloud Functions in a private VPC use Cloud NAT to download dependencies and call external APIs while...

Cloud Monitoring

intermediate

Google's service for monitoring performance and health of cloud applications. Like having a dashboard that shows the vital signs of all your applications in real-time.

Example: E-commerce sites use Cloud Monitoring to track website performance and get alerts when response time...

Security Command Center

intermediate

Google Cloud's security and risk management platform that provides centralized visibility into your cloud assets, vulnerabilities, and threats. Like having a security control room that monitors your entire cloud environment for potential risks and compliance issues.

Example: A financial services company uses Security Command Center to continuously scan for misconfigurations...

OCI Functions

intermediate

Oracle's serverless compute service for running code without managing servers. Like having helpers that automatically appear to do specific tasks when needed.

Example: IoT applications use OCI Functions to process sensor data in real-time without maintaining always-on...

OCI Service Mesh

advanced

Oracle's managed service mesh for microservices communication and security. Like having an intelligent traffic control system for communication between application components.

Example: Complex applications use Service Mesh to automatically encrypt communication between microservices a...

Dynamics 365 Contact Center

advanced

Microsoft's cloud-based omnichannel contact center platform with AI-powered Copilot assistance, voice, chat, and deep Microsoft Teams integration for customer service operations. Like transforming Teams into a full-featured call center.

Example: A healthcare provider uses Dynamics 365 Contact Center to handle patient inquiries via phone, chat, ...

Azure AI Search

intermediate

Microsoft's AI-powered cloud search service with semantic ranking, vector search, and hybrid capabilities for building intelligent search experiences and RAG applications. Formerly known as Azure Cognitive Search.

Example: An e-commerce site uses Azure AI Search to help customers find products using natural language like ...

Oracle Digital Assistant

intermediate

Oracle's conversational AI platform for building chatbots and virtual assistants with built-in conversation flow management and multi-channel support. Unlike competitors, it includes all-in-one conversation orchestration without requiring separate workflow services.

Example: An enterprise uses Oracle Digital Assistant to create an employee HR chatbot that handles time-off r...

Argo CD

advanced

GitOps continuous delivery tool for Kubernetes supporting multi-cluster deployments. Like having an automated deployment system that keeps your applications synchronized across multiple environments.

Example: DevOps teams use Argo CD to automatically deploy applications to development, staging, and productio...

Virtual Network

intermediate

A logically isolated network section within a cloud provider that allows secure communication between resources.

Example: Azure Virtual Network lets you create private networks in the cloud with custom IP address ranges....

VPC Network

intermediate

Google Cloud's implementation of Virtual Private Cloud, providing global-by-default networking that spans all regions. Unlike AWS VPCs which are regional, GCP VPC Networks can have subnets in different regions within the same network. Equivalent to AWS VPC, Azure VNet, and OCI VCN.

Example: A VPC Network in Google Cloud connects Compute Engine instances in us-east1 and europe-west1 within ...

Azure SQL

intermediate

Microsoft's cloud-based relational database service that provides managed SQL Server capabilities.

Example: Azure SQL Database automatically handles backups, updates, and scaling for your applications....

Blob Storage

intermediate

Azure's object storage service optimized for storing massive amounts of unstructured data like images and videos.

Example: Websites use Blob Storage to store and serve user-uploaded photos and documents....

API Management

intermediate

A service that helps organizations publish, secure, and monitor APIs in a centralized platform.

Example: API Management allows you to control who can access your APIs and monitor usage patterns....

Virtual WAN

advanced

Azure's networking service that provides optimized and automated branch-to-branch connectivity through Azure.

Example: Virtual WAN connects multiple office locations to Azure cloud resources with optimized routing....

Cost Management

basic

Tools and practices for monitoring, analyzing, and optimizing cloud spending to prevent budget overruns and identify cost-saving opportunities.

Example: Cost Management alerts you when your cloud bill exceeds $500 and suggests switching to cheaper stora...

Application Performance Monitoring

intermediate

Continuous tracking and analysis of application performance metrics to identify bottlenecks, errors, and optimization opportunities.

Example: Application Performance Monitoring shows that your checkout page takes 5 seconds to load and pinpoin...

Centralized Logging

intermediate

Collecting and storing log data from multiple applications and systems in one central location for easier searching, monitoring, and analysis.

Example: Centralized Logging gathers error messages from all your microservices into one dashboard, making it...

Software

basic

Computer programs and applications that tell hardware what to do. Like instructions or recipes that make computers perform specific tasks.

Example: Microsoft Word, Instagram, and your calculator app are all examples of software that run on your dev...

Vendor Lock-in

intermediate

When you become dependent on a specific cloud provider's proprietary services and switching to another provider becomes difficult or expensive. Like building your house with custom parts that only work with one supplier.

Example: Using AWS-specific services like DynamoDB and Lambda heavily can create vendor lock-in, making it co...

Desktop Computer

basic

A personal computer designed to stay in one location, typically consisting of a separate monitor, keyboard, and main unit. Like a workstation that provides maximum power and screen space.

Example: Offices and homes often have desktop computers for heavy work like video editing, gaming, or running...

FaaS

advanced

Function as a Service - running individual code functions in the cloud without managing servers. Like hiring a specialist to perform one specific task only when needed.

Example: AWS Lambda is FaaS where you upload a function to resize images, and it runs automatically whenever ...

Subnet

intermediate

A subdivision of a virtual network that segments resources by IP range for security, organization, and routing control. Used across all cloud providers: AWS subnets within VPCs, Azure subnets within VNets, GCP subnets within VPC Networks, and OCI subnets within VCNs. Like dividing a building into floors with different access rules.

Example: A three-tier application uses public subnets for load balancers, private subnets for application ser...

DevOps

intermediate

Development and Operations combined - practices that unify software development and IT operations for faster, more reliable releases. Like having builders and maintenance crews work together instead of separately.

Example: DevOps teams use automation and collaboration tools to deploy new features multiple times per day in...

Azure Pipelines

intermediate

Microsoft Azure's unified CI/CD platform that combines build execution and deployment orchestration in one YAML-based service. Like an all-in-one automation suite that handles everything from code compilation to production deployment.

Example: Azure Pipelines builds .NET applications, runs tests, and deploys to Azure App Service - all defined...

OCI DevOps Build Pipelines

intermediate

Oracle Cloud's managed build service for automated code compilation, testing, and artifact creation. Like a quality control station that ensures code is properly built and tested before deployment.

Example: OCI Build Pipelines compile Java applications, run automated tests, and produce container images rea...

OCI DevOps Deployment Pipelines

advanced

Oracle Cloud's deployment orchestration service supporting automated deployments with rolling updates, blue-green strategies, and approval gates. Like a deployment coordinator that safely manages how new versions reach production.

Example: OCI Deployment Pipelines automate releases to OKE, Functions, or Compute instances with configurable...

Canary Deployment

advanced

Gradual deployment strategy that releases changes to a small subset of users first before rolling out to everyone. Like testing a new recipe on a few customers before adding it to the full menu.

Example: Release the new feature to 5% of users, monitor for issues, then gradually increase to 25%, 50%, and...

Migration

intermediate

Moving applications, data, or infrastructure from one environment to another, such as from on-premises servers to the cloud or between cloud providers. Like relocating a business to a new building while keeping everything running.

Example: A company migrates its email system from on-premises Exchange servers to Microsoft 365 cloud, or mov...

APM

intermediate

Application Performance Monitoring - tools that track how well your application performs and where bottlenecks occur. Like having a fitness tracker for your software that shows which parts are working hard and which are slowing down.

Example: APM tools like New Relic show you that your checkout page takes 3 seconds to load because of a slow ...

Logging

basic

Recording events and activities that happen in your application for debugging and monitoring. Like keeping a detailed diary of everything your application does so you can review it later.

Example: Application logs show every user login, error message, and database query, helping developers diagno...

Cloud Composer

advanced

Google Cloud managed Apache Airflow service for orchestrating data pipelines. Like having a professional conductor for your data workflows.

Example: A data team uses Cloud Composer to schedule and monitor complex ETL pipelines that run across multip...

Golden Signals

intermediate

Four key metrics for monitoring distributed systems: latency, traffic, errors, and saturation. Like the vital signs doctors check to assess patient health.

Example: SRE teams monitor the golden signals to quickly detect when a service is degraded - high latency or ...

SIEM

advanced

Security Information and Event Management - software that collects and analyzes security data from across an organization to detect threats. Like having a security command center that monitors all cameras and sensors.

Example: Security teams use SIEM to correlate login failures, network anomalies, and suspicious file access i...

Blue Team

advanced

Security team responsible for defending against attacks and maintaining security operations. Like the security guards and systems protecting your building.

Example: The blue team monitors security alerts, patches vulnerabilities, and responds to incidents detected ...

Log Aggregation

intermediate

Collecting logs from multiple sources and centralizing them in one place for analysis and monitoring. Like gathering all security camera feeds into a single control room.

Example: A company uses log aggregation to collect logs from 100 servers into Elasticsearch, making it easy t...

Continuous Integration

intermediate

A software development practice where developers frequently merge code changes into a shared repository, with each change automatically built and tested. Like a quality control checkpoint on an assembly line that catches defects early, CI ensures code changes don't break existing functionality. AWS CodeBuild, Azure Pipelines, Google Cloud Build, and OCI DevOps all provide CI services.

Example: When a developer pushes code to GitHub, a CI pipeline automatically runs unit tests, integration tes...

Knowledge Base

intermediate

A centralized repository of information used to store, organize, and retrieve knowledge for users or AI systems. In cloud computing, knowledge bases power AI assistants, customer support systems, and enterprise search. AWS Kendra and Bedrock Knowledge Bases, Azure AI Search, Google Cloud Vertex AI Search, and OCI Generative AI all provide managed knowledge base services.

Example: A company uploads product documentation to Amazon Kendra or Azure AI Search, then builds a chatbot t...

Publish-Subscribe

intermediate

A messaging pattern where senders (publishers) broadcast messages to a topic without knowing who receives them, and receivers (subscribers) listen to topics they're interested in. Like a radio station broadcasting to anyone tuned in, pub/sub decouples producers from consumers. AWS SNS, Azure Service Bus Topics, Google Cloud Pub/Sub, and OCI Notifications all implement this pattern.

Example: An e-commerce system publishes 'order placed' events to a topic. Multiple subscribers (inventory, sh...

Regional Replication

intermediate

The practice of copying data or resources across multiple geographic regions for disaster recovery, low-latency access, or compliance requirements. Like having backup copies of important documents in different cities, regional replication ensures data survives regional outages. AWS S3 Cross-Region Replication, Azure Geo-Redundant Storage, Google Cloud multi-regional storage, and OCI Cross-Region Replication all provide this capability.

Example: A financial services company replicates their database from US-East to EU-West using AWS RDS Read Re...

Microsoft Teams

basic

A cloud-based collaboration platform that combines workplace chat, video meetings, file storage, and application integration. Part of the Microsoft 365 suite, Teams integrates deeply with Azure services for enterprise deployments. Similar collaboration tools exist across cloud ecosystems: AWS offers Amazon Chime, Google provides Google Meet and Chat, and Oracle offers Oracle Cloud collaboration features.

Example: An enterprise uses Microsoft Teams integrated with Azure Active Directory for single sign-on, ShareP...

API Keys

basic

Secret tokens used to authenticate and authorize access to cloud services and APIs. Like a password for software applications, API keys identify the calling application and control what actions it can perform. AWS uses Access Keys and Secret Keys, Azure provides Subscription Keys and Service Principal credentials, GCP uses API Keys and Service Account Keys, and OCI uses API Signing Keys.

Example: A mobile app uses an API key to access a weather service. The key identifies the app, tracks usage f...

Infrastructure Automation

intermediate

The practice of using code and tools to automatically provision, configure, and manage cloud infrastructure instead of manual processes. Like having robots build and maintain your data center, infrastructure automation ensures consistent, repeatable, and error-free deployments. Tools include Terraform, AWS CloudFormation, Azure Resource Manager, Google Cloud Deployment Manager, and OCI Resource Manager.

Example: Instead of manually clicking through the AWS console to create servers, a DevOps team writes Terrafo...

Cost Optimization

intermediate

Strategies and practices for reducing cloud spending while maintaining performance and reliability. Like finding ways to reduce your utility bills without sacrificing comfort, cost optimization involves right-sizing resources, using reserved capacity, eliminating waste, and choosing cost-effective architectures. AWS offers Cost Explorer and Trusted Advisor, Azure provides Cost Management, GCP has Cost Management tools, and OCI offers Cost Analysis.

Example: A company reduces their monthly AWS bill by 40% by switching to Reserved Instances for predictable w...

Gateway

intermediate

A network component that acts as an entry point or intermediary between different networks or services. Like a toll booth on a highway, gateways control and manage traffic flow. In cloud computing, common gateway types include API Gateway (manages API traffic), NAT Gateway (enables outbound internet access for private resources), VPN Gateway (connects on-premises networks), and Internet Gateway (connects VPCs to the internet). AWS, Azure, GCP, and OCI all offer managed gateway services.

Example: An API Gateway sits in front of microservices, handling authentication, rate limiting, and request r...

GPU Instance

intermediate

A cloud virtual machine equipped with one or more Graphics Processing Units (GPUs) for accelerated computing workloads. Think of it like upgrading from a regular car to a race car — GPU instances provide massive parallel processing power needed for machine learning training, 3D rendering, video encoding, and scientific simulations. AWS offers P and G instance families, Azure provides NC and ND series, GCP has A2 and G2 machine types, and OCI offers GPU shapes with NVIDIA GPUs.

Example: A machine learning team uses AWS p5.48xlarge GPU instances with 8 NVIDIA H100 GPUs to train a large ...

Capacity Planning

intermediate

The process of determining the cloud resources needed to meet current and future workload demands while optimizing costs. Like planning how much food to buy for a growing family, capacity planning involves analyzing usage patterns, forecasting growth, and ensuring enough compute, storage, and network resources are available without over-provisioning. Cloud providers offer tools like AWS Compute Optimizer, Azure Advisor, GCP Recommender, and OCI Cloud Advisor to help right-size resources.

Example: An e-commerce company analyzes their traffic patterns and discovers they need 3x more capacity durin...

Vulnerability Scanning

intermediate

The automated process of identifying security weaknesses, misconfigurations, and known vulnerabilities in cloud infrastructure, applications, and container images. Like a home security inspector checking every door and window for weaknesses, vulnerability scanners systematically examine your systems against databases of known threats. AWS offers Inspector and ECR scanning, Azure provides Defender for Cloud, GCP has Security Command Center and Artifact Analysis, and OCI offers Vulnerability Scanning Service.

Example: A DevSecOps team configures AWS Inspector to automatically scan all EC2 instances and container imag...

Artifact Repository

intermediate

A centralized storage system for managing build outputs, software packages, container images, and deployment artifacts throughout the software delivery lifecycle. Like a warehouse that stores and organizes all the parts needed to assemble a product, artifact repositories version, secure, and distribute the components that make up your applications. AWS offers CodeArtifact and ECR, Azure provides Azure Artifacts and ACR, GCP has Artifact Registry, and OCI offers Container Registry.

Example: A development team publishes npm packages to AWS CodeArtifact and Docker images to ECR as part of th...

Private Link

advanced

A networking service that enables private connectivity between cloud resources and services without exposing traffic to the public internet. Like having a private tunnel between two buildings instead of walking through a busy street, Private Link creates secure, low-latency connections that stay within the cloud provider's backbone network. AWS offers PrivateLink, Azure provides Private Link, GCP has Private Service Connect, and OCI offers Private Endpoints.

Example: A financial services company uses AWS PrivateLink to access an S3 bucket containing sensitive custom...

Business Intelligence

intermediate

A set of technologies, tools, and practices for collecting, integrating, analyzing, and presenting business data to support better decision-making. Like having a dashboard in your car that shows speed, fuel level, and engine health at a glance, BI platforms transform raw data into meaningful visualizations, reports, and insights. AWS offers QuickSight, Azure provides Power BI, GCP has Looker, and OCI offers Analytics Cloud — each providing interactive dashboards, data exploration, and reporting capabilities.

Example: A retail chain connects their sales database to Amazon QuickSight, creating real-time dashboards tha...

Architecture Diagram

basic

A visual representation of a system's components, their relationships, and how they interact within a cloud or software environment. Like a blueprint for a building, an architecture diagram shows the structural design of an application or infrastructure, including servers, databases, networks, and external services. Cloud architecture diagrams are essential for planning, documentation, and communication between teams. AWS provides the Architecture Icons library, Azure offers Visio templates, GCP has its architecture diagramming tool, and OCI provides reference architecture diagrams.

Example: A startup's engineering team creates a cloud architecture diagram showing their three-tier web appli...

Cloud Topology

intermediate

The arrangement and interconnection of cloud resources, services, and networks that make up a cloud infrastructure deployment. Like a city map showing roads, buildings, and utilities, cloud topology describes how compute instances, storage, databases, and networking components are organized and connected. Understanding topology is crucial for optimizing performance, ensuring redundancy, and maintaining security. Each cloud provider has specific topology patterns — AWS uses Regions and Availability Zones, Azure has Regions and Availability Zones, GCP uses Regions and Zones, and OCI has Regions and Availability Domains.

Example: A global e-commerce company designs their cloud topology with primary infrastructure in US East and ...

Infrastructure Visualization

intermediate

The practice of creating visual representations of cloud infrastructure to understand, monitor, and manage complex systems. Like using a GPS navigation app instead of written directions, infrastructure visualization transforms technical configurations into intuitive diagrams, dashboards, and maps. This includes generating architecture diagrams from code (such as Terraform), real-time infrastructure dashboards, and interactive topology maps. AWS provides CloudWatch dashboards and Architecture Center, Azure offers Azure Monitor visualization, GCP has Cloud Asset Inventory visualization, and OCI provides Console dashboards with topology views.

Example: A DevOps team uses an infrastructure visualization tool to automatically generate a cloud architectu...

Reference Architecture

intermediate

A pre-designed, best-practice cloud architecture template that solves a common use case and can be adapted for specific business needs. Like a model home that showcases standard layouts and features, reference architectures provide proven blueprints for building applications such as web apps, data pipelines, microservices, and machine learning platforms. AWS provides AWS Architecture Center with hundreds of reference diagrams, Azure offers Azure Architecture Center, GCP has Cloud Architecture Center, and OCI provides Reference Architecture documentation — all with detailed diagrams and implementation guides.

Example: A healthcare startup uses AWS's HIPAA-compliant reference architecture as a starting point for their...

Ground Station

advanced

A cloud service that lets you communicate with orbiting satellites to collect, process, and downlink data — without building your own satellite dish infrastructure. Like renting a radio tower that can talk to space, ground station services handle the complex antennas and signal processing so you can focus on using the data. AWS Ground Station provides on-demand access to satellite antennas at locations worldwide, Azure Orbital Ground Station connects to spacecraft and satellite constellations, and specialized providers offer similar capabilities for Earth observation, weather monitoring, and communications.

Example: A weather forecasting company uses AWS Ground Station to download high-resolution imagery from their...

Augmented Reality Cloud

advanced

Cloud services and platforms that enable building augmented reality (AR) and virtual reality (VR) experiences by providing the compute power, 3D rendering, spatial anchoring, and content delivery needed for immersive applications. Like having a movie studio's special effects department available on demand, these services handle the heavy processing of overlaying digital content onto the real world or creating fully virtual environments. AWS offers Amazon Sumerian for AR/VR creation, Azure provides Spatial Anchors and Remote Rendering for mixed reality, and various cloud-based tools support building immersive training, retail, and entertainment applications.

Example: A furniture retailer builds an AR shopping experience where customers can visualize sofas and tables...

Cloud Robotics

advanced

Cloud-based services for developing, simulating, testing, and managing robotic applications at scale. Like giving robots a brain in the cloud, these platforms offload heavy computation such as machine learning inference, path planning, and fleet management to powerful cloud servers while robots execute tasks locally. AWS RoboMaker provides simulation environments and ROS (Robot Operating System) support, Azure offers cloud-connected robotics through IoT Hub and Digital Twins, and GCP provides AI and ML services commonly integrated with robotic systems for navigation, object recognition, and decision-making.

Example: A warehouse automation company uses AWS RoboMaker to simulate their fleet of 200 picking robots in a...

Service Catalog

intermediate

A managed service that lets organizations create and distribute curated portfolios of approved cloud resources, applications, and configurations that users can deploy through a self-service portal. Like a company's internal app store with pre-approved items, service catalogs ensure teams can quickly provision resources that meet organizational standards for security, compliance, and cost. AWS Service Catalog lets admins define CloudFormation-based products, Azure offers Managed Applications for marketplace distribution, GCP provides Service Catalog for organizing cloud resources, and OCI has its own service marketplace for standardized deployments.

Example: An enterprise IT team creates a service catalog containing pre-approved database configurations, web...

AI Code Assistant

intermediate

An AI-powered tool integrated into development environments that helps programmers write, complete, debug, and optimize code using large language models. Like having an experienced pair programmer who never sleeps, AI code assistants suggest entire functions, explain unfamiliar code, catch bugs before they happen, and translate natural language descriptions into working code. AWS offers Amazon Q Developer (formerly CodeWhisperer), Azure provides GitHub Copilot powered by OpenAI, GCP has Gemini Code Assist, and OCI offers OCI Generative AI code completion — each trained on vast code repositories and documentation.

Example: A developer building a REST API types a comment describing what they need: 'Create an endpoint that ...

AutoML

intermediate

Automated Machine Learning — a set of cloud services that automate the end-to-end process of building, training, and deploying machine learning models without requiring deep ML expertise. Like having a self-driving car for data science, AutoML handles feature engineering, algorithm selection, hyperparameter tuning, and model evaluation automatically. AWS provides SageMaker Autopilot, Azure offers Azure AutoML, GCP has Vertex AI AutoML, and OCI offers OCI Data Science AutoML — all enabling business analysts and developers to build production-quality ML models from their data with minimal code.

Example: A retail company uploads three years of sales data to an AutoML service and asks it to predict next ...

Model Governance

advanced

The practices, tools, and policies for managing AI and machine learning models responsibly throughout their lifecycle — from development through deployment and retirement. Like quality control and compliance for AI, model governance ensures models are fair, explainable, accurate, and compliant with regulations. This includes bias detection, model explainability, audit trails, version control, performance monitoring, and responsible AI principles. AWS offers SageMaker Model Governance, Azure provides Responsible AI tools, GCP has Vertex AI Model Monitoring and Explainability, and OCI offers OCI Data Science model management capabilities.

Example: A bank deploying a loan approval model implements model governance by running automated bias tests a...

Document Intelligence

intermediate

Cloud-based AI services that automatically extract text, data, tables, and insights from documents such as invoices, receipts, contracts, forms, and identity documents. Like having a tireless office assistant who can read and organize mountains of paperwork, document intelligence combines optical character recognition (OCR) with natural language understanding to not just read text but understand its meaning and structure. AWS offers Amazon Textract, Azure provides AI Document Intelligence (formerly Form Recognizer), GCP has Document AI, and OCI offers OCI Document Understanding.

Example: An insurance company processes 10,000 claim forms per day using document intelligence. The service a...

Media Transcoding

intermediate

Cloud services that convert audio and video files from one format, resolution, or bitrate to another, enabling content to play smoothly on any device or network speed. Like a universal translator for video files, transcoding services take a single high-quality source video and create optimized versions for smartphones, tablets, smart TVs, and web browsers — each with the right codec, resolution, and bitrate. AWS provides Elastic Transcoder and MediaConvert, Azure offers Media Services Encoder, GCP has Transcoder API, and OCI provides media processing through its media services.

Example: A streaming platform uploads a 4K movie master file and the transcoding service automatically create...

Push Notification

basic

A cloud messaging service that delivers real-time alerts and messages directly to users' mobile devices, web browsers, or applications — even when the app isn't actively open. Like a digital tap on the shoulder, push notifications enable apps to re-engage users with timely, relevant information. AWS offers Amazon SNS (Simple Notification Service) for mobile push, Azure provides Notification Hubs, GCP has Firebase Cloud Messaging (FCM), and OCI supports notifications through its Notification Service. These platforms handle device registration, message routing, platform-specific formatting (iOS, Android, web), and delivery tracking at massive scale.

Example: A food delivery app sends push notifications to update customers in real time: 'Your order has been ...

MySQL

basic

One of the world's most popular open-source relational database management systems, widely offered as a fully managed cloud service. Like a well-organized digital filing cabinet that millions of websites rely on, MySQL stores structured data in tables with rows and columns and uses SQL (Structured Query Language) for data manipulation. AWS offers Amazon RDS for MySQL and Aurora MySQL, Azure provides Azure Database for MySQL, GCP has Cloud SQL for MySQL, and OCI offers MySQL Database Service (notably, Oracle acquired MySQL and provides the only cloud-native MySQL HeatWave service with integrated analytics).

Example: An e-commerce startup uses managed MySQL to store their product catalog, customer accounts, and orde...

Bare Metal Server

advanced

A physical server in the cloud dedicated entirely to a single customer, with no virtualization layer or shared resources. Like renting an entire house instead of an apartment, bare metal gives you direct access to the hardware — every CPU core, every byte of RAM, and every disk operation — without the overhead of a hypervisor. This is essential for workloads requiring maximum performance, hardware-level security, or specialized configurations. AWS offers EC2 Bare Metal instances, Azure provides BareMetal Infrastructure, GCP has Sole-Tenant Nodes, and OCI is particularly known for its Bare Metal Compute instances with high-performance networking.

Example: A financial trading firm deploys their high-frequency trading algorithm on bare metal servers to eli...

Amazon CodeWhisperer

intermediate

An AI-powered code generation and completion service from AWS, now part of Amazon Q Developer. Like having a seasoned programmer looking over your shoulder and suggesting code as you type, CodeWhisperer uses machine learning trained on billions of lines of code to provide real-time code suggestions, ranging from single-line completions to entire functions. It supports multiple programming languages and IDEs, and includes a built-in security scanner that flags potential vulnerabilities. CodeWhisperer is part of the broader Amazon Q Developer suite, which adds chat-based assistance, code transformation, and debugging capabilities.

Example: A developer building a serverless application in VS Code starts typing a function to process S3 even...

GitHub Copilot

intermediate

An AI pair programming tool developed by GitHub (a Microsoft subsidiary) and powered by OpenAI models, deeply integrated into Azure and the broader Microsoft developer ecosystem. Like having an expert collaborator who has read every public code repository, Copilot suggests whole lines, functions, and even entire files of code based on natural language prompts and surrounding context. It works across dozens of programming languages and integrates natively into VS Code, Visual Studio, JetBrains IDEs, and GitHub's web editor. GitHub Copilot also offers chat-based assistance for explaining code, generating tests, and fixing bugs.

Example: A cloud engineer writing Terraform configurations for an Azure deployment types a comment describing...

Amazon Kiro

intermediate

An AI-powered integrated development environment (IDE) from AWS that uses a spec-driven approach to software development. Instead of jumping straight into code, Kiro guides developers through a structured workflow: describe what you want to build in natural language, review generated specifications and designs, then produce production-ready code with tests and documentation. Kiro includes AI agent capabilities for code generation, debugging, and refactoring, along with automation features called hooks that trigger actions based on development events. It aims to bridge the gap between planning and building by combining specification management with AI-assisted coding.

Example: A startup team wants to build a serverless REST API with user authentication. Instead of writing boi...

Microsoft Entra ID

intermediate

Microsoft's cloud-based identity and access management service, formerly known as Azure Active Directory (Azure AD). Like a universal key card system for the digital world, Entra ID manages who can access what across cloud applications, on-premises resources, and partner organizations. It provides single sign-on (SSO) to thousands of SaaS applications, multi-factor authentication, conditional access policies that adapt to user risk, and passwordless authentication. Entra ID serves as the identity backbone for Microsoft 365, Azure, and thousands of third-party applications, handling billions of authentications daily.

Example: A healthcare organization deploys Microsoft Entra ID to secure access across their hybrid environmen...

Microsoft Sentinel

advanced

A cloud-native Security Information and Event Management (SIEM) and Security Orchestration, Automation, and Response (SOAR) solution from Microsoft. Like a security command center that never sleeps, Sentinel collects data from across your entire digital estate — cloud services, on-premises servers, firewalls, applications, and endpoints — then uses AI and machine learning to detect threats, investigate incidents, and respond automatically. It integrates natively with Microsoft 365 and Azure services and supports hundreds of third-party data connectors, providing a unified view of security across multi-cloud and hybrid environments.

Example: A financial services company deploys Microsoft Sentinel to monitor their multi-cloud environment. Wh...

Database Migration

intermediate

Moving a database from one environment, platform, or version to another while maintaining data integrity and minimizing downtime. Like carefully relocating a filing cabinet full of important documents to a new building without losing or damaging any files. Cloud providers offer managed migration services like AWS DMS, Azure Database Migration Service, Google Cloud Database Migration Service, and OCI Database Migration to automate and simplify this process.

Example: A retail company migrates their on-premises Oracle database to Amazon RDS for PostgreSQL using AWS D...

Enterprise Search

intermediate

An intelligent search system that helps organizations find information across all their data — documents, emails, databases, and more — using natural language and machine learning. Like having a super-smart librarian who understands what you're really looking for, not just matching keywords. Services like AWS Kendra, Azure AI Search, and Google Vertex AI Search use AI to understand context and deliver the most relevant results.

Example: A law firm uses enterprise search to find relevant case precedents across millions of legal document...

Object Detection

intermediate

An AI technique that identifies and locates specific objects within images or video streams, assigning labels and confidence scores. Like teaching a computer to spot and name things it sees, from cats and cars to defects in manufacturing. Cloud services like AWS Rekognition, Azure Computer Vision, Google Cloud Vision, and OCI Vision make it easy to add this capability to applications without building AI models from scratch.

Example: A security company uses object detection in AWS Rekognition to monitor surveillance feeds and automa...

Remote Desktop

basic

Technology that lets you access and control a computer from another location over the internet. Like having a virtual window into another computer where you can see its screen and control its mouse and keyboard from anywhere. Cloud services like AWS WorkSpaces, Azure Virtual Desktop, and Google Cloud Workstations provide fully managed remote desktops that employees can access from any device.

Example: A software company provides their developers with AWS WorkSpaces so they can work from home, coffee ...

Shared Storage

intermediate

Storage that multiple servers or computers can access and modify simultaneously over the network, enabling collaboration and data consistency. Like a shared document that everyone in your team can edit at the same time. Cloud providers offer managed shared storage like AWS EFS, Azure Files, Google Filestore, and OCI File Storage that scales automatically and handles complex networking.

Example: A media production company uses AWS EFS to store video files that multiple rendering servers process...

Game Development

intermediate

The process of creating video games using specialized tools, engines, and cloud infrastructure to handle the demands of real-time graphics, multiplayer synchronization, and global distribution. Like orchestrating a complex live experience that responds instantly to millions of players worldwide. Cloud platforms like AWS GameLift, Azure PlayFab, and Google Cloud for Games provide the backend services that handle matchmaking, player data, and game analytics.

Example: An indie game studio uses Azure PlayFab to manage player accounts, store game progress, and run lead...

File System

basic

A method of organizing and storing files in a hierarchical structure of folders and directories, accessible over a network or in the cloud. Like a digital filing cabinet where documents are organized into labeled folders and drawers — cloud file systems let multiple servers access the same files simultaneously, just like coworkers sharing a network drive.

Example: A media production team uses Amazon EFS (Elastic File System) to store video editing projects so tha...

Dedicated Server

intermediate

A physical server exclusively reserved for a single customer, with no resources shared with other users. Like renting an entire house instead of sharing an apartment — you get all the space, power, and privacy to yourself. Dedicated servers offer maximum performance and security for workloads that can't share hardware with other tenants.

Example: A healthcare company processing sensitive patient data uses AWS Dedicated Hosts to ensure their work...

Low-Code Platform

basic

A development tool that lets people build applications using visual drag-and-drop interfaces and minimal hand-coding. Like building with LEGO blocks instead of carving each piece from raw wood — you snap pre-built components together to create something functional.

Example: A bank's operations team uses Microsoft Power Apps to build an internal loan approval workflow in a ...

OpenSearch

intermediate

An open-source search and analytics engine used for full-text search, log analysis, and real-time application monitoring. Originally forked from Elasticsearch, it's like a super-powered search engine that can find and analyze information across billions of records in milliseconds.

Example: A cybersecurity company uses Amazon OpenSearch Service to ingest and search through 50TB of daily se...

Cloud Shell

basic

A browser-based command line terminal that comes pre-loaded with cloud management tools, letting you manage cloud resources directly from your web browser without installing anything on your computer. Like having a fully-equipped workshop that appears anywhere you open your laptop.

Example: A DevOps engineer uses Google Cloud Shell to quickly debug a production issue from their phone durin...

Data Governance

advanced

The practices and tools for managing data quality, security, privacy, and compliance across an organization. Like the rules and policies a library uses to catalog, protect, and provide access to its book collection — ensuring the right people can find and use the right data responsibly.

Example: A healthcare organization uses Microsoft Purview to automatically discover and classify all patient ...

Web App Hosting

basic

A managed platform service that runs your web applications without requiring you to set up or manage the underlying servers. Like renting a fully-furnished apartment instead of building a house — you just move in your code and everything else is handled for you.

Example: A development team uses AWS Elastic Beanstalk to deploy their Node.js web application. They upload t...

Managed Airflow

advanced

A fully managed version of Apache Airflow, the popular open-source tool for orchestrating complex data workflows and pipelines. Like hiring a professional conductor to manage your data orchestra — you write the music (workflows), and the managed service handles scheduling, scaling, and keeping everything running on time.

Example: A data engineering team uses Amazon MWAA (Managed Workflows for Apache Airflow) to orchestrate their...

Managed Grafana

intermediate

A fully managed version of Grafana, the popular open-source visualization and dashboarding tool, that lets you create monitoring dashboards without managing the Grafana infrastructure yourself. Like subscribing to a professional monitoring display service instead of building your own monitoring wall.

Example: A DevOps team uses Amazon Managed Grafana to create real-time dashboards showing their application's...

Managed Prometheus

advanced

A fully managed version of Prometheus, the popular open-source metrics collection and alerting system, that stores and queries infrastructure metrics without you managing the Prometheus servers. Like outsourcing your building's entire alarm and sensor system to a professional monitoring company.

Example: A platform team uses Amazon Managed Service for Prometheus to collect metrics from their 500-node Ku...

Dedicated Connection

intermediate

A private, physical network link between your premises and a cloud provider — completely separate from the public internet. Like having your own private highway instead of sharing public roads.

Example: AWS Direct Connect and Azure ExpressRoute are dedicated connections that give enterprises consistent...

Synthetic Monitoring

intermediate

Proactively testing your application by simulating user interactions on a schedule — checking that pages load, APIs respond, and transactions complete — before real users notice a problem. Like a robot secret shopper that tests your website every few minutes.

Example: CloudWatch Synthetics runs a canary script every 5 minutes that logs in, searches for a product, and...

Oracle Functions

intermediate

OCI's serverless compute service for running event-driven functions without managing infrastructure. Based on the open-source Fn Project, it is OCI's equivalent of AWS Lambda, Azure Functions, and GCP Cloud Functions.

Example: An OCI application uses Oracle Functions to automatically process documents uploaded to Object Stora...

OCI Process Automation

advanced

Oracle Cloud's low-code workflow automation and process management service. Like a visual workflow builder that coordinates approvals, integrations, and business logic across systems. It is OCI's equivalent of AWS Step Functions and Azure Logic Apps.

Example: An HR department uses OCI Process Automation to orchestrate a multi-step onboarding workflow — creat...

Auditing

intermediate

The systematic recording and examination of activity across cloud infrastructure to ensure compliance, detect anomalies, and maintain accountability. Like a security camera system for your cloud — everything is logged so you can review who did what, and when. AWS CloudTrail, Azure Monitor Activity Log, GCP Audit Logs, and OCI Audit all provide native auditing.

Example: A financial services company uses AWS CloudTrail to record every API call across their AWS environme...

Stream Processing

intermediate

Continuously processing data records as they arrive in real time, rather than storing them first and processing in bulk. Like a moving conveyor belt that processes items one by one as they flow through, rather than waiting for a full batch. Core services include Apache Kafka (AWS MSK, Confluent), AWS Kinesis, GCP Dataflow, Azure Stream Analytics, and Apache Flink.

Example: A ride-sharing app uses stream processing to analyze GPS coordinates from thousands of drivers in re...

Archival

basic

Long-term, cost-optimized storage for data that is rarely accessed but must be retained — typically for compliance, legal, or historical purposes. Archival storage tiers offer the lowest cost per GB but have slower retrieval times (minutes to hours). Key services: AWS S3 Glacier / Glacier Deep Archive, Azure Archive Storage, GCP Archive Storage, OCI Archive Storage.

Example: A healthcare provider retains patient records for 10 years to meet regulatory requirements. They mov...

Risk Management

intermediate

The process of identifying, assessing, and mitigating risks to cloud infrastructure, data, and operations. In cloud computing, this encompasses the shared responsibility model (what the provider secures vs. what you must secure), threat modeling, disaster recovery planning, and alignment with frameworks like the AWS Well-Architected Framework, Azure Security Benchmark, and NIST.

Example: A fintech startup uses the AWS Well-Architected Framework review to assess risk across five pillars:...

Domain Names

basic

Human-readable addresses that map to IP addresses through the Domain Name System (DNS). In cloud architecture, domain management is a core networking concern — cloud providers offer managed DNS services that route traffic, enable failover, support weighted routing, and integrate with CDNs and load balancers. Key services: AWS Route 53, Azure DNS, Google Cloud DNS, OCI DNS.

Example: A SaaS company registers api.myapp.com using AWS Route 53. They configure latency-based routing to d...