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).
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:
- Open the calculator and add products from the catalog (VMs, Storage, SQL, etc.).
- Configure each product: region, tier, instance size, OS, and hours of use.
- Apply programs such as Reserved Instances or Azure Hybrid Benefit to model the discounted price.
- Review the rolled-up monthly estimate.
- 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:
- Define your workloads — servers (OS, cores, RAM, virtualization), databases, storage capacity/type, and networking/bandwidth.
- Adjust assumptions — electricity rate, IT labor cost, hardware refresh cost, software licensing, and data-center facility cost.
- 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 category | Examples |
|---|---|
| Hardware | Server purchase + periodic replacement |
| Software | OS, database, and virtualization licensing/renewal |
| Electricity | Power for servers and cooling |
| Facilities | Data-center rent, construction, physical security |
| Labor | IT staff salaries for patching and maintenance |
| Networking | Switches, 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.
| Feature | Description |
|---|---|
| Cost analysis | Charts of spend by resource, resource group, tag, region, or service |
| Budgets | Spending thresholds with automated alerts |
| Recommendations | Surfaces Azure Advisor cost tips |
| Exports | Scheduled export of cost data to Azure Storage |
| Invoices | View/download invoices and payment history |
| Cost allocation | Charge shared costs back to teams using tags |
Budgets and Alerts
| Alert basis | Fires when... |
|---|---|
| Actual cost | Real spend reaches X% of the budget (e.g., 80%, 100%) |
| Forecasted cost | Azure predicts spend will hit X% before period end |
| Action groups | Automate 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:
| Pillar | Example recommendation |
|---|---|
| Cost | Right-size idle VMs, buy reservations, delete unused disks |
| Security | Enable MFA, apply network security group rules |
| Reliability | Add redundancy, configure backups, use Availability Zones |
| Operational Excellence | Configure diagnostics and Service Health alerts |
| Performance | Add 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
| Tool | When | Purpose |
|---|---|---|
| Pricing Calculator | Before deployment | Estimate Azure cost |
| TCO Calculator | Before migration | Compare on-prem vs Azure |
| Cost Management | After deployment | Monitor + optimize actual spend |
| Azure Advisor | Ongoing | Recommendations across 5 pillars |
| Budgets | Ongoing | Threshold alerts on spend |
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 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?
Which Azure service provides free, personalized recommendations spanning Cost, Security, Reliability, Operational Excellence, and Performance?
You want an automated email when actual monthly spend reaches 80% of your limit. Which capability should you configure?