-
Notifications
You must be signed in to change notification settings - Fork 247
[Open Data] Fix ISF ratio scale, region coverage and culture handling, and keep retired-SKU reservations visible #2308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from all commits
c7905ae
d886805
3c28f86
77949cd
4592311
69a1143
26bd5f7
96bf14d
8b17917
a8bb300
6fcf79f
d4b8e31
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ description: Use open data to normalize and enhance your FinOps reporting, ensur | |
| ms.topic: concept-article | ||
| author: flanakin | ||
| ms.author: micflan | ||
| ms.date: 09/01/2026 | ||
| ms.date: 09/11/2026 | ||
| ms.service: finops | ||
| ms.subservice: finops-toolkit | ||
| ms.reviewer: micflan | ||
|
|
@@ -185,17 +185,17 @@ Instance size flexibility (ISF) lets a reservation apply across multiple SKUs in | |
|
|
||
| Sample data: | ||
|
|
||
| | InstanceSizeFlexibilityGroup | ArmSkuName | Ratio | | ||
| | ---------------------------- | -------------- | ----- | | ||
| | Av2 Series | Standard_A1_v2 | 1 | | ||
| | Av2 Series | Standard_A2_v2 | 2.1 | | ||
| | Av2 Series | Standard_A4_v2 | 4.44 | | ||
| | InstanceSizeFlexibilityGroup | ArmSkuName | Ratio | | ||
| | ------------------------------------ | ----------------- | ----- | | ||
| | Virtual Machines Dadsv6-series Linux | Standard_D2ads_v6 | 1 | | ||
| | Virtual Machines Dadsv6-series Linux | Standard_D4ads_v6 | 2 | | ||
| | Virtual Machines Dadsv6-series Linux | Standard_D8ads_v6 | 4 | | ||
|
|
||
| A few important notes about the data: | ||
|
|
||
| - It covers Virtual Machines, Redis Cache, and Dedicated Host. | ||
| - It covers Virtual Machines, Redis Cache, and Dedicated Host across every physical Azure region. | ||
| - `ArmSkuName` is unique across the file and can be used as a join key on its own. | ||
| - Ratios are the raw Microsoft values within each group (the smallest SKU isn't always `1`). | ||
| - Ratios are normalized so the smallest SKU in each flexibility group has a ratio of `1`. Compare ratios only within a flexibility group. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am not sure whether generating a CSV whose ISF ratios are inconsistent with what Cost Management exports report in the
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am not seeing the full picture, but once I address #2309 I'll have a better idea. |
||
| - Data is updated weekly via a GitHub Actions workflow and always reflects the current API catalog, so retired SKUs are removed automatically. | ||
|
|
||
| <!-- prettier-ignore-start --> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.