Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2025 11:21 AM
Also the system table will not provide you the exact dollar amount that you spend in an interactive compute.
Here is the cost breakdown for running interactive compute:
| Component | Description | Cost Source |
| DBU Cost | Based on workload type and tier | Databricks |
| VM Cost | Based on instance type and region | Azure/AWS |
| Storage | Blob + managed disk | Azure/AWS |
| Networking | NAT gateway, private endpoints | Azure/AWS |
| Discounts | DBCU, Reserved VM, Spot | Databricks + Azure/AWS |
- Best Practices for Accurate Cost Attribution
1. Use system.billing.usage table to track DBU consumption.
2. Join with Azure Cost Management data to get VM and infra costs.
3. Apply filters for workload type (sku_name, cluster_id, etc.) to isolate cluster types.
4. Monitor discount application via Azure Reservations portal.