Skip to content

Commit dfaa282

Browse files
authored
Merge pull request #134502 from bandersmsft/reservation-trbs-02
CM+B - Troublshoot reservation util
2 parents a1608e3 + e7807a3 commit dfaa282

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@
122122
items:
123123
- name: No eligible subscriptions
124124
href: troubleshoot-no-eligible-subscriptions.md?toc=/azure/cost-management-billing/reservations/toc.json
125+
- name: Troubleshoot reservation utilization
126+
href: troubleshoot-reservation-utilization.md??toc=/azure/cost-management-billing/reservations/toc.json
125127
- name: Reference
126128
items:
127129
- name: Reservations REST API
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Troubleshoot Azure reservation utilization
3+
description: This article helps you understand and troubleshoot Azure reservations that show no or zero (0) utilization in the Azure portal. Utilization that doesn't match is also explained.
4+
author: bandersmsft
5+
ms.service: cost-management-billing
6+
ms.subservice: reservations
7+
ms.author: banders
8+
ms.reviewer: yashar
9+
ms.topic: troubleshooting
10+
ms.date: 10/19/2020
11+
---
12+
13+
# Troubleshoot reservation utilization
14+
15+
This article helps you understand and troubleshoot Azure reservations that show no or zero (0) utilization in the Azure portal. Utilization that doesn't match is also explained.
16+
17+
## Symptoms
18+
19+
1. Sign in to the [Azure portal](https://portal.azure.com) and navigate to **Reservations**.
20+
1. In the list of reservations, look the amount of utilization for a reservation in the **Utilization (%)** column. It might be 0%.
21+
1. Select the reservation.
22+
1. On the reservation overview page, your used percentage in the graph might not match the value shown in the reservation list.
23+
24+
## Cause
25+
26+
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.
27+
28+
Some resources report usage slower than others. Additionally, some product types like SQL Databases are slow to report their usage data.
29+
30+
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 0%. The 0% value is shown because usage data hasn’t arrived, and it appears that the reservation isn’t applying a benefit to any resources.
31+
32+
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.
33+
34+
## Solution
35+
36+
If you find that your utilization values don't match your expectations, review the graph to get the most view of your actual utilization. Any point value older than two days should be accurate. Longer term averages from seven to 30 days should be accurate.
37+
38+
## Next steps
39+
40+
- For more information about managing reservations, see [Manage Reservations for Azure resources](manage-reserved-vm-instance.md).

0 commit comments

Comments
 (0)