Skip to content

Commit e981cf7

Browse files
committed
misc fixes
1 parent 5d87f0e commit e981cf7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/cost-management-billing/reservations/understand-suse-reservation-charges.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A reservation discount is "*use-it-or-lose-it*." So, if you don't have matching
2424

2525
When you shut down a resource, the reservation discount automatically applies to another matching resource in the specified scope. If no matching resources are found in the specified scope, then the reserved hours are *lost*.
2626

27-
Stopped resources are billed and continue to use reservation hours. Deallocate or delete resources or scale-in other resources to use your available reservation hours with other workloads.
27+
Stopped resources are billed and continue to use reservation hours. To use your available reservation hours with other workloads, deallocate or delete resources or scale-in other resources.
2828

2929
## Review RedHat VM usage before you buy
3030

@@ -60,7 +60,7 @@ For the license type, you must match the license of your VM against the ones ava
6060
- SUSE Linux Enterprise Server for HPC Standard
6161
- SUSE Linux Enterprise Server for SAP Standard
6262

63-
For the type or amount of vCPUs license, it’s a little bit more complicated. Each license type has three variations: 1-2 vCPUs, 3-4 vCPUs and 5+ vCPU. To choose the variant that fits your needs, you to understand the formula behind the ratios.
63+
For the type or amount of vCPUs license, it’s slightly more complicated. Each license type has three variations: 1-2 vCPUs, 3-4 vCPUs, and 5+ vCPU. To choose the variant that fits your needs, you to understand the formula behind the ratios.
6464

6565
### Ratio calculation
6666

@@ -69,7 +69,7 @@ The ratio in the context of SUSE reservation charges determines how the discount
6969
1. Identify the VM size. Each VM size has a specific number of vCPUs.
7070
1. Determine the “Coverage Value” for your VMs by using the ratios defined in the [Instance size flexibility ratios](https://aka.ms/isf) file based on the following formula:
7171

72-
$$ \frac {Ratio Of The Bought License} {Sum of the Ratio Of The "Target" Licenses} ={Coverage value}$$
72+
`Ratio Of The Bought License / Sum of the Ratio Of The "Target" Licenses = Coverage value`
7373

7474
### Practical example
7575

@@ -78,12 +78,12 @@ Let’s look at a practical example. Assume you buy the *SLES_HPC_Priority_3-4_v
7878
- If you have two VMs with two vCPUs each, you:
7979
1. Capture the ratio of the target license for machines with 1-2 vCPU which is one, per the instance size flexibility ratio file. Because you have two VMs, the sum for the ratios is two.
8080
2. Input the value in the formula. It is:
81-
$$ \frac {2} {2} = 1
81+
`2 / 2 = 1`
8282
3. If you buy the SLES_HPC_Priority_3-4_vCPU_VM license, it fully covers two VMs with 1-2 vCPUs each.
83-
- If you have one VM with six vCPUs then:
83+
- If you have one VM with six vCPUs, then:
8484
1. Capture the ratio of the target license for VMs with 5+ vCPUs, which is 2.6 according to the instance size flexibility ratio file.
8585
2. Input the value in the formula, it is:
86-
$$ \frac {2} {2.6} = 0.77
86+
`2 / 2.6 = 0.77`
8787
4. If you buy the SLES_HPC_Priority_3-4_vCPU_VM license, it covers 77% of a VM with 6 vCPUs. Because there’s a difference in coverage, the result is that 77% of the VM is covered by the reservation and the remainder of 23% gets charged at the normal rate.
8888

8989
### Environment-wide calculation
@@ -133,5 +133,5 @@ To learn more about reservations, see the following articles:
133133
- [Prepay for SUSE software plans with Azure Reservations](/azure/virtual-machines/linux/prepay-suse-software-charges)
134134
- [Prepay for Virtual Machines with Azure Reserved VM Instances](/azure/virtual-machines/prepay-reserved-vm-instances)
135135
- [Manage Azure Reservations](manage-reserved-vm-instance.md)
136-
- [Understand reservation usage for your Pay-As-You-Go subscription](understand-reserved-instance-usage.md)
136+
- [Understand reservation usage for your pay-as-you-go subscription](understand-reserved-instance-usage.md)
137137
- [Understand reservation usage for your Enterprise enrollment](understand-reserved-instance-usage-ea.md)

0 commit comments

Comments
 (0)