3.2 Azure Pricing Calculator and TCO Calculator

Key Takeaways

  • The Azure Pricing Calculator estimates the cost of services BEFORE deployment — it is a planning tool, not a billing tool.
  • The Total Cost of Ownership (TCO) Calculator compares on-premises costs against equivalent Azure costs over 1, 3, or 5 years to build a migration business case.
  • Microsoft Cost Management monitors, allocates, and optimizes ACTUAL spend after resources are deployed.
  • Azure Advisor gives personalized recommendations across five pillars: Cost, Security, Reliability, Operational Excellence, and Performance.
  • Budgets in Cost Management fire alerts on actual or forecasted spend and can trigger action groups (email, SMS, Logic Apps).
Last updated: June 2026

Quick Answer: Pricing Calculator = estimate Azure cost before deploying. TCO Calculator = compare on-premises vs Azure before migrating. Microsoft Cost Management = monitor and optimize actual spend after deployment. Azure Advisor = ongoing personalized recommendations across five pillars. The exam loves to test which tool maps to which point in the lifecycle.

Azure Pricing Calculator

The Azure Pricing Calculator is a free, sign-in-optional web tool that estimates the monthly cost of services you have not yet deployed.

Workflow:

  1. Open the calculator and add products from the catalog (VMs, Storage, SQL, etc.).
  2. Configure each product: region, tier, instance size, OS, and hours of use.
  3. Apply programs such as Reserved Instances or Azure Hybrid Benefit to model the discounted price.
  4. Review the rolled-up monthly estimate.
  5. Save, Export to Excel, or Share the estimate as a link.

What it does NOT do: it never shows what you have actually spent — it only models hypothetical configurations. That distinction (estimate vs actual) is the single most-tested point in this topic.

On the Exam: If a question mentions estimating cost before deploying or planning a new workload, the answer is the Pricing Calculator.

Worked example: To price a workload of two D4s v5 VMs in West US 2 running 730 hours/month plus 1 TB of Hot blob storage, you add each product, set the region and hours, then toggle a 3-year Reservation to see the discounted line. The calculator instantly re-totals — letting you compare pay-as-you-go versus committed pricing side by side before you spend a cent. The estimate is a model, not a quote: actual invoices can differ as usage varies.

TCO (Total Cost of Ownership) Calculator

The TCO Calculator quantifies the savings of moving from on-premises infrastructure to Azure by comparing the total cost of both — not just hardware.

Three steps:

  1. Define your workloads — servers (OS, cores, RAM, virtualization), databases, storage capacity/type, and networking/bandwidth.
  2. Adjust assumptions — electricity rate, IT labor cost, hardware refresh cost, software licensing, and data-center facility cost.
  3. View the report — side-by-side on-premises vs Azure totals over 1, 3, or 5 years, with category breakdowns.

Hidden on-prem costs the TCO Calculator surfaces (and that candidates forget):

Cost categoryExamples
HardwareServer purchase + periodic replacement
SoftwareOS, database, and virtualization licensing/renewal
ElectricityPower for servers and cooling
FacilitiesData-center rent, construction, physical security
LaborIT staff salaries for patching and maintenance
NetworkingSwitches, routers, and outbound bandwidth

On the Exam: The TCO Calculator is the tool for building a business case to migrate. Contrast it sharply: Pricing Calculator estimates Azure-only cost; TCO Calculator compares on-prem vs Azure.

Microsoft Cost Management (Cost Management + Billing)

Microsoft Cost Management monitors, controls, and optimizes spend on resources that are already running.

FeatureDescription
Cost analysisCharts of spend by resource, resource group, tag, region, or service
BudgetsSpending thresholds with automated alerts
RecommendationsSurfaces Azure Advisor cost tips
ExportsScheduled export of cost data to Azure Storage
InvoicesView/download invoices and payment history
Cost allocationCharge shared costs back to teams using tags

Budgets and Alerts

Alert basisFires when...
Actual costReal spend reaches X% of the budget (e.g., 80%, 100%)
Forecasted costAzure predicts spend will hit X% before period end
Action groupsAutomate the response: email, SMS, or run a Logic App

A budget is a monitoring construct — by default it alerts rather than blocks. Stopping deployments requires Azure Policy or spending limits, not the budget alone. This is a classic distractor: candidates assume a budget caps spend, but on a pay-as-you-go subscription it only notifies. The only subscription that truly halts at a limit is the Azure Free Account, which disables paid resources once the credit is exhausted unless you upgrade.

Scoping matters: a budget can be created at the subscription, resource group, or management group scope, and can be filtered by tag. A team-level budget scoped to a resource group lets each department watch its own spend without seeing the whole organization's bill.

Azure Advisor

Azure Advisor is a free service that analyzes your environment and recommends improvements across five pillars:

PillarExample recommendation
CostRight-size idle VMs, buy reservations, delete unused disks
SecurityEnable MFA, apply network security group rules
ReliabilityAdd redundancy, configure backups, use Availability Zones
Operational ExcellenceConfigure diagnostics and Service Health alerts
PerformanceAdd caching, tune databases, resize undersized resources

On the Exam: When a question asks how to get recommendations for cost or security, the answer is Azure Advisor — free and personalized.

Lifecycle Cheat Sheet

ToolWhenPurpose
Pricing CalculatorBefore deploymentEstimate Azure cost
TCO CalculatorBefore migrationCompare on-prem vs Azure
Cost ManagementAfter deploymentMonitor + optimize actual spend
Azure AdvisorOngoingRecommendations across 5 pillars
BudgetsOngoingThreshold alerts on spend
Test Your Knowledge

An architect needs to estimate the monthly cost of three VMs and a SQL Database she has not yet created. Which tool should she use?

A
B
C
D
Test Your Knowledge

A finance team must justify migrating its data center to Azure by comparing total on-premises cost (hardware, electricity, labor, facilities) against Azure cost over three years. Which tool produces this comparison?

A
B
C
D
Test Your Knowledge

Which Azure service provides free, personalized recommendations spanning Cost, Security, Reliability, Operational Excellence, and Performance?

A
B
C
D
Test Your Knowledge

You want an automated email when actual monthly spend reaches 80% of your limit. Which capability should you configure?

A
B
C
D