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/understand-suse-reservation-charges.md
+46-10Lines changed: 46 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ ms.reviewer: primittal
6
6
ms.service: cost-management-billing
7
7
ms.subservice: reservations
8
8
ms.topic: conceptual
9
-
ms.date: 12/06/2024
9
+
ms.date: 12/18/2024
10
10
ms.author: banders
11
11
---
12
12
13
13
# Azure software plan discount
14
14
15
-
Azure software plans for SUSE and RedHat are reservations that apply to deployed VMs. The software plan discount is applied to the software usage of deployed VMs that match the reservation.
15
+
Azure software plans for SUSE and RedHat are reservations that apply to deployed VMs. The software plan discount is applied to the software usage of deployed virtual machines (VM)s that match the reservation.
16
16
17
17
When you shut down a VM, the discount is automatically applied to another matching VM, if available. A software plan covers the cost of running the software on a VM. Other charges such as compute, storage, and networking are charged separately.
18
18
@@ -44,19 +44,55 @@ For example, if your usage is for product **SUSE for SAP Linux Enterprise Server
44
44
45
45
Like Reserved VM Instances, SUSE plan purchases offer instance size flexibility. That means that your discount applies even when you deploy a VM with a different vCPU count. The discount applies to different VM sizes within the software plan.
46
46
47
-
The discount amount depends on the ratio listed in the following tables. The ratio compares the relative footprint for each meter in that group. The ratio depends on the VM vCPUs. Use the ratio value to calculate how many VM instances get the SUSE Linux plan discount.
47
+
The discount amount depends on the ratio listed in the following tables. The ratio compares the relative footprint for each meter in that group. The ratio depends on the VM vCPUs. Use the ratio value to calculate how many VM instances get the SUSE Linux plan discount. The article at [Virtual machine size flexibility with Reserved VM Instances](/azure/virtual-machines/reserved-vm-instance-size-flexibility) explains how instance size flexibility ratios work for different license types.
48
48
49
-
For example, if you buy a plan for SUSE Linux Enterprise Server for HPC Priority for a VM with 3 or 4 vCPUs, the ratio for that reservation is 2. The discount covers the SUSE software cost for:
49
+
There are two decisions you should make when buying SUSE License reservations:
50
50
51
-
- 2 deployed VMs with 1 or 2 vCPUs,
52
-
- 1 deployed VM with 3 or 4 vCPUs,
53
-
- or 0.77 or about 77% of a VM with 5 or more vCPUs.
51
+
- Determine your license type
52
+
- Determine the type or amount of vCPUs variant of the license
54
53
55
-
The ratio for 5 or more vCPUs is 2.6. So a reservation for SUSE with a VM with 5 or more vCPUs covers only a portion of the software cost, which is about 77%.
54
+
For the license type, you must match the license of your VM against the ones available:
56
55
57
-
The ratios are based on prices. The 2.6 ratio means that 1 vCPU VM is covered when your purchase quantity of 1 has 5 or more vCPUs.
56
+
- SUSE Enterprise Linux Server for SQL with HA
57
+
- SUSE Linux Enterprise Server Priority
58
+
- SUSE Linux Enterprise Server Standard
59
+
- SUSE Linux Enterprise Server for HPC Priority
60
+
- SUSE Linux Enterprise Server for HPC Standard
61
+
- SUSE Linux Enterprise Server for SAP Standard
62
+
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.
64
+
65
+
### Ratio calculation
66
+
67
+
The ratio in the context of SUSE reservation charges determines how the discount applies to different VM sizes. This ratio is based on the number of vCPUs (virtual CPUs) in the VM SKU. Here’s a simplified breakdown:
68
+
69
+
1. Identify the VM size. Each VM size has a specific number of vCPUs.
70
+
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:
71
+
72
+
$$ \frac {Ratio Of The Bought License} {Sum of the Ratio Of The "Target" Licenses} ={Coverage value}$$
73
+
74
+
### Practical example
75
+
76
+
Let’s look at a practical example. Assume you buy the *SLES_HPC_Priority_3-4_vCPU_VM* reservation. It has a ratio of two, per the instance size flexibility ratio file.
77
+
78
+
- If you have two VMs with two vCPUs each, you:
79
+
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.
80
+
2. Input the value in the formula. It is:
81
+
$$ \frac {2} {2} = 1
82
+
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:
84
+
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.
85
+
2. Input the value in the formula, it is:
86
+
$$ \frac {2} {2.6} = 0.77
87
+
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.
88
+
89
+
### Environment-wide calculation
90
+
91
+
To simplify:
92
+
93
+
1. Calculate the total ratio. Then, sum the ratios of all VMs that you want to cover.
94
+
2. Compare with your plan. Ensure that the total ratio doesn’t exceed the ratio of your purchased plan.
58
95
59
-
The following tables show the software plans you can buy a reservation for, their associated usage meters, and the ratios for each.
0 commit comments