Skip to content

Commit e3ed0cd

Browse files
committed
Tweaks to limit text
1 parent a0da5d9 commit e3ed0cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/role-based-access-control/troubleshooting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ This article answers some common questions about Azure role-based access control
2323

2424
## Azure role assignments limit
2525

26-
Azure supports up to **2000** role assignments per subscription.
26+
Azure supports up to **2000** role assignments per subscription. If you get the error message "No more role assignments can be created (code: RoleAssignmentLimitExceeded)" when you try to assign a role, try to reduce the number of role assignments in the subscription.
2727

2828
> [!NOTE]
2929
> The **2000** role assignments limit per subscription is fixed and cannot be increased.
3030
31-
If you get the error message "No more role assignments can be created (code: RoleAssignmentLimitExceeded)" when you try to assign a role, try to reduce the number of role assignments in the subscription. If you are getting close this limit, here are some ways that you can reduce the number of role assignments:
31+
If you are getting close to this limit, here are some ways that you can reduce the number of role assignments:
3232

3333
- Add users to groups and assign roles to the groups instead.
3434
- Combine multiple built-in roles with a custom role.
3535
- Make common role assignments at a higher scope, such as subscription or management group.
3636
- If you have Azure AD Premium P2, make role assignments eligible in [Azure AD Privileged Identity Management](../active-directory/privileged-identity-management/pim-configure.md) instead of permanently assigned.
3737
- Add an additional subscription.
3838

39-
To help you keep track of your number of role assignments, you can view the [chart on the Access control (IAM) page](role-assignments-list-portal.md#list-number-of-role-assignments) in the Azure portal. To get the number of role assignments using Azure PowerShell, use the follow commands:
39+
To get the number of role assignments, you can view the [chart on the Access control (IAM) page](role-assignments-list-portal.md#list-number-of-role-assignments) in the Azure portal. You can also use the following Azure PowerShell commands:
4040

4141
```azurepowershell
4242
$scope = "/subscriptions/<subscriptionId>"

0 commit comments

Comments
 (0)