Skip to content

Commit 4e80141

Browse files
author
Maddie Minnick
committed
fix grammar
1 parent 9de2090 commit 4e80141

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/cost-management-billing/manage/assign-roles-azure-service-principals.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ Later in this article, you give permission to the Microsoft Entra app to act by
7979
| Partner Admin Reader | Partner Admins can view data for all enrollments under the partner organization. This role is only available for the following APIs:<br>- [Balances](/rest/api/consumption/balances/get-by-billing-account)<br>- [Exports V2 (api-version 2025-03-01 only)](/rest/api/cost-management/exports)<br>- [Generate Cost Details Report](/rest/api/cost-management/generate-cost-details-report)<br>- [Marketplaces](/rest/api/consumption/marketplaces/list)<br>- [Consumption Price sheet](/rest/api/consumption/price-sheet)<br>- [Cost Management Price sheet Download](/rest/api/cost-management/price-sheet/download-by-billing-account)<br>- [Generate Reservation Details Report](/rest/api/cost-management/generate-reservation-details-report/by-billing-account-id)<br>- [Reservation Summaries](/rest/api/consumption/reservations-summaries)<br>- [Reservation Recommendations](/rest/api/consumption/reservation-recommendations/list)<br>- [Reservation Transactions](/rest/api/consumption/reservation-transactions) | 4f6144c0-a809-4c55-b3c8-7f9b7b15a1bf |
8080

8181
- The following user roles are required to assign each service principal role:
82-
- **EnrollmentReader**: Can be assigned only by a user with the enrollment writer role.
83-
- **DepartmentReader**: Can be assigned only by a user with the enrollment writer or department writer role.
84-
- **SubscriptionCreator**: Can be assigned only by a user who is the owner of the enrollment account (EA administrator).
85-
- **EA purchaser**: Can be assigned only by a user with the enrollment writer role.
86-
- **Partner Admin Reader**: Can be assigned only by a user with the Partner Administrator role.
82+
- EnrollmentReader: user assigning must have enrollment writer role.
83+
- DepartmentReader: user assigning must have enrollment writer or department writer role.
84+
- SubscriptionCreator: user assigning must be the enrollment account owner (EA administrator).
85+
- EA purchaser: user assigning must have enrollment writer role.
86+
- Partner Admin Reader: user assigning must have Partner Administrator role.
8787

88-
All of these roles are created by programmatic means, are not shown in the Azure portal, and are only for programmatic use.
88+
All of these roles are created by programmatic means, aren't shown in the Azure portal, and are only for programmatic use.
8989

9090
When you grant an EA role to a service principal, you must use the `billingRoleAssignmentName` required property. The parameter is a unique GUID that you must provide. You can generate a GUID using the [New-Guid](/powershell/module/microsoft.powershell.utility/new-guid) PowerShell command. You can also use the [Online GUID / UUID Generator](https://guidgenerator.com/) website to generate a unique GUID.
9191

0 commit comments

Comments
 (0)