-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Bug
1 / 11 of 1 issue completed
Copy link
Labels
Resolution: ExternalIssue is external to the FinOps toolkitIssue is external to the FinOps toolkitResolution: Support requestExternal issue that requires assistance from Microsoft SupportExternal issue that requires assistance from Microsoft SupportTool: Cost ManagementExternal issues related to Microsoft Cost ManagementExternal issues related to Microsoft Cost ManagementType: Bug 🐛Something isn't workingSomething isn't working
Milestone
Description
🐛 Problem
FOCUS ServiceName is empty for the following scenarios:
- Marketplace purchases (EA)
- Savings plan purchases (MCA)
- Rounding adjustments (MCA)
- Reservation purchases (MCA)
- MACC shortfall (MCA)
- Azure credits (MCA)
👣 Repro steps
- Export FOCUS data from Cost Management
- Filter rows where ServiceName is empty
🤔 Expected
ServiceName should have a value
ℹ️ Additional context
The following query identifies known scenarios:
Costs
| where isempty(ServiceName)
| project-reorder ChargeCategory, PublisherName, x_PublisherCategory, CommitmentDiscountType, x_SkuDescription, SkuId, SkuPriceId, x_SkuDetails, x_SkuServiceFamily, x_SkuMeterCategory, x_SkuMeterSubcategory, x_SkuMeterName
| extend scenario = case(
ChargeCategory == 'Purchase' and x_PublisherCategory == 'Vendor', 'Marketplace purchase',
ChargeCategory == 'Purchase' and isnotempty(CommitmentDiscountType), strcat(CommitmentDiscountType, ' purchase'),
x_SkuDescription in ('RoundingAdjustment', 'Azure credits', 'MACC Shortfall'), x_SkuDescription,
''
)
| summarize count(), max(ChargePeriodStart) by scenario, x_BillingAccountAgreement | order by count_ desc🙋♀️ Ask for the community
We could use your help:
- Please vote this issue up (👍) to prioritize it.
- Are there any additional scenarios that you are seeing ServiceName empty in FOCUS data?
- Leave comments to help us solidify the vision.
lundejd and AtleVa
Sub-issues
Metadata
Metadata
Assignees
Labels
Resolution: ExternalIssue is external to the FinOps toolkitIssue is external to the FinOps toolkitResolution: Support requestExternal issue that requires assistance from Microsoft SupportExternal issue that requires assistance from Microsoft SupportTool: Cost ManagementExternal issues related to Microsoft Cost ManagementExternal issues related to Microsoft Cost ManagementType: Bug 🐛Something isn't workingSomething isn't working