Lesson content
Read, practise, then check your understanding
Azure Pricing and Billing
Azure charges depend on service, Region, tier, consumption dimension, commitment, support, licensing benefit, and data movement. Cost Management organizes actual and forecasted spend, while calculators and budgets help planning and governance.
Core ideas
- The Azure Pricing Calculator estimates a proposed architecture before deployment.
- Reservations and savings plans can discount eligible stable usage in exchange for commitment.
- Tags, resource groups, subscriptions, and management groups support allocation and ownership.
- Budgets notify or automate responses but are not inherently a guaranteed hard cap.
Design and operating model
Estimate, deploy at small scale, compare forecast to actual meters, and refine. Assign owners and cost metadata, create budgets and anomaly review, eliminate waste, right-size, schedule non-production, then evaluate commitments. Include monitoring ingestion, backups, public addresses, gateways, support, and egress.
Example
az consumption usage list \
--start-date 2026-07-01 \
--end-date 2026-07-31 \
--query '[].{Service:meterDetails.meterCategory,Cost:pretaxCost}' \
--output table
az tag list --output table
Run examples in a disposable training subscription. Replace names, Regions, identifiers, scopes, sizes, and policies with reviewed values, and confirm current Azure CLI and service requirements before production use.
Production guidance
- Do not optimize away redundancy, security logging, backups, or recovery without explicit risk acceptance.
- Use chargeback or showback so teams see the consequences of architecture and retention choices.
- Purchase commitments only after usage is stable and ownership is clear.
The chapter quiz follows the lesson and checks both service vocabulary and architecture decisions.
Knowledge check
Answer every question correctly to complete this chapter.
0 of 10 checks passed
Your progress is saved on this device.