Skip to content

Commit 0a9c10a

Browse files
authored
Merge pull request #206411 from mittalpri/patch-41
Update view-reservations.md
2 parents 93b50a6 + f303700 commit 0a9c10a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

articles/cost-management-billing/reservations/view-reservations.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ By default, the following users can view and manage reservations:
2626
- A Reservation administrator for reservations in their Azure Active Directory (Azure AD) tenant (directory)
2727
- A Reservation reader has read-only access to reservations in their Azure Active Directory tenant (directory)
2828

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-
3129
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.
3230

3331
## View and manage reservations
@@ -136,7 +134,14 @@ When you use the PowerShell script to assign the ownership role and it runs succ
136134
## Tenant-level access
137135
[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.
138136

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
140145

141146
Use the following Azure PowerShell script to add a Reservation Administrator role at the tenant level with PowerShell.
142147

@@ -164,7 +169,7 @@ New-AzRoleAssignment -Scope "/providers/Microsoft.Capacity" -PrincipalId <Object
164169
- Accept pipeline input: False
165170
- Accept wildcard characters: False
166171

167-
## Assign a Reservation Reader role at the tenant level
172+
## Assign a Reservation Reader role at the tenant level using Azure PowerShell script
168173

169174
Use the following Azure PowerShell script to assign the Reservation Reader role at the tenant level with PowerShell.
170175

0 commit comments

Comments
 (0)