Skip to content

Commit 7ab1a1f

Browse files
authored
Merge pull request #41970 from rolyon/rolyon-rbac-limits
[Azure RBAC] Limits
2 parents 320cde8 + 674001a commit 7ab1a1f

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

articles/azure-subscription-service-limits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ In the limits below, a new table has been added to reflect any differences in li
7979
* [Network Watcher](#network-watcher-limits)
8080
* [Notification Hub Service](#notification-hub-service-limits)
8181
* [Resource Group](#resource-group-limits)
82+
* [Role-based access control](#role-based-access-control-limits)
8283
* [Scheduler](#scheduler-limits)
8384
* [Search](#search-limits)
8485
* [Service Bus](#service-bus-limits)
@@ -312,6 +313,9 @@ To learn more about limits on a more granular level, such as document size, quer
312313
### Automation limits
313314
[!INCLUDE [automation-limits](../includes/azure-automation-service-limits.md)]
314315

316+
### Role-based access control limits
317+
[!INCLUDE [role-based-access-control-limits](../includes/role-based-access-control-limits.md)]
318+
315319
### SQL Database limits
316320
For SQL Database limits, see [SQL Database Resource Limits](sql-database/sql-database-resource-limits.md).
317321

articles/role-based-access-control/built-in-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.reviewer: rqureshi
1919
ms.custom: it-pro
2020
---
2121
# Built-in roles for Azure role-based access control
22-
[Role-based access control (RBAC)](overview.md) has several built-in role definitions that you can assign to users, groups, and service principals. Role assignments are the way you control access to resources in Azure. You can’t modify the built-in roles, but you can create your own [custom roles](custom-roles.md) to fit the specific needs of your organization.
22+
[Role-based access control (RBAC)](overview.md) has several built-in role definitions that you can assign to users, groups, and service principals. Role assignments are the way you control access to resources in Azure. If the built-in roles don't meet the specific needs of your organization, you can create your own [custom roles](custom-roles.md).
2323

2424
The built-in roles are always evolving. To get the latest role definitions, use [Get-AzureRmRoleDefinition](/powershell/module/azurerm.resources/get-azurermroledefinition) or [az role definition list](/cli/azure/role/definition#az-role-definition-list).
2525

articles/role-based-access-control/custom-roles.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ ms.custom: H1Hack27Feb2017
2020

2121
# Create custom roles in Azure
2222

23-
If the [built-in roles](built-in-roles.md) don't meet your specific access needs, you can create your own custom roles. Just like built-in roles, you can assign custom roles to users, groups, and service principals at subscription, resource group, and resource scopes. Custom roles are stored in an Azure Active Directory (Azure AD) tenant and can be shared across subscriptions. Custom roles can be created using Azure PowerShell, Azure CLI, or the REST API. This article describes an example of how to get started creating custom roles using PowerShell and Azure CLI.
23+
If the [built-in roles](built-in-roles.md) don't meet your specific access needs, you can create your own custom roles. Just like built-in roles, you can assign custom roles to users, groups, and service principals at subscription, resource group, and resource scopes. Custom roles are stored in an Azure Active Directory (Azure AD) tenant and can be shared across subscriptions. Each tenant can have up to 2000 custom roles. Custom roles can be created using Azure PowerShell, Azure CLI, or the REST API.
24+
25+
This article describes an example of how to get started creating custom roles using PowerShell and Azure CLI.
2426

2527
## Create a custom role to open support requests using PowerShell
2628

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Azure includes several [built-in roles](built-in-roles.md) that you can use. The
6161
- [Reader](built-in-roles.md#reader) - Can view existing Azure resources.
6262
- [User Access Administrator](built-in-roles.md#user-access-administrator) - Lets you manage user access to Azure resources.
6363

64-
The rest of the built-in roles allow management of specific Azure resources. For example, the [Virtual Machine Contributor](built-in-roles.md#virtual-machine-contributor) role allows a user to create and manage virtual machines. The built-in roles cannot be modified. If the built-in roles don't meet your specific access needs, you can create your own [custom roles](custom-roles.md).
64+
The rest of the built-in roles allow management of specific Azure resources. For example, the [Virtual Machine Contributor](built-in-roles.md#virtual-machine-contributor) role allows a user to create and manage virtual machines. If the built-in roles don't meet the specific needs of your organization, you can create your own [custom roles](custom-roles.md).
6565

6666
Azure has introduced data operations (currently in preview) that enable you to grant access to data within an object. For example, if a user has read data access to a storage account, then they can read the blobs or messages within that storage account. For more information, see [Understand role definitions](role-definitions.md).
6767

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: active-directory
5+
author: rolyon
6+
ms.service: role-based-access-control
7+
ms.topic: include
8+
ms.date: 05/22/2018
9+
ms.author: rolyon
10+
ms.custom: include file
11+
---
12+
13+
| Resource | Limit |
14+
| --- | --- |
15+
| Role assignments per Azure subscription | 2000 |
16+
| Custom roles per tenant | 2000 |

0 commit comments

Comments
 (0)