Skip to content

Commit 97b8e1a

Browse files
committed
Added RBAC to titles, updated descriptions
1 parent 5f10da2 commit 97b8e1a

33 files changed

+74
-74
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure built-in roles
2+
title: Azure built-in roles - Azure RBAC
33
description: This article describes the Azure built-in roles for Azure role-based access control (Azure RBAC). It lists Actions, NotActions, DataActions, and NotDataActions.
44
services: active-directory
55
documentationcenter: ''

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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 Azure role-based access control (Azure RBAC) and the Azure portal.
2+
title: Quickstart - View the access a user has to Azure resources - Azure RBAC
3+
description: In this QuickStart, 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).
44
services: role-based-access-control
55
documentationCenter: ''
66
author: rolyon

articles/role-based-access-control/classic-administrators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ Guest users that have been assigned the Co-Administrator role might see some dif
6767

6868
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.
6969

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 Azure 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 [Manage access to Azure resources for external guest users using Azure RBAC](role-assignments-external-users.md).
7171

72-
Note that the [Azure built-in roles](../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).
7373

7474
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).
7575

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create or update Azure custom roles using Azure CLI
3-
description: Learn how to list, create, update, or delete Azure custom roles using Azure role-based access control (Azure RBAC) and 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).
44
services: active-directory
55
documentationcenter: ''
66
author: rolyon

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
services: active-directory
55
documentationcenter: ''
66
author: rolyon

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create or update Azure custom roles using Azure PowerShell
3-
description: Learn how to list, create, update, or delete custom roles using Azure role-based access control (Azure RBAC) and 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).
44
services: active-directory
55
documentationcenter: ''
66
author: rolyon

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create or update Azure custom roles using the REST API
3-
description: Learn how to list, create, update, or delete Azure custom roles using Azure role-based access control (Azure RBAC) and the REST API.
2+
title: Create or update Azure custom roles using the REST API - Azure RBAC
3+
description: Learn how to list, create, update, or delete Azure custom roles using the REST API and Azure role-based access control (Azure RBAC).
44
services: active-directory
55
documentationcenter: na
66
author: rolyon

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure custom roles
2+
title: Azure custom roles - Azure RBAC
33
description: Learn how to create Azure custom roles with Azure role-based access control (Azure RBAC) for fine-grained access management of Azure resources.
44
services: active-directory
55
documentationcenter: ''

articles/role-based-access-control/deny-assignments-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: List Azure deny assignments using the Azure portal
3-
description: Learn how to list the users, groups, service principals, and managed identities that have been denied access to specific Azure resource actions at particular scopes using the Azure portal.
2+
title: List Azure deny assignments using the Azure portal - Azure RBAC
3+
description: Learn how to list the users, groups, service principals, and managed identities that have been denied access to specific Azure resource actions at particular scopes using the Azure portal and Azure role-based access control (Azure RBAC).
44
services: active-directory
55
documentationcenter: ''
66
author: rolyon

articles/role-based-access-control/deny-assignments-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: List Azure deny assignments using Azure PowerShell
3-
description: Learn how to list the users, groups, service principals, and managed identities that have been denied access to specific Azure resource actions at particular scopes using Azure PowerShell.
2+
title: List Azure deny assignments using Azure PowerShell - Azure RBAC
3+
description: Learn how to list the users, groups, service principals, and managed identities that have been denied access to specific Azure resource actions at particular scopes using Azure PowerShell and Azure role-based access control (Azure RBAC).
44
services: active-directory
55
documentationcenter: ''
66
author: rolyon

0 commit comments

Comments
 (0)