You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cost-management-billing/reservations/instance-size-flexibility.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Global, Data Zone, and Regional reservations aren't interchangeable, so each dep
52
52
53
53
Reservation benefit matching isn't limited to VM reservations. Similar service-specific reservation behavior also exists for other services, and you can find details on individual documents for each reservation type.
54
54
55
-
# Extract Instance Size Flexibility ratios using Azure Catalogs API
55
+
##Extract Instance Size Flexibility ratios using Azure Catalogs API
56
56
57
57
This section describes how to use the Azure Reservations Catalogs API to extract Instance Size Flexibility (ISF) ratios for Azure Reservations. ISF allows you to apply reservation benefits flexibly across different sizes within the same resource family and region. This applies to various Azure reservation types including Virtual Machines, Azure Redis Cache and other supported services.
58
58
@@ -72,14 +72,14 @@ How to use the Azure Catalogs API via PowerShell to extract Instance Size Flexib
72
72
The resulting CSV file contains three columns:
73
73
74
74
| Column | Description |
75
-
|--------|-------------|
75
+
|--------|-----------|
76
76
|`InstanceSizeFlexibilityGroup`| The flexibility group name (e.g., "Av2 Series", "General Purpose Gen5") |
77
77
|`ArmSkuName`| The Azure Resource Manager SKU name (e.g., "Standard_A1_v2", "GP_Gen5_2") |
78
78
|`Ratio`| The flexibility ratio for the SKU within its group |
79
79
80
80
## API Documentation Reference
81
81
82
-
For developers who prefer to use the REST API directly, refer to the [Azure Reservations Catalog REST API documentation](/rest/api/reserved-vm-instances/get-catalog/get-catalog?view=rest-reserved-vm-instances-2022-11-01&tabs=HTTP).
82
+
For developers who prefer to use the REST API directly, refer to the [Azure Reservations Catalog REST API documentation](/rest/api/reserved-vm-instances/get-catalog/get-catalog?tabs=HTTP).
83
83
84
84
The ISF ratio information is found in the API response within each catalog item's `skuProperties` array. Look for properties with the following names:
85
85
-`ReservationsAutofitGroup` - Contains the flexibility group name
0 commit comments