Instiq
Chapter 5 · Cost and Governance·v2.0.0·Updated 6/3/2026·~13 min

What's changed: Revamped AZ-900 Chapter 5 to the new depth (cost factors/tools/savings, Policy/locks/RBAC/Purview/landing zones)

5.1Cost Management

Key points

Understand what drives cloud cost and the tools to manage it: estimating (Pricing Calculator / TCO Calculator), tracking actual spend (Microsoft Cost Management), and organizing (tags).

The cloud is pay-as-you-go, yet cost varies a lot with your design. The key to control is thinking in three phases: estimate before you build, track while running, and organize and save. First understand what drives cost, then use the right tool for each phase.

5.1.1What drives cost

FactorExplanationSaving tip
Resource type/sizeVM size, storage type, etc.Right-size
RegionPrices differ by regionPick a cheaper/near region
Uptime/usageRunning time, requests, stored volumeStop idle resources
Data transfer (egress)Outbound is commonly billedReduce/optimize transfer
LicensingOS/software license costUse Azure Hybrid Benefit
Diagram showing pre-build tools (Pricing Calculator for estimates, TCO Calculator to compare with on-prem), the running-time Microsoft Cost Management (track spend, budgets/alerts), and tags for organizing cost.
Tools to estimate, track, and organize cost

5.1.2Tools to estimate, track, and organize

Cost tools split by "when you use them." The Pricing Calculator estimates the price of a not-yet-built configuration, and the TCO Calculator compares "own vs cloud" total cost of ownership when migrating from on-premises—both are for before you build. By contrast, Microsoft Cost Management visualizes and analyzes the actual spend of a running environment and alerts on budget overruns. And tags classify cost across resources.

ToolPurposeWhen
Pricing CalculatorEstimate a configuration priceBefore building
TCO CalculatorCompare on-prem vs cloud TCOWhen planning migration
Microsoft Cost ManagementTrack/analyze actual spend, budgets/alertsWhile running
TagsOrganize cost by dept/projectOngoing

5.1.3Ways to save

  • Reservations (Reserved Instances / Savings Plans): commit to 1–3 years for large discounts.
  • Spot: use spare capacity cheaply (can be evicted; good for batch).
  • Azure Hybrid Benefit: bring existing Windows/SQL licenses for a discount.
  • Autoscale, right-size, and stop: match capacity to demand and avoid waste.
Example

Scenario: cutting dev-environment cost. Dev VMs are idle at night/weekends, so auto-stop them (less uptime). Always-on production VMs get a reservation discount. Split cost with tags (env=dev/prod) and alert on overruns via a Cost Management budget, reconciling against the upfront Pricing Calculator estimate.

Warning

Watch the mix-ups: (1) Pricing Calculator (future = estimate) vs Cost Management (actual = tracking). (2) TCO Calculator is specifically the on-prem comparison for migration. (3) Reservations/Spot/Hybrid Benefit are saving levers, distinct from the estimate/track tools.

Note

Q. Are tags only for cost? No. Tags help cost reporting but are general-purpose labels also used for operations, automation, and governance (required tags can be enforced via Azure Policy). Cost is one prominent use.

Exam point

Common points: Pricing Calculator = pre-build estimate / TCO Calculator = on-prem comparison / Cost Management = actual spend & budgets / tags = organize cost, and saving = reservations/spot/Hybrid Benefit/stop & right-size. Do not confuse "future estimate" with "tracking actual spend."

5.1.4Section summary

  • Cost factors: type, size, region, uptime, data transfer (egress), licensing
  • Pricing Calculator (estimate) / TCO Calculator (on-prem comparison) / Cost Management (actual & budgets) / tags (organize)
  • Save with reservations, spot, Azure Hybrid Benefit, and stopping/right-sizing/region choice

Sign in to track progress — Log in.

Quick check

(just a quick review)

Q1. Which tool compares total cost of ownership (TCO) between on-premises and the cloud?

Q2. Which service tracks/analyzes actual spend and sets budgets and alerts?

Q3. Which lets you attach named labels to resources to organize cost by department/project?

Q4. Which gives a large discount in exchange for committing to 1–3 years of use?

Q5. Which tool estimates the price of a configuration you have not built yet?

Check your understandingPractice questions for Chapter 5: Cost and Governance

Keep track of your progress

The full study guide is free to read. Sign up free to practice with the question bank, track what you have read, review your mistakes, and highlight passages.