← Back to Insights
Cloud & Infrastructure Mar 2, 2026 ⏱ 9 min read

Azure Cost Optimization: The Playbook That Saves $100K+ Per Year

The average enterprise wastes 30% of its Azure budget. Not because they chose the wrong cloud — but because nobody is actively managing what they're spending.

The 30% Problem

Cloud was supposed to save money. And it does — if you manage it. The reality is that most organizations lift-and-shift on-premises workloads, set VM sizes based on vendor recommendations, and never look at the bill again. The result: $150K+ in annual waste for a typical mid-market Azure deployment.

We've audited Azure environments at 40+ organizations. Every single one had at least 20% waste. Most had 30-40%. The fixes are not complicated — they just require disciplined execution.

30%
Average Waste
$150K+
Annual Savings Potential
72%
Max RI Discount

Reserved Instances: The #1 Lever

If you do nothing else, buy Reserved Instances. RIs provide 40-72% discount on VMs, SQL Database, Cosmos DB, and other services in exchange for a 1 or 3-year commitment.

Service1-Year Savings3-Year SavingsSweet Spot
VMs (D-series)40%62%Steady-state production
SQL Database33%55%Production databases
Cosmos DB20%35%High-throughput APIs
App Service35%55%Always-on web apps
Azure Synapse40%65%Data warehouse workloads
Pro Tip

Start with 1-year RIs for your top 10 VMs by spend. Don't commit to 3-year until you've validated your architecture. Use Azure Advisor's RI recommendations — they analyze your actual usage and suggest optimal purchases.

Right-Sizing: The Free Money

Right-sizing means matching VM sizes to actual workload requirements. It costs nothing to implement and typically saves 15-25% immediately.

The Right-Sizing Process

  1. Pull 14-day metrics from Azure Monitor for CPU, memory, network, and disk I/O
  2. Flag VMs with <20% average CPU — these are over-provisioned
  3. Flag VMs with <5% peak CPU — these might be zombies (running but unused)
  4. Downsize by one tier (D4s_v5 → D2s_v5) or switch to burstable B-series
  5. Re-evaluate monthly — workloads change, and so should your sizing
Real-World Result

A healthcare client had 47 VMs running D8s_v5 (8 vCPU, 32 GB). Average CPU utilization: 12%. We downsized 38 of them to D2s_v5, saving $94K/year with zero performance impact.

Storage Tiering: The Forgotten Savings

Azure Storage has four access tiers with dramatically different pricing:

TierCost/GB/MoAccess CostBest For
Hot$0.018LowFrequently accessed data
Cool$0.010Medium30+ day infrequent access
Cold$0.0036Higher90+ day rare access
Archive$0.00099High + latencyCompliance, backups

Lifecycle management policies automatically move blobs between tiers based on age. Set them once and save continuously.

Spot VMs & Low-Priority Workloads

Azure Spot VMs offer up to 90% discount for workloads that can tolerate interruption: batch processing, dev/test environments, CI/CD pipelines, and data processing.

  • Batch processing: Use Spot VMs with Azure Batch for ETL, rendering, simulations
  • Dev/Test: Non-production environments don't need guaranteed availability
  • AKS node pools: Add Spot node pools for burst capacity in Kubernetes
  • CI/CD agents: Build agents are perfect Spot candidates — stateless and restartable

Cost Governance Framework

The Five Pillars

  1. Tagging policy: Every resource must have CostCenter, Environment, Owner, and Application tags. No exceptions.
  2. Budget alerts: Set Azure Budgets at subscription and resource group level. Alert at 50%, 80%, and 100%.
  3. Weekly cost reviews: 15-minute review of Cost Management dashboard. Look for anomalies and trends.
  4. Shutdown automation: Auto-shutdown dev/test VMs at 7 PM. Auto-start at 8 AM. Saves 65% on non-prod compute.
  5. Quarterly architecture reviews: Re-evaluate reserved instances, right-sizing, and service selection every quarter.

Your 30-Day Action Plan

  1. Day 1-3: Enable Azure Cost Management + Billing. Set up budgets and alerts.
  2. Day 4-7: Run Azure Advisor. Implement all right-sizing recommendations.
  3. Day 8-14: Purchase 1-year RIs for top 10 VMs by spend.
  4. Day 15-21: Implement storage lifecycle policies. Move cold data to Cool/Archive tiers.
  5. Day 22-30: Deploy auto-shutdown for dev/test. Set up weekly cost review cadence.

Cloud cost optimization is not a one-time project — it's a practice. The organizations that save the most are the ones that review costs weekly, not annually.

GG
Garnet Grid Engineering
Cloud Architecture & Optimization • New York, NY

Need an Azure Cost Audit?

Our team has delivered 50+ enterprise engagements. Let us help you build a strategy that actually works.

Book a Free Assessment → ← More Insights

Want to cut your Azure bill by 30%+?

Get Started →

📚 Related Articles