AZ-900 Azure Pricing Guide โ Cost Management and Billing 2026
Azure pricing and cost management topics make up 30โ35% of the AZ-900 exam, making this one of the highest-weighted domains. Understanding how Azure charges for services โ and how to control those costs โ is essential for passing the exam and for real-world cloud adoption.
Pay-As-You-Go
The default Azure pricing model. You pay only for what you consume, billed by the second or hour depending on the resource. There are no upfront commitments and no cancellation fees. This model is ideal for unpredictable workloads and is the most flexible option โ but it carries the highest per-unit price.
Reserved Instances (Reserved VM Instances)
Reserved Instances allow you to commit to using a specific VM size in a specific region for a 1-year or 3-year term in exchange for significant discounts โ up to 72% compared to pay-as-you-go pricing. Reservations are available for VMs, SQL Database, Cosmos DB, and other services. They can be paid upfront (largest discount), monthly, or a mix of both. Reserved Instances are best for steady-state, predictable workloads.
Spot Pricing
Azure Spot VMs let you access unused Azure compute capacity at up to 90% discount versus pay-as-you-go. The trade-off: Azure can evict spot VMs with 30 seconds notice when capacity is needed elsewhere. Spot VMs are ideal for batch processing, rendering, stateless applications, and other interruptible workloads.
Dev/Test Pricing
Microsoft offers reduced rates for development and testing workloads through Azure Dev/Test subscriptions (linked to Visual Studio subscriptions). These discounts apply only to non-production environments and cannot be used for production SLAs. Dev/Test pricing covers VMs, SQL, App Service, and more at significantly reduced rates.
Azure Hybrid Benefit
Azure Hybrid Benefit lets customers bring their existing on-premises Windows Server or SQL Server licenses (with active Software Assurance) to Azure, saving up to 40% on Windows VMs and up to 55% on SQL Database. Combined with Reserved Instances, savings can reach 80%+.
AZ Breakdown
No commitment. Pay per second/hour. Highest flexibility, highest per-unit cost. Best for unpredictable or short-term workloads.
1 or 3-year commitment. Up to 72% savings vs pay-as-you-go. Best for predictable, steady-state production workloads.
Estimate the cost of NEW Azure services before you deploy. Configure resources and get a monthly cost estimate for budgeting.
Monitor and control EXISTING Azure spending. Set budgets, configure alerts, analyze cost trends, and optimize resources.
Understanding what drives Azure costs is key to both the AZ-900 exam and effective cloud financial management. Six major factors influence your Azure bill:
1. Resource Type
Different Azure resources have different pricing structures. Virtual machines are billed by compute hours and size. Storage accounts charge by GB stored and operations. Azure SQL Database charges per DTU or vCore. Always check the resource-specific pricing page.
2. Consumption (Usage)
Most Azure services follow a consumption model โ the more you use, the more you pay. Some services (like Azure Functions) offer a free tier of executions per month before billing begins.
3. Region
Azure services are priced differently by region. Regions with higher operational costs (e.g., Brazil South, Japan) typically charge more than US or European regions. Choosing a less expensive region for non-latency-sensitive workloads can reduce costs significantly.
4. Bandwidth (Data Transfer)
Inbound data to Azure is generally free. Outbound data transfer (egress) is charged โ the first 100 GB/month is often free, then tiered pricing applies. Data transfer between Azure regions (inter-region) also incurs charges.
5. Support Plan
Azure support plans range from Basic (free, included with all subscriptions) to Developer (9/mo), Standard (00/mo), Professional Direct (,000/mo), and Premier (custom). Higher tiers offer faster response times and dedicated support.
6. Subscription Type
Your Azure subscription type affects pricing. Free Trial subscriptions get 00 credit for 30 days. Pay-As-You-Go, Enterprise Agreements (EA), and Cloud Solution Provider (CSP) subscriptions each have different pricing structures and discount eligibility.
Cost Savings Strategies
The AZ-900 exam tests knowledge of how to reduce Azure costs. Key strategies include:
- Reserved Instances: Up to 72% savings for committed 1- or 3-year terms
- Azure Hybrid Benefit: Use existing Windows Server/SQL Server licenses โ up to 40-55% savings
- Spot VMs: Up to 90% discount for interruptible workloads
- Auto-shutdown: Schedule VMs to shut down during off-hours for dev/test environments
- Right-sizing: Resize over-provisioned VMs to a smaller SKU
- Azure Advisor: Free built-in tool that gives personalized cost recommendations
- Choosing the right region: Select lower-cost regions for non-latency-sensitive workloads
Tags for Cost Allocation: Azure resource tags are key-value pairs (e.g., Department: Marketing, Environment: Production) that you apply to resources and resource groups. Tags enable you to organize your bill, filter cost analysis by tag, and implement chargeback/showback models โ allocating costs to specific teams or projects. Tags do not inherit automatically from resource groups to resources; they must be applied explicitly. You can enforce tagging policies using Azure Policy.
For a deeper understanding of governance controls including Azure Policy, see our AZ-900 Governance Guide. These cost principles build on the foundational cloud concepts covered in the AZ-900 Cloud Concepts Guide.
This distinction is one of the most commonly tested AZ-900 topics in the cost management domain:
โข Azure Pricing Calculator โ Use this to estimate the monthly cost of NEW Azure resources you plan to deploy. You select services, configure them (region, tier, size), and get a cost estimate. It answers: "How much will this Azure setup cost me?"
โข Total Cost of Ownership (TCO) Calculator โ Use this to compare the cost of running workloads ON-PREMISES vs in Azure. It factors in hardware, power, cooling, IT labor, and datacenter space. It answers: "How much will I save by moving to Azure vs keeping on-premises infrastructure?"
Memory trick: Pricing Calculator = future Azure costs. TCO Calculator = Azure vs on-premises comparison. They serve completely different purposes and are NOT interchangeable on the exam.
AZ Checklist
I can explain Pay-As-You-Go and when it is the best choice I know Reserved Instances save up to 72% for 1- or 3-year commitments I can describe Spot VM pricing and its eviction trade-off I understand Dev/Test pricing requires a Visual Studio subscription I can explain Azure Hybrid Benefit and which licenses qualify I know the six factors that affect Azure cost (resource type, consumption, region, bandwidth, support, subscription) I can distinguish between the Pricing Calculator and TCO Calculator I know that inbound data is free but outbound (egress) is charged I can describe Azure Cost Management features: budgets, alerts, cost analysis I know tags are used for cost allocation and do not auto-inherit to child resources I can list cost savings strategies: reservations, Hybrid Benefit, right-sizing, Advisor Azure Cost Management + Billing is a built-in Azure service that gives you full visibility into your cloud spending. It is free for Azure customers and available directly in the Azure portal. Key capabilities include:
Cost Analysis
Visualize your spending over time with charts and breakdowns by resource group, service, tag, location, or subscription. You can filter by date range, compare months, and identify cost spikes quickly.
Budgets
Set monthly or quarterly spending budgets for subscriptions or resource groups. Budgets track your actual or forecasted spending against a defined threshold and can trigger alerts automatically.
Cost Alerts
Three types of alerts are available: budget alerts (spending reaches threshold), credit alerts (Azure monetary credit balance is consumed), and department spending quota alerts (for Enterprise Agreement customers). Alerts are sent via email to designated recipients.
Recommendations via Azure Advisor
Azure Advisor integrates with Cost Management to surface cost optimization recommendations โ such as resizing underutilized VMs, deleting idle resources, buying reservations for consistently running VMs, and more. Azure Advisor is free and checks five categories: Cost, Security, Reliability, Operational Excellence, and Performance.
For comprehensive exam preparation, visit our AZ-900 Complete Study Guide and review AZ-900 Exam Tips for time-saving strategies on test day.
Start Free AZ-900 Practice TestAZ Pros and Cons
Pros
- Understanding the full cost structure โ exam fees, study materials, retakes, renewal โ enables accurate financial planning
- Many states, employers, and professional associations offer partial or full reimbursement for certification costs
- Free and library-accessible study resources can significantly reduce preparation costs without sacrificing quality
- Early investment in quality preparation materials typically reduces the total cost by avoiding costly retakes
- Certification ROI in salary increases often recoups the total investment within 1โ2 years in most markets
Cons
- Total costs including study materials, exam fees, and time investment are typically 2โ3x the exam fee alone
- Fee assistance availability varies widely by employer, state, and professional organization โ not universally accessible
- Cost increases over time as credentialing bodies raise fees โ delaying creates additional financial pressure
- Retake fees (often 50โ100% of original exam fee) make first-attempt failure significantly more expensive than budgeted
- Hidden costs such as study group memberships, supplementary resources, and exam prep services add up quickly
AZ-900 Azure Pricing Questions and Answers
What is the difference between the Azure Pricing Calculator and the TCO Calculator?
The Azure Pricing Calculator estimates the monthly cost of new Azure services you plan to deploy โ it is for planning future Azure spending. The TCO (Total Cost of Ownership) Calculator compares the cost of running workloads on-premises versus in Azure, factoring in hardware, power, cooling, and labor costs. They serve completely different purposes: Pricing Calculator = Azure cost estimation; TCO Calculator = on-premises vs Azure comparison.
How much can Reserved Instances save compared to pay-as-you-go?
Azure Reserved Instances can save up to 72% compared to pay-as-you-go pricing when you commit to a 1-year or 3-year term. The discount is larger for 3-year reservations and for upfront payment. Combined with Azure Hybrid Benefit (using existing Windows Server or SQL Server licenses), total savings can exceed 80%.
What factors affect the cost of Azure services?
Six main factors affect Azure costs: (1) Resource type โ different services have different pricing models; (2) Consumption โ the more you use, the more you pay; (3) Region โ pricing varies by Azure region; (4) Bandwidth โ outbound data transfer (egress) is charged while inbound is generally free; (5) Support plan โ Basic is free, higher tiers cost more; (6) Subscription type โ Free Trial, Pay-As-You-Go, Enterprise Agreement each have different pricing.
What is Azure Cost Management used for?
Azure Cost Management + Billing is a free built-in Azure tool for monitoring and controlling cloud spending. It provides cost analysis with visualizations, lets you set spending budgets for subscriptions or resource groups, configures cost alerts (triggered when spending reaches a threshold), and integrates with Azure Advisor for cost optimization recommendations like resizing underutilized VMs or purchasing reservations.
What are Azure resource tags and how do they help with cost management?
Azure resource tags are key-value pairs (e.g., Department: Finance, Environment: Production) applied to resources and resource groups for organization and cost tracking. Tags enable cost allocation โ you can filter billing and cost analysis by tag to see spending per department, project, or environment. Important exam points: tags do NOT automatically inherit from resource groups to child resources, and you can enforce tagging policies using Azure Policy.
What is Azure Hybrid Benefit?
Azure Hybrid Benefit allows organizations to use their existing on-premises Windows Server or SQL Server licenses with active Software Assurance on Azure at a reduced rate. It saves up to 40% on Windows Server VMs and up to 55% on SQL Database compared to pay-as-you-go prices. This benefit is specifically for customers with existing Microsoft license investments who are migrating to or extending into Azure.