Pricing, SLAs & Lifecycle

💤0
Lv 10 XP
← ☁️ Microsoft Azure · AZ-900 Fundamentals

Pricing, SLAs & Lifecycle

Beginner ⭐ 50 XP ⏱ 16 min #azure#az-900#pricing#sla

How Azure bills, what SLAs promise, and the tools to manage and forecast cost.

📖Theory

Azure is consumption-based — you pay for what you use, with factors like resource type, region, and egress bandwidth. Ways to reduce cost:

  • Reserved Instances / Savings Plans — commit 1–3 years for big discounts
  • Azure Hybrid Benefit — reuse existing Windows/SQL licenses
  • Spot VMs — deep discounts for interruptible workloads
  • Right-sizing & auto-shutdown — don’t pay for idle capacity

SLAs (Service Level Agreements) state the guaranteed uptime per service (e.g. 99.9%). Composite SLAs multiply across dependent services. Manage spend with Cost Management + Budgets and estimate with the Pricing Calculator.

🌍Real-World Example
Cost levers:
  Reserved Instance (3yr)   → up to ~72% off a steady VM
  Spot VM                   → up to ~90% off, can be evicted
  Hybrid Benefit            → reuse on-prem Windows/SQL licenses
  Auto-shutdown dev VMs     → pay only during work hours

SLA math (services in series):
  Web App 99.95% × SQL 99.99% ≈ 99.94% composite
✍️Hands-On Exercise
  1. Use the Pricing Calculator to estimate a VM + storage monthly cost.
  2. Explain when a Reserved Instance beats pay-as-you-go.
  3. Compute the composite SLA of two chained services at 99.9% each.
  4. Set up (or describe) a budget alert in Cost Management.
🧾Cheat Sheet
LeverBenefit
Reserved InstancesDiscount for 1–3yr commitment
Savings PlansFlexible commitment discount
Spot VMsCheapest, interruptible
Hybrid BenefitReuse existing licenses
Cost ManagementTrack + budget spend
Pricing CalculatorEstimate before deploying
SLAGuaranteed uptime % per service
💬Common Interview Questions
How can you reduce Azure compute costs for steady workloads?

Use Reserved Instances or Savings Plans (commit 1–3 years for big discounts), apply Azure Hybrid Benefit for existing licenses, and right-size or auto-shutdown idle resources.

What does an Azure SLA represent, and what happens with chained services?

The provider’s guaranteed availability for a service (e.g. 99.9%). For services in series, multiply their SLAs — the composite is lower than any single one.

📚Official Documentation

📝 My notes on this topic

Auto-saves as you type