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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,6 @@ By default, the following users can view and manage reservations:
26
26
- A Reservation administrator for reservations in their Azure Active Directory (Azure AD) tenant (directory)
27
27
- A Reservation reader has read-only access to reservations in their Azure Active Directory tenant (directory)
28
28
29
-
Currently, the reservation administrator and reservation reader roles are only available to assign using PowerShell. They can't be viewed or assigned in the Azure portal. For more information, see [Grant access with PowerShell](#grant-access-with-powershell).
30
-
31
29
The reservation lifecycle is independent of an Azure subscription, so the reservation isn't a resource under the Azure subscription. Instead, it's a tenant-level resource with its own Azure RBAC permission separate from subscriptions. Reservations don't inherit permissions from subscriptions after the purchase.
32
30
33
31
## View and manage reservations
@@ -136,7 +134,14 @@ When you use the PowerShell script to assign the ownership role and it runs succ
136
134
## Tenant-level access
137
135
[User Access Administrator](../../role-based-access-control/built-in-roles.md#user-access-administrator) rights are required before you can grant users or groups the Reservation Administrator and Reservation Reader roles at the tenant level. In order to get User Access Administrator rights at the tenant level, follow [Elevate access](../../role-based-access-control/elevate-access-global-admin.md) steps.
138
136
139
-
## Add a Reservation Administrator role at the tenant level
137
+
## Add a Reservation Administrator role or Reservation Reader role at the tenant level
138
+
You can assign these roles from [Azure portal](https://portal.azure.com).
139
+
140
+
1. Sign in to the Azure portal and navigate to **Reservations**.
141
+
2. At the top of the page, select **Role Assignment**.
142
+
3. To make modifications, add user as a Reservation Administrator or Reservation Reader using Access control.
143
+
144
+
## Add a Reservation Administrator role at the tenant level using Azure PowerShell script
140
145
141
146
Use the following Azure PowerShell script to add a Reservation Administrator role at the tenant level with PowerShell.
0 commit comments