Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

3.1.2. Capacity Planning: PTU, TPM Quota, and the Quota-vs-Capacity Distinction

💡 First Principle: Two different sizing units exist for two different worlds. TPM (tokens-per-minute) quota governs standard deployments and is granted per subscription and region, then allocated per deployment. PTU (provisioned throughput units) governs provisioned deployments, is model-independent, and is purchased as reserved capacity. And critically, quota is not capacity — having quota means you're allowed to deploy, not that the hardware is guaranteed.

For standard deployments, you allocate TPM quota across deployments in a subscription/region; one app monopolizing quota starves another, so you rebalance quota or split deployments. For provisioned, you acquire PTU quota per subscription/region, then deploy, then buy a matching reservation for the discount. PTUs are normalized units — the same PTUs can back different supported models — whereas TPM is tied to the specific deployment. The exam tests the subtle point that quota grants permission, deployment-time allocation grants capacity: you deploy first, and capacity is held only while the deployment exists.

ConceptApplies toScopeKey trait
TPM quotaStandard deploymentsPer deployment, per subscription/regionTied to the deployment
PTUProvisioned deploymentsPer subscription/regionModel-independent, reserved hourly
QuotaBothSubscription/regionPermission to deploy, not guaranteed capacity
CapacityBothAt deployment timeAllocated and held while deployment exists

⚠️ Exam Trap: "We have PTU quota, so capacity is guaranteed." No — quota is a ceiling on what you may deploy, not a reservation of hardware. A scenario where a deployment fails despite available quota is the capacity-vs-quota distinction in action; the fix is to deploy (and reserve) in a region with actual capacity, not to request more quota.

Reflection Question: Why can two teams both hold PTU quota in the same region yet have one fail to deploy, and what does that reveal about what quota actually promises?

Alvin Varughese
Written byAlvin Varughese
Founder18 professional certifications