microsoft / microsoft/finops-toolkit
Reservation Billed Cost should not be under Service Category "Management and Governance"
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 603
- Forks
- 248
- Avg merge
- 7d 11h
- Merged PRs (30d)
- 11
Description
⚠️ Problem
In FOCUS cost exports, the rows carrying the Billed Cost for a storage reservation are categorized in Service Category "Management and Governance". They would better be categorized in "Storage". The rows carrying the usage and Effective Cost for the same reservation are well categorized in "Storage".
This makes the cost reports look inconsistent when filtering on Service Category = "Storage". This is a typical filter and users expect to see the cost of storage reservations.
In comparison, the Savings Plans look better: the Billed Cost and corresponding Effective Cost rows fall under the same Service Category.
🛠️ Solution
I propose to categorize the Billed Cost of reservations under the corresponding Service Category (Storage, Compute...). As the first screenshot shows, the row is already associated to Storage through the x_SkuServiceFamily and x_SkuMeterCategory, so it makes sense to have the Service Category equal to "Storage" as well.
ℹ️ Additional context
🙋♀️ Ask for the community
We could use your help:
- Please vote this issue up (👍) to prioritize it.
- Leave comments to help us solidify the vision.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the FOCUS cost export mapping that assigns Service Category to reservation Billed Cost rows, then compare it with the existing mapping for reservation usage and Effective Cost. Update the categorization so reservation Billed Cost uses the corresponding service category, such as Storage, and verify that storage reservation costs appear under the Storage filter without changing the existing Savings Plans behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, powershell
- Domain
- cloud, data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100