Skip to content

Commit 680e133

Browse files
committed
Fix ISF heading, links, and markdown lint issues
1 parent c8a2276 commit 680e133

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

articles/cost-management-billing/reservations/instance-size-flexibility.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Global, Data Zone, and Regional reservations aren't interchangeable, so each dep
5252

5353
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.
5454

55-
# Extract Instance Size Flexibility ratios using Azure Catalogs API
55+
## Extract Instance Size Flexibility ratios using Azure Catalogs API
5656

5757
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.
5858

@@ -72,14 +72,14 @@ How to use the Azure Catalogs API via PowerShell to extract Instance Size Flexib
7272
The resulting CSV file contains three columns:
7373

7474
| Column | Description |
75-
|--------|-------------|
75+
| -------- | ----------- |
7676
| `InstanceSizeFlexibilityGroup` | The flexibility group name (e.g., "Av2 Series", "General Purpose Gen5") |
7777
| `ArmSkuName` | The Azure Resource Manager SKU name (e.g., "Standard_A1_v2", "GP_Gen5_2") |
7878
| `Ratio` | The flexibility ratio for the SKU within its group |
7979

8080
## API Documentation Reference
8181

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).
8383

8484
The ISF ratio information is found in the API response within each catalog item's `skuProperties` array. Look for properties with the following names:
8585
- `ReservationsAutofitGroup` - Contains the flexibility group name
@@ -181,7 +181,7 @@ $ISFRatios | Select-Object -First 10 | Format-Table
181181
### Common issues and solutions
182182

183183
| Issue | Solution |
184-
|-------|----------|
184+
| ------- | ---------- |
185185
| Authentication errors | Ensure you have `Microsoft.Capacity/catalogs/read` permission |
186186
| Empty results | Verify the location parameter matches an Azure region name and the resource type supports ISF |
187187
| Missing ISF properties | Some resource families may not support ISF - this is expected behavior |

articles/cost-management-billing/reservations/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- name: Instance size flexibility
1111
href: instance-size-flexibility.md
1212
- name: VM instance size flexibility (Virtual Machines)
13-
href: instance-size-flexibility.md#vm-example
13+
href: instance-size-flexibility.md#virtual-machine-example
1414
- name: Reservation recommendations
1515
href: reserved-instance-purchase-recommendations.md
1616
- name: How discount is applied

0 commit comments

Comments
 (0)