You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/role-based-access-control/custom-roles-portal.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Create or update Azure custom roles using the Azure portal (Preview) - Azure RBAC
2
+
title: Create or update Azure custom roles using the Azure portal - Azure RBAC
3
3
description: Learn how to create Azure custom roles for Azure role-based access control (Azure RBAC) using the Azure portal. This includes how to list, create, update, and delete custom roles.
4
4
services: active-directory
5
5
documentationcenter: ''
@@ -11,18 +11,13 @@ ms.devlang: na
11
11
ms.topic: conceptual
12
12
ms.tgt_pltfrm: na
13
13
ms.workload: identity
14
-
ms.date: 02/26/2020
14
+
ms.date: 04/30/2020
15
15
ms.author: rolyon
16
16
---
17
17
18
-
# Create or update Azure custom roles using the Azure portal (Preview)
18
+
# Create or update Azure custom roles using the Azure portal
19
19
20
-
> [!IMPORTANT]
21
-
> Azure custom roles using the Azure portal is currently in public preview.
22
-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
23
-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
24
-
25
-
If the [Azure built-in roles](built-in-roles.md) don't meet the specific needs of your organization, you can create your own Azure custom roles. Just like built-in roles, you can assign custom roles to users, groups, and service principals at subscription and resource group scopes. Custom roles are stored in an Azure Active Directory (Azure AD) directory and can be shared across subscriptions. Each directory can have up to 5000 custom roles. Custom roles can be created using the Azure portal, Azure PowerShell, Azure CLI, or the REST API. This article describes how to create custom roles using the Azure portal (currently in preview).
20
+
If the [Azure built-in roles](built-in-roles.md) don't meet the specific needs of your organization, you can create your own Azure custom roles. Just like built-in roles, you can assign custom roles to users, groups, and service principals at subscription and resource group scopes. Custom roles are stored in an Azure Active Directory (Azure AD) directory and can be shared across subscriptions. Each directory can have up to 5000 custom roles. Custom roles can be created using the Azure portal, Azure PowerShell, Azure CLI, or the REST API. This article describes how to create custom roles using the Azure portal.
26
21
27
22
## Prerequisites
28
23
@@ -73,7 +68,7 @@ If you prefer, you can follow these steps to start a custom role from scratch.
73
68
74
69
1. In the Azure portal, open a subscription or resource group where you want the custom role to be assignable and then open **Access control (IAM)**.
75
70
76
-
1. Click **Add** and then click **Add custom role (preview)**.
71
+
1. Click **Add** and then click **Add custom role**.
77
72
78
73

79
74
@@ -137,7 +132,7 @@ If you prefer, you can specify most of your custom role values in a JSON file. Y
137
132
138
133
1. In the Azure portal, open the **Access control (IAM)** page.
139
134
140
-
1. Click **Add** and then click **Add custom role (preview)**.
135
+
1. Click **Add** and then click **Add custom role**.
141
136
142
137

143
138
@@ -256,7 +251,7 @@ When you exclude a permission, it is added as a `NotActions` or `NotDataActions`
256
251
257
252
## Step 5: Assignable scopes
258
253
259
-
On the **Assignable scopes** tab, you specify where your custom role is available for assignment, such as subscription or resource group. Depending on how you chose to start, this tab might list the scope where you opened the Access control (IAM) page. Setting assignable scope to root scope ("/") is not supported. For this preview, you cannot add a management group as an assignable scope.
254
+
On the **Assignable scopes** tab, you specify where your custom role is available for assignment, such as subscription or resource group. Depending on how you chose to start, this tab might list the scope where you opened the Access control (IAM) page. Setting assignable scope to root scope ("/") is not supported. Currently, you cannot add a management group as an assignable scope.
260
255
261
256
1. Click **Add assignable scopes** to open the Add assignable scopes pane.
Copy file name to clipboardExpand all lines: articles/role-based-access-control/custom-roles.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.devlang: na
12
12
ms.topic: conceptual
13
13
ms.tgt_pltfrm: na
14
14
ms.workload: identity
15
-
ms.date: 03/19/2020
15
+
ms.date: 04/30/2020
16
16
ms.author: rolyon
17
17
ms.reviewer: bagovind
18
18
ms.custom: H1Hack27Feb2017
@@ -27,7 +27,7 @@ ms.custom: H1Hack27Feb2017
27
27
28
28
If the [built-in roles for Azure resources](built-in-roles.md) don't meet the specific needs of your organization, you can create your own custom roles. Just like built-in roles, you can assign custom roles to users, groups, and service principals at management group, subscription, and resource group scopes.
29
29
30
-
Custom roles can be shared between subscriptions that trust the same Azure AD directory. There is a limit of **5,000** custom roles per directory. (For Azure Germany and Azure China 21Vianet, the limit is 2,000 custom roles.) Custom roles can be created using the Azure portal (Preview), Azure PowerShell, Azure CLI, or the REST API.
30
+
Custom roles can be shared between subscriptions that trust the same Azure AD directory. There is a limit of **5,000** custom roles per directory. (For Azure Germany and Azure China 21Vianet, the limit is 2,000 custom roles.) Custom roles can be created using the Azure portal, Azure PowerShell, Azure CLI, or the REST API.
31
31
32
32
## Custom role example
33
33
@@ -71,7 +71,7 @@ When you create a custom role, it appears in the Azure portal with an orange res
71
71
72
72
1. Decide how you want to create the custom role
73
73
74
-
You can create custom roles using [Azure portal](custom-roles-portal.md) (Preview), [Azure PowerShell](custom-roles-powershell.md), [Azure CLI](custom-roles-cli.md), or the [REST API](custom-roles-rest.md).
74
+
You can create custom roles using [Azure portal](custom-roles-portal.md), [Azure PowerShell](custom-roles-powershell.md), [Azure CLI](custom-roles-cli.md), or the [REST API](custom-roles-rest.md).
75
75
76
76
1. Determine the permissions you need
77
77
@@ -127,6 +127,6 @@ The following list describes the limits for custom roles.
127
127
For more information about custom roles and management groups, see [Organize your resources with Azure management groups](../governance/management-groups/overview.md#custom-rbac-role-definition-and-assignment).
128
128
129
129
## Next steps
130
-
-[Create or update Azure custom roles using the Azure portal (Preview)](custom-roles-portal.md)
130
+
-[Create or update Azure custom roles using the Azure portal](custom-roles-portal.md)
131
131
-[Understand role definitions for Azure resources](role-definitions.md)
132
132
-[Troubleshoot RBAC for Azure resources](troubleshooting.md)
0 commit comments