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/active-directory/fundamentals/add-custom-domain.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Create your new directory by following the steps in [Create a new tenant for you
33
33
>[!IMPORTANT]
34
34
>The person who creates the tenant is automatically the Global administrator for that tenant. The Global administrator can add additional administrators to the tenant.
35
35
36
-
For more information about subscription roles, see [Azure RBAC roles](../../role-based-access-control/rbac-and-directory-admin-roles.md#azure-rbac-roles).
36
+
For more information about subscription roles, see [Azure roles](../../role-based-access-control/rbac-and-directory-admin-roles.md#azure-roles).
37
37
38
38
>[!TIP]
39
39
> If you plan to federate your on-premises Windows Server AD with Azure AD, then you need to select **I plan to configure this domain for single sign-on with my local Active Directory** when you run the Azure AD Connect tool to synchronize your directories.
Copy file name to clipboardExpand all lines: articles/role-based-access-control/best-practices.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ This article describes some best practices for using Azure role-based access con
25
25
26
26
Using Azure RBAC, you can segregate duties within your team and grant only the amount of access to users that they need to perform their jobs. Instead of giving everybody unrestricted permissions in your Azure subscription or resources, you can allow only certain actions at a particular scope.
27
27
28
-
When planning your access control strategy, it's a best practice to grant users the least privilege to get their work done. The following diagram shows a suggested pattern for using RBAC.
28
+
When planning your access control strategy, it's a best practice to grant users the least privilege to get their work done. The following diagram shows a suggested pattern for using Azure RBAC.
29
29
30
-

30
+

31
31
32
-
For information about how to add role assignments, see [Add or remove role assignments](role-assignments-portal.md).
32
+
For information about how to add role assignments, see [Add or remove Azure role assignments using the Azure portal](role-assignments-portal.md).
Copy file name to clipboardExpand all lines: articles/role-based-access-control/built-in-roles.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Azure built-in roles for Azure RBAC
3
-
description: This article describes the Azure built-in roles for Azure role-based access control (RBAC). It lists Actions, NotActions, DataActions, and NotDataActions.
2
+
title: Azure built-in roles - Azure RBAC
3
+
description: This article describes the Azure built-in roles for Azure role-based access control (Azure RBAC). It lists Actions, NotActions, DataActions, and NotDataActions.
4
4
services: active-directory
5
5
documentationcenter: ''
6
6
author: rolyon
@@ -20,13 +20,13 @@ ms.custom: it-pro
20
20
---
21
21
# Azure built-in roles
22
22
23
-
[Azure role-based access control (RBAC)](overview.md) has several Azure built-in roles that you can assign to users, groups, service principals, and managed identities. Role assignments are the way you control access to Azure resources. If the built-in roles don't meet the specific needs of your organization, you can create your own [Azure custom roles](custom-roles.md).
23
+
[Azure role-based access control (Azure RBAC)](overview.md) has several Azure built-in roles that you can assign to users, groups, service principals, and managed identities. Role assignments are the way you control access to Azure resources. If the built-in roles don't meet the specific needs of your organization, you can create your own [Azure custom roles](custom-roles.md).
24
24
25
-
This article lists the built-in roles for Azure resources, which are always evolving. To get the latest roles, use [Get-AzRoleDefinition](/powershell/module/az.resources/get-azroledefinition) or [az role definition list](/cli/azure/role/definition#az-role-definition-list). If you are looking for administrator roles for Azure Active Directory (Azure AD), see [Administrator role permissions in Azure Active Directory](../active-directory/users-groups-roles/directory-assign-admin-roles.md).
25
+
This article lists the Azure built-in roles, which are always evolving. To get the latest roles, use [Get-AzRoleDefinition](/powershell/module/az.resources/get-azroledefinition) or [az role definition list](/cli/azure/role/definition#az-role-definition-list). If you are looking for administrator roles for Azure Active Directory (Azure AD), see [Administrator role permissions in Azure Active Directory](../active-directory/users-groups-roles/directory-assign-admin-roles.md).
26
26
27
27
## All
28
28
29
-
The following table provides a brief description and the unique ID of each built-in role. Select the role name to see the list of `Actions`, `NotActions`, `DataActions`, and `NotDataActions` for each role. For information about what these actions mean and how they apply to the management and data planes, see [Understand role definitions for Azure resources](role-definitions.md).
29
+
The following table provides a brief description and the unique ID of each built-in role. Select the role name to see the list of `Actions`, `NotActions`, `DataActions`, and `NotDataActions` for each role. For information about what these actions mean and how they apply to the management and data planes, see [Understand Azure role definitions](role-definitions.md).
Copy file name to clipboardExpand all lines: articles/role-based-access-control/check-access.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
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Quickstart - View the access a user has to Azure resources
3
-
description: In this QuickStart, learn how to view the access a user or other security principal has to Azure resources using role-based access control (RBAC) and the Azure portal.
2
+
title: Quickstart - View the access a user has to Azure resources - Azure RBAC
3
+
description: In this quickstart, you learn how to view the access a user or other security principal has to Azure resources using the Azure portal and Azure role-based access control (Azure RBAC).
4
4
services: role-based-access-control
5
5
documentationCenter: ''
6
6
author: rolyon
@@ -22,7 +22,7 @@ ms.reviewer: bagovind
22
22
23
23
# Quickstart: View the access a user has to Azure resources
24
24
25
-
You can use the **Access control (IAM)** blade in [role-based access control (RBAC)](overview.md) to view the access a user or another security principal has to Azure resources. However, sometimes you just need to quickly view the access for a single user or another security principal. The easiest way to do this is to use the **Check access** feature in the Azure portal.
25
+
You can use the **Access control (IAM)** blade in [Azure role-based access control (Azure RBAC)](overview.md) to view the access a user or another security principal has to Azure resources. However, sometimes you just need to quickly view the access for a single user or another security principal. The easiest way to do this is to use the **Check access** feature in the Azure portal.
26
26
27
27
## View role assignments
28
28
@@ -53,4 +53,4 @@ You can use the **Access control (IAM)** blade in [role-based access control (RB
53
53
## Next steps
54
54
55
55
> [!div class="nextstepaction"]
56
-
> [Tutorial: Grant a user access to Azure resources using RBAC and the Azure portal](quickstart-assign-role-user-portal.md)
56
+
> [Tutorial: Grant a user access to Azure resources using the Azure portal](quickstart-assign-role-user-portal.md)
Copy file name to clipboardExpand all lines: articles/role-based-access-control/classic-administrators.md
+6-6Lines changed: 6 additions & 6 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: Azure classic subscription administrators | Microsoft Docs
2
+
title: Azure classic subscription administrators
3
3
description: Describes how to add or change the Azure Co-Administrator and Service Administrator roles, and how to view the Account Administrator.
4
4
services: active-directory
5
5
documentationcenter: ''
@@ -19,7 +19,7 @@ ms.reviewer: bagovind
19
19
20
20
# Azure classic subscription administrators
21
21
22
-
Microsoft recommends that you manage access to Azure resources using role-based access control (RBAC). However, if you are still using the classic deployment model, you'll need to use a classic subscription administrator role: Service Administrator and Co-Administrator. For more information, see [Azure Resource Manager vs. classic deployment](../azure-resource-manager/management/deployment-models.md).
22
+
Microsoft recommends that you manage access to Azure resources using Azure role-based access control (Azure RBAC). However, if you are still using the classic deployment model, you'll need to use a classic subscription administrator role: Service Administrator and Co-Administrator. For more information, see [Azure Resource Manager vs. classic deployment](../azure-resource-manager/management/deployment-models.md).
23
23
24
24
This article describes how to add or change the Co-Administrator and Service Administrator roles, and how to view the Account Administrator.
25
25
@@ -67,9 +67,9 @@ Guest users that have been assigned the Co-Administrator role might see some dif
67
67
68
68
You would expect that user B could manage everything. The reason for this difference is that the Microsoft account is added to the subscription as a guest user instead of a member user. Guest users have different default permissions in Azure AD as compared to member users. For example, member users can read other users in Azure AD and guest users cannot. Member users can register new service principals in Azure AD and guest users cannot.
69
69
70
-
If a guest user needs to be able to perform these tasks, a possible solution is to assign the specific Azure AD administrator roles the guest user needs. For example, in the previous scenario, you could assign the [Directory Readers](../active-directory/users-groups-roles/directory-assign-admin-roles.md#directory-readers) role to read other users and assign the [Application Developer](../active-directory/users-groups-roles/directory-assign-admin-roles.md#application-developer) role to be able to create service principals. For more information about member and guest users and their permissions, see [What are the default user permissions in Azure Active Directory?](../active-directory/fundamentals/users-default-permissions.md). For more information about granting access for guest users, see [Manage access to Azure resources for external guest users using RBAC](role-assignments-external-users.md).
70
+
If a guest user needs to be able to perform these tasks, a possible solution is to assign the specific Azure AD roles the guest user needs. For example, in the previous scenario, you could assign the [Directory Readers](../active-directory/users-groups-roles/directory-assign-admin-roles.md#directory-readers) role to read other users and assign the [Application Developer](../active-directory/users-groups-roles/directory-assign-admin-roles.md#application-developer) role to be able to create service principals. For more information about member and guest users and their permissions, see [What are the default user permissions in Azure Active Directory?](../active-directory/fundamentals/users-default-permissions.md). For more information about granting access for guest users, see [Add or remove Azure role assignments for external guest users using the Azure portal](role-assignments-external-users.md).
71
71
72
-
Note that the [built-in roles for Azure resources](../role-based-access-control/built-in-roles.md) are different than the [Azure AD administrator roles](../active-directory/users-groups-roles/directory-assign-admin-roles.md). The built-in roles don't grant any access to Azure AD. For more information, see [Understand the different roles](../role-based-access-control/rbac-and-directory-admin-roles.md).
72
+
Note that the [Azure built-in roles](../role-based-access-control/built-in-roles.md) are different than the [Azure AD roles](../active-directory/users-groups-roles/directory-assign-admin-roles.md). The built-in roles don't grant any access to Azure AD. For more information, see [Understand the different roles](../role-based-access-control/rbac-and-directory-admin-roles.md).
73
73
74
74
For information that compares member users and guest users, see [What are the default user permissions in Azure Active Directory?](../active-directory/fundamentals/users-default-permissions.md).
75
75
@@ -146,6 +146,6 @@ Follow these steps to view the Account Administrator.
146
146
147
147
## Next steps
148
148
149
-
*[Understand the different roles in Azure](../role-based-access-control/rbac-and-directory-admin-roles.md)
150
-
*[Manage access to Azure resources using RBAC and the Azure portal](../role-based-access-control/role-assignments-portal.md)
149
+
*[Understand the different roles](../role-based-access-control/rbac-and-directory-admin-roles.md)
150
+
*[Add or remove Azure role assignments using the Azure portal](../role-based-access-control/role-assignments-portal.md)
151
151
*[Add or change Azure subscription administrators](../cost-management-billing/manage/add-change-subscription-administrator.md)
Copy file name to clipboardExpand all lines: articles/role-based-access-control/custom-roles-cli.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Create or update custom roles for Azure resources using Azure CLI | Microsoft Docs
3
-
description: Learn how to list, create, update, or delete custom roles with role-based access control (RBAC) for Azure resources using Azure CLI.
2
+
title: Create or update Azure custom roles using Azure CLI - Azure RBAC
3
+
description: Learn how to list, create, update, or delete Azure custom roles using Azure CLI and Azure role-based access control (Azure RBAC).
4
4
services: active-directory
5
5
documentationcenter: ''
6
6
author: rolyon
@@ -16,16 +16,16 @@ ms.date: 03/18/2020
16
16
ms.author: rolyon
17
17
ms.reviewer: bagovind
18
18
---
19
-
# Create or update custom roles for Azure resources using Azure CLI
19
+
# Create or update Azure custom roles using Azure CLI
20
20
21
21
> [!IMPORTANT]
22
22
> Adding a management group to `AssignableScopes` is currently in preview.
23
23
> 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.
24
24
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
25
25
26
-
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. This article describes how to list, create, update, or delete custom roles using Azure CLI.
26
+
If the [Azure built-in roles](built-in-roles.md) don't meet the specific needs of your organization, you can create your own custom roles. This article describes how to list, create, update, or delete custom roles using Azure CLI.
27
27
28
-
For a step-by-step tutorial on how to create a custom role, see [Tutorial: Create a custom role for Azure resources using Azure CLI](tutorial-custom-role-cli.md).
28
+
For a step-by-step tutorial on how to create a custom role, see [Tutorial: Create an Azure custom role using Azure CLI](tutorial-custom-role-cli.md).
29
29
30
30
## Prerequisites
31
31
@@ -239,6 +239,6 @@ az role definition delete --name "Virtual Machine Operator"
239
239
240
240
## Next steps
241
241
242
-
-[Tutorial: Create a custom role for Azure resources using Azure CLI](tutorial-custom-role-cli.md)
243
-
-[Custom roles for Azure resources](custom-roles.md)
242
+
-[Tutorial: Create an Azure custom role using Azure CLI](tutorial-custom-role-cli.md)
Copy file name to clipboardExpand all lines: articles/role-based-access-control/custom-roles-portal.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
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Create or update Azure custom roles using the Azure portal - Azure RBAC
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.
3
+
description: Learn how to create Azure custom roles using the Azure portal and Azure role-based access control (Azure RBAC). This includes how to list, create, update, and delete custom roles.
4
4
services: active-directory
5
5
documentationcenter: ''
6
6
author: rolyon
@@ -100,7 +100,7 @@ If you prefer, you can specify most of your custom role values in a JSON file. Y
100
100
}
101
101
```
102
102
103
-
1. In the JSON file, specify values for the various properties. Here's an example with some values added. For information about the different properties, see [Understand role definitions](role-definitions.md).
103
+
1. In the JSON file, specify values for the various properties. Here's an example with some values added. For information about the different properties, see [Understand Azure role definitions](role-definitions.md).
104
104
105
105
```json
106
106
{
@@ -343,6 +343,6 @@ Follow these steps to view your custom roles.
343
343
344
344
## Next steps
345
345
346
-
- [Tutorial: Create a custom role using Azure PowerShell](tutorial-custom-role-powershell.md)
347
-
- [Custom roles in Azure](custom-roles.md)
346
+
- [Tutorial: Create an Azure custom role using Azure PowerShell](tutorial-custom-role-powershell.md)
Copy file name to clipboardExpand all lines: articles/role-based-access-control/custom-roles-powershell.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Create or update custom roles for Azure resources with Azure PowerShell
3
-
description: Learn how to list, create, update, or delete custom roles with role-based access control (RBAC) for Azure resources using Azure PowerShell.
2
+
title: Create or update Azure custom roles using Azure PowerShell - Azure RBAC
3
+
description: Learn how to list, create, update, or delete custom roles using Azure PowerShell and Azure role-based access control (Azure RBAC).
4
4
services: active-directory
5
5
documentationcenter: ''
6
6
author: rolyon
@@ -16,16 +16,16 @@ ms.date: 03/18/2020
16
16
ms.author: rolyon
17
17
ms.reviewer: bagovind
18
18
---
19
-
# Create or update custom roles for Azure resources using Azure PowerShell
19
+
# Create or update Azure custom roles using Azure PowerShell
20
20
21
21
> [!IMPORTANT]
22
22
> Adding a management group to `AssignableScopes` is currently in preview.
23
23
> 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.
24
24
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
25
25
26
-
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. This article describes how to list, create, update, or delete custom roles using Azure PowerShell.
26
+
If the [Azure built-in roles](built-in-roles.md) don't meet the specific needs of your organization, you can create your own custom roles. This article describes how to list, create, update, or delete custom roles using Azure PowerShell.
27
27
28
-
For a step-by-step tutorial on how to create a custom role, see [Tutorial: Create a custom role for Azure resources using Azure PowerShell](tutorial-custom-role-powershell.md).
28
+
For a step-by-step tutorial on how to create a custom role, see [Tutorial: Create an Azure custom role using Azure PowerShell](tutorial-custom-role-powershell.md).
0 commit comments