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/view-reservations.md
+22-46Lines changed: 22 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,72 +5,48 @@ author: yashesvi
5
5
ms.reviewer: yashar
6
6
ms.service: cost-management-billing
7
7
ms.topic: conceptual
8
-
ms.date: 02/13/2020
8
+
ms.date: 03/31/2020
9
9
ms.author: banders
10
10
---
11
11
12
-
# View Azure reservations in the Azure portal
12
+
# View Azure reservations
13
13
14
-
Depending on your subscription type and permissions, there are a couple of ways to view reservations for Azure.
14
+
You can view and manage the purchased reservation from Azure portal.
15
15
16
-
## View purchased reservations
16
+
## Permissions to view a reservation
17
17
18
-
By default, when you buy a reservation, you and the account administrator can view the reservation. You and the account administrator automatically get the Owner role on the reservation order and reservation. To allow other people to view the reservation, you must add them as an **Owner** or **Reader** on the Reservation order or reservation.
18
+
To view or manage a reservation, you need to have reader or owner permission on it. By default, when you buy a reservation, you and the account administrator automatically get the Owner role on the reservation order and reservation. To allow other people to view the reservation, you must add them as an **Owner** or **Reader** on the Reservation order or reservation. Adding someone to the subscription that's provided for billing the reservation, does not add them to reservation automatically.
19
19
20
20
For more information, see [Add or change users who can manage a reservation](manage-reserved-vm-instance.md#add-or-change-users-who-can-manage-a-reservation).
21
21
22
+
## View a reservation in Azure portal
23
+
22
24
To view a reservation as an Owner or Reader,
23
25
24
26
1. Sign in to the [Azure portal](https://portal.azure.com).
25
-
2. Search for **Reservations**.
26
-

27
-
3. The list shows all the reservations where you have the Owner or Reader role. Each reservation shows the last known utilization percentage.
28
-

29
-
4. Select a reservation and see the utilization trend for last five days.
5. You can also get the [reservation utilization](/rest/api/billing/enterprise/billing-enterprise-api-reserved-instance-usage) using the Reserved Instance usage API and with the [Microsoft Azure Consumption Insights Power BI content pack](/power-bi/service-connect-to-azure-consumption-insights).
32
-
33
-
If you need to change the scope of a reservation, split a reservation, or change who can manage a reservation, see [Manage Azure Reservations](manage-reserved-vm-instance.md).
27
+
2. Go to [Reservations](https://portal.azure.com/#blade/Microsoft_Azure_Reservations/ReservationsBrowseBlade).
28
+
3. The list will shows all the reservations where you have the Owner or Reader role. Each reservation shows the last known utilization percentage.
29
+
4. Click on the utilization percentage to see the utilization history and details. See details in the video below.
## View reservation transactions for Enterprise enrollments
32
+
## Get reservations and utilization using APIs, PowerShell, CLI
36
33
37
-
If you have a partner led Enterprise enrollment, view reservations by going to **Reports** in the EA portal. For other Enterprise enrollments, you can view reservations in the EA portal and in the Azure portal. You must be an EA administrator to view reservation transactions.
34
+
Get list of all reservations using following resources
35
+
-[API: Reservation Order - List](/rest/api/reserved-vm-instances/reservationorder/list)
36
+
-[PowerShell: Reservation Order - List](/powershell/module/azurerm.reservations/get-azurermreservationorder)
37
+
-[CLI: Reservation Order - List](/cli/azure/reservations/reservation-order#az-reservations-reservation-order-list)
38
38
39
-
To view reservation transactions in Azure portal,
40
-
41
-
1. Sign in to the [Azure portal](https://portal.azure.com).
42
-
1. Search for **Cost Management + Billing**.
39
+
You can also get the [reservation utilization](/rest/api/billing/enterprise/billing-enterprise-api-reserved-instance-usage) using the Reserved Instance usage API.
43
40
44
-

41
+
## See reservations and utilization in Power BI
45
42
46
-
1. Select **Reservation transactions**.
47
-
1. To filter the results, select **Timespan**, **Type**, or **Description**.
48
-
1. Select **Apply**.
49
-
50
-

51
-
52
-
To get the data by using an API, see [Get Reserved Instance transaction charges for enterprise customers](/rest/api/billing/enterprise/billing-enterprise-api-reserved-instance-charges).
43
+
There are two options for Power BI users
44
+
- Content Pack: Reservation purchases and utilization data is available in the [Consumption Insights Power BI content pack](/power-bi/desktop-connect-azure-cost-management). Create the reports you want using this content pack.
45
+
- Cost management app: Use the [Cost Management App](https://appsource.microsoft.com/product/power-bi/costmanagement.azurecostmanagementapp) for pre-created reports that you can further customize.
53
46
54
47
## Next steps
55
48
56
-
To learn more about Azure reservations, see the following articles:
57
-
58
-
-[What are reservations for Azure?](save-compute-costs-reservations.md)
59
-
-[Manage reservations for Azure](manage-reserved-vm-instance.md)
60
-
61
-
Buy a service plan:
62
-
63
-
-[Prepay for Cosmos DB reserved capacity](../../cosmos-db/cosmos-db-reserved-capacity.md)
64
-
-[Prepay for SQL Database compute resources with Azure SQL Database reserved capacity](../../sql-database/sql-database-reserved-capacity.md)
65
-
-[Prepay for Virtual Machines with Azure Reserved VM Instances](../../virtual-machines/windows/prepay-reserved-vm-instances.md)
66
-
67
-
Buy a software plan:
68
-
69
-
-[Prepay for Red Hat software plans from Azure Reservations](../../virtual-machines/linux/prepay-rhel-software-charges.md)
70
-
-[Prepay for SUSE software plans from Azure Reservations](../../virtual-machines/linux/prepay-suse-software-charges.md)
0 commit comments