Skip to content

Commit 80bd5f5

Browse files
authored
Fix list formatting in troubleshooting guide
1 parent 92531c0 commit 80bd5f5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/cost-management-billing/reservations/troubleshoot-reservation-utilization.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ This article helps you understand and troubleshoot Azure reservations that show
2323

2424
## Causes
2525

26-
1. **Latency in Usage Data**: The **Utilization (%)** column in the Azure portal shows the value for the current day. The value is calculated as usage data arrives from where resources run. Azure uses the usage to calculate the utilization percentage. Some resources report usage slower than others. Additionally, some product types like SQL Databases are slow to report their usage data.
26+
- **Latency in Usage Data**: The **Utilization (%)** column in the Azure portal shows the value for the current day. The value is calculated as usage data arrives from where resources run. Azure uses the usage to calculate the utilization percentage. Some resources report usage slower than others. Additionally, some product types like SQL Databases are slow to report their usage data.
2727
The latency can cause the utilization calculation to show lower values than the actual usage. The difference is noticeable at the day boundary. In such cases, if Azure doesn’t get usage data from four to eight hours, it calculates a value of zero %. The zero % value is shown because usage data didn't arrive, and it appears that the reservation isn’t applying a benefit to any resources.
2828
As usage data arrives, the value changes toward the correct percentage. When all the usage data is collected, the correct value is determined and is shown accurately in the graph.
2929

30-
2. **Resource Change**: You might have stopped running resource A and started running resource B, which isn't applicable for the reservation you purchased for. For example, if you had a reservation for a D-series VM (SKU: D2_v3) and you switched to another D-series VM (SKU: D2s_v3), the reservation won't apply. To solve this problem, you can exchange the reservation to match it to the right resource. Another example is if you had a reservation for a specific SQL Database (SKU: SQLDB_Standard) and you switched to a different type of database (SKU: SQLDB_Premium), the reservation won't apply. For more information about reservation exchanges, see [Exchanges and refunds for Azure Reservations](exchange-and-refund-azure-reservations.md)
30+
- **Resource Change**: You might have stopped running resource A and started running resource B, which isn't applicable for the reservation you purchased for. For example, if you had a reservation for a D-series VM (SKU: D2_v3) and you switched to another D-series VM (SKU: D2s_v3), the reservation won't apply. To solve this problem, you can exchange the reservation to match it to the right resource. Another example is if you had a reservation for a specific SQL Database (SKU: SQLDB_Standard) and you switched to a different type of database (SKU: SQLDB_Premium), the reservation won't apply. For more information about reservation exchanges, see [Exchanges and refunds for Azure Reservations](exchange-and-refund-azure-reservations.md)
3131

32-
3. **Scope Change**: You moved a resource from one subscription or resource group to another, whereas the scope of the reservation is different from where the resource is being moved to. For instance, if you had a reservation scoped to Subscription A and you moved the resource to Subscription B, the reservation won't apply. To resolve the issue, you might need to change the scope of the reservation. Another example is if you moved a VM from one resource group to another within the same subscription, but the reservation was scoped to the original resource group. For more information about changing scope, see [Change scope for Azure Reservations](manage-reserved-vm-instance.md#change-the-reservation-scope)
32+
- **Scope Change**: You moved a resource from one subscription or resource group to another, whereas the scope of the reservation is different from where the resource is being moved to. For instance, if you had a reservation scoped to Subscription A and you moved the resource to Subscription B, the reservation won't apply. To resolve the issue, you might need to change the scope of the reservation. Another example is if you moved a VM from one resource group to another within the same subscription, but the reservation was scoped to the original resource group. For more information about changing scope, see [Change scope for Azure Reservations](manage-reserved-vm-instance.md#change-the-reservation-scope)
3333

34-
4. **Multiple Reservations**: You purchased another reservation that also applied a benefit to the same scope, and as a result, less of an existing reserved instance applied a benefit. For example, if you had two reservations for the same VM type (SKU: D2_v3) in the same subscription, the benefits might overlap and reduce the effectiveness of one of the reservations. To solve the problem, you might need to exchange or refund one of the reservations.
34+
- **Multiple Reservations**: You purchased another reservation that also applied a benefit to the same scope, and as a result, less of an existing reserved instance applied a benefit. For example, if you had two reservations for the same VM type (SKU: D2_v3) in the same subscription, the benefits might overlap and reduce the effectiveness of one of the reservations. To solve the problem, you might need to exchange or refund one of the reservations.
3535

36-
5. **Resource Stopped**: You stopped running a particular resource, and as a result, it stopped emitting usage and the benefit stopped applying. For example, if you had a reservation for a VM (SKU: D2_v3) that you stopped running, the reservation benefit won't apply until the VM is running again. Another example is if you had a reservation for a specific type of storage account (SKU: Standard_LRS) and you stopped using that storage account.
36+
- **Resource Stopped**: You stopped running a particular resource, and as a result, it stopped emitting usage and the benefit stopped applying. For example, if you had a reservation for a VM (SKU: D2_v3) that you stopped running, the reservation benefit won't apply until the VM is running again. Another example is if you had a reservation for a specific type of storage account (SKU: Standard_LRS) and you stopped using that storage account.
3737

38-
6. **Reservation Status**: If the reservation status is "No Benefit," it gives you a warning message and recommendations to solve the problem. For example, if you see a "No Benefit" status for a reservation (SKU: D2_v3), you might need to review the recommendations provided on the reservation's page. For instance, if you had a reservation scoped to a subscription that was deleted, the reservation won't apply to any resources.
38+
- **Reservation Status**: If the reservation status is "No Benefit," it gives you a warning message and recommendations to solve the problem. For example, if you see a "No Benefit" status for a reservation (SKU: D2_v3), you might need to review the recommendations provided on the reservation's page. For instance, if you had a reservation scoped to a subscription that was deleted, the reservation won't apply to any resources.
3939

40-
7. **Resource Usage Exceeds Reservation**: Let's say you purchased a reservation for 100 TB of Azure Blob Storage (SKU: Standard_LRS) in US West 2. If in any given month within the reservation period, you use 101 TB, your bill will include the cost of 100 TB of reserved capacity and the cost for 1 TB at PAYG prices. This results in an overage charge for the additional 1 TB. Another example is, if you have a reservation for 5 instances of Azure SQL Database (SKU: SQLDB_Standard) and you deploy 7 instances for any given hour, the reservation will cover the cost for 5 instances, and the remaining 2 instances will be billed at PAYG prices.
40+
- **Resource Usage Exceeds Reservation**: Let's say you purchased a reservation for 100 TB of Azure Blob Storage (SKU: Standard_LRS) in US West 2. If in any given month within the reservation period, you use 101 TB, your bill will include the cost of 100 TB of reserved capacity and the cost for 1 TB at PAYG prices. This results in an overage charge for the additional 1 TB. Another example is, if you have a reservation for 5 instances of Azure SQL Database (SKU: SQLDB_Standard) and you deploy 7 instances for any given hour, the reservation will cover the cost for 5 instances, and the remaining 2 instances will be billed at PAYG prices.
4141

4242
## Next steps
4343

0 commit comments

Comments
 (0)