Skip to content

Commit fcae369

Browse files
committed
minor update
1 parent 8efc52f commit fcae369

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,19 @@ When you use the PowerShell script to assign the ownership role and it runs succ
132132
- Accept wildcard characters: False
133133

134134
## Tenant-level access
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.
136135

137-
## Add a Reservation Administrator role or Reservation Reader role at the tenant level
136+
[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 Reservations Administrator and Reservations 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.
137+
138+
### Add a Reservations Administrator role or Reservations Reader role at the tenant level
138139
You can assign these roles from [Azure portal](https://portal.azure.com).
139140

140141
1. Sign in to the Azure portal and navigate to **Reservations**.
141142
1. Select a reservation that you have access to.
142143
1. At the top of the page, select **Role Assignment**.
143-
1. To make modifications, add a user as a Reservation Administrator or Reservation Reader using Access control.
144+
1. Select the **Roles** tab.
145+
1. To make modifications, add a user as a Reservations Administrator or Reservations Reader using Access control.
144146

145-
## Add a Reservation Administrator role at the tenant level using Azure PowerShell script
147+
### Add a Reservation Administrator role at the tenant level using Azure PowerShell script
146148

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

@@ -153,7 +155,7 @@ Connect-AzAccount -Tenant <TenantId>
153155
New-AzRoleAssignment -Scope "/providers/Microsoft.Capacity" -PrincipalId <ObjectId> -RoleDefinitionName "Reservations Administrator"
154156
```
155157

156-
### Parameters
158+
#### Parameters
157159

158160
**-ObjectId** Azure AD ObjectId of the user, group, or service principal.
159161
- Type: String
@@ -170,7 +172,7 @@ New-AzRoleAssignment -Scope "/providers/Microsoft.Capacity" -PrincipalId <Object
170172
- Accept pipeline input: False
171173
- Accept wildcard characters: False
172174

173-
## Assign a Reservation Reader role at the tenant level using Azure PowerShell script
175+
### Assign a Reservation Reader role at the tenant level using Azure PowerShell script
174176

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

@@ -184,7 +186,7 @@ Connect-AzAccount -Tenant <TenantId>
184186
New-AzRoleAssignment -Scope "/providers/Microsoft.Capacity" -PrincipalId <ObjectId> -RoleDefinitionName "Reservations Reader"
185187
```
186188

187-
### Parameters
189+
#### Parameters
188190

189191
**-ObjectId** Azure AD ObjectId of the user, group, or service principal.
190192
- Type: String
@@ -201,7 +203,6 @@ New-AzRoleAssignment -Scope "/providers/Microsoft.Capacity" -PrincipalId <Object
201203
- Accept pipeline input: False
202204
- Accept wildcard characters: False
203205

204-
205206
## Next steps
206207

207208
- [Manage Azure Reservations](manage-reserved-vm-instance.md).

0 commit comments

Comments
 (0)