GitHub

Azure — Services & Pricing

Microsoft Azure’s design center is enterprise integration. Its decisive advantage is gravity with the rest of the Microsoft estate — Entra ID (Active Directory), Microsoft 365, Windows Server, SQL Server, and Dynamics — plus first-class hybrid (Azure Arc, Azure Stack) and the commercial machinery (Enterprise Agreements, Hybrid Benefit licensing) that large organizations already run on. It leans PaaS-first (App Service, Functions, Logic Apps) more than AWS’s build-from-primitives style, and it’s the default front-runner for shops already standardized on Microsoft.

This page localizes the reference architecture to Azure: Front Door → API Management / App Gateway → Virtual Machines · AKS · Functions/App Service → Azure SQL / Cosmos DB / Cache for Redis / Blob → Synapse · Event Hubs · Azure ML/OpenAI, with Entra ID, Key Vault, Monitor, and Bicep cross-cutting.

CapabilityServiceWhat it isUnit priceSource
Object StorageBlob Storage (Hot, LRS)General-purpose object storage; hot tier for frequent access, locally redundant.$0.0208/GB-monthlive
Block Storage (SSD volume)Premium SSD Managed DiskPremium SSD managed disk for production VMs (approx per-GB list).$0.12/GB-monthlist
VM Compute (general purpose, ~2 vCPU / 8 GB)D2s v5 (2 vCPU)General-purpose on-demand VM, 2 vCPU / 8 GB; live price normalized per vCPU-hour.$0.048/vCPU-hourlive
Serverless Functions / Edge ComputeFunctions (Consumption)Event-driven functions; first 1M executions/mo free, then per-request.$0.2/1M requestslist
Managed Relational DB (PostgreSQL, ~2 vCPU / 8 GB)Azure DB for PostgreSQL (Flexible, D2s_v3)Managed PostgreSQL Flexible Server, 2 vCPU / 8 GB, on-demand (compute only).$0.14/instance-hourlist
Internet Data EgressBandwidth egressInternet data transfer out; first 100 GB/mo free, then per-GB.$0.087/GBlist
CDN (content delivery egress)Front Door / CDNCDN cache egress (NA/EU first tier).$0.081/GBlist
Managed Kubernetes (control plane)AKSManaged Kubernetes; free control plane on the standard tier (nodes billed separately).$0/cluster-hourlist
  • ComputeVirtual Machines (Hybrid Benefit reuses on-prem Windows/SQL licenses), App Service for managed web apps, Functions for serverless, Container Apps and AKS for containers. AKS bills $0 for the control plane on the standard tier — a structural edge.
  • StorageBlob Storage (hot/cool/archive tiers), Managed Disks (priced per provisioned disk tier, not per-GB — model the disk SKU, not raw GB), Azure Files.
  • DataAzure SQL (the managed SQL Server family — strongest in the Microsoft world), Cosmos DB (multi-model, global distribution), Database for PostgreSQL/MySQL, Synapse / Fabric for analytics.
  • AIAzure OpenAI is the headline draw for enterprises wanting governed access to frontier models inside their compliance boundary; Azure ML for the broader lifecycle.
  • Identity & governanceEntra ID is the anchor: SSO, conditional access, and a single identity plane across Azure + M365. Key Vault, Defender, Monitor, Bicep/ARM.
  • You’re a Microsoft-centric enterprise — Active Directory/Entra, M365, Windows/SQL licensing. Identity, governance, and Hybrid Benefit economics line up in your favor.
  • Hybrid or regulated — Azure Arc / Stack and a deep compliance portfolio suit regulated and on-prem-spanning estates.
  • Governed GenAI — Azure OpenAI for frontier models within your tenancy and compliance posture.
  • Lean toward elsewhere when: you’re not Microsoft-aligned (AWS’s breadth or GCP’s data/AI often fit better), or you want the simplest pricing model — Azure’s SKU/tier structure (e.g. per-disk storage, reserved capacity) rewards careful sizing.

Cost note: prices above are first-tier on-demand list/live. Azure economics improve markedly with Reserved Instances / Savings Plans, Hybrid Benefit (Windows/SQL), and right-sized disk SKUs — model those for committed workloads.


Pricing generated from the live cost catalog via scripts/gen_cloud_docs.py.