Skip to content

Commit 648658c

Browse files
committed
Updates to several titles
1 parent 01fe0aa commit 648658c

28 files changed

+88
-88
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure built-in roles for Azure RBAC
2+
title: Azure built-in roles
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: ''
@@ -26,7 +26,7 @@ This article lists the Azure built-in roles, which are always evolving. To get t
2626

2727
## All
2828

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).
3030

3131

3232
> [!div class="mx-tableFixed"]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure classic subscription administrators | Microsoft Docs
2+
title: Azure classic subscription administrators
33
description: Describes how to add or change the Azure Co-Administrator and Service Administrator roles, and how to view the Account Administrator.
44
services: active-directory
55
documentationcenter: ''

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 | Microsoft Docs
3-
description: Learn how to list, create, update, or delete custom roles with Azure role-based access control (Azure RBAC) using Azure CLI.
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.
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,5 +1,5 @@
11
---
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 (Preview)
33
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.
44
services: active-directory
55
documentationcenter: ''

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 with Azure PowerShell
3-
description: Learn how to list, create, update, or delete custom roles with Azure role-based access control (Azure RBAC) using Azure PowerShell.
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.
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 with the REST API
3-
description: Learn how to list, create, update, or delete custom roles with Azure role-based access control (Azure RBAC) using the REST API.
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.
44
services: active-directory
55
documentationcenter: na
66
author: rolyon

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure custom roles | Microsoft Docs
3-
description: Learn how to create custom roles with Azure role-based access control (Azure RBAC) for fine-grained access management of Azure resources.
2+
title: Azure custom roles
3+
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: ''
66
author: rolyon
@@ -128,5 +128,5 @@ For more information about custom roles and management groups, see [Organize you
128128

129129
## Next steps
130130
- [Create or update Azure custom roles using the Azure portal (Preview)](custom-roles-portal.md)
131-
- [Understand role definitions for Azure resources](role-definitions.md)
131+
- [Understand Azure role definitions](role-definitions.md)
132132
- [Troubleshoot Azure RBAC](troubleshooting.md)

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: List deny assignments for Azure resources with the Azure portal
2+
title: List Azure deny assignments using the Azure portal
33
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.
44
services: active-directory
55
documentationcenter: ''
@@ -17,12 +17,12 @@ ms.author: rolyon
1717
ms.reviewer: bagovind
1818
---
1919

20-
# List deny assignments for Azure resources using the Azure portal
20+
# List Azure deny assignments using the Azure portal
2121

22-
[Deny assignments](deny-assignments.md) block users from performing specific Azure resource actions even if a role assignment grants them access. This article describes how to list deny assignments using the Azure portal.
22+
[Azure deny assignments](deny-assignments.md) block users from performing specific Azure resource actions even if a role assignment grants them access. This article describes how to list deny assignments using the Azure portal.
2323

2424
> [!NOTE]
25-
> You can't directly create your own deny assignments. For information about how deny assignments are created, see [Deny assignments](deny-assignments.md).
25+
> You can't directly create your own deny assignments. For information about how deny assignments are created, see [Azure deny assignments](deny-assignments.md).
2626
2727
## Prerequisites
2828

@@ -105,5 +105,5 @@ Follow these steps to list additional details about a deny assignment.
105105

106106
## Next steps
107107

108-
* [Understand deny assignments for Azure resources](deny-assignments.md)
109-
* [List deny assignments for Azure resources using Azure PowerShell](deny-assignments-powershell.md)
108+
* [Understand Azure deny assignments](deny-assignments.md)
109+
* [List Azure deny assignments using Azure PowerShell](deny-assignments-powershell.md)

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: List deny assignments for Azure resources with Azure PowerShell
2+
title: List Azure deny assignments using Azure PowerShell
33
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.
44
services: active-directory
55
documentationcenter: ''
@@ -16,12 +16,12 @@ ms.author: rolyon
1616
ms.reviewer: bagovind
1717
---
1818

19-
# List deny assignments for Azure resources using Azure PowerShell
19+
# List Azure deny assignments using Azure PowerShell
2020

21-
[Deny assignments](deny-assignments.md) block users from performing specific Azure resource actions even if a role assignment grants them access. This article describes how to list deny assignments using Azure PowerShell.
21+
[Azure deny assignments](deny-assignments.md) block users from performing specific Azure resource actions even if a role assignment grants them access. This article describes how to list deny assignments using Azure PowerShell.
2222

2323
> [!NOTE]
24-
> You can't directly create your own deny assignments. For information about how deny assignments are created, see [Deny assignments](deny-assignments.md).
24+
> You can't directly create your own deny assignments. For information about how deny assignments are created, see [Azure deny assignments](deny-assignments.md).
2525
2626
## Prerequisites
2727

@@ -121,6 +121,6 @@ PS C:\> Get-AzDenyAssignment -Scope /subscriptions/11111111-1111-1111-1111-11111
121121

122122
## Next steps
123123

124-
- [Understand deny assignments for Azure resources](deny-assignments.md)
125-
- [List deny assignments for Azure resources using the Azure portal](deny-assignments-portal.md)
126-
- [List deny assignments for Azure resources using the REST API](deny-assignments-rest.md)
124+
- [Understand Azure deny assignments](deny-assignments.md)
125+
- [List Azure deny assignments using the Azure portal](deny-assignments-portal.md)
126+
- [List Azure deny assignments using the REST API](deny-assignments-rest.md)

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: List deny assignments for Azure resources with the REST API
3-
description: Learn how to list deny assignments for users, groups, and applications using Azure role-based access control (Azure RBAC) and the REST API.
2+
title: List Azure deny assignments using the REST API
3+
description: Learn how to list Azure deny assignments for users, groups, and applications using Azure role-based access control (Azure RBAC) and the REST API.
44
services: active-directory
55
documentationcenter: na
66
author: rolyon
@@ -18,12 +18,12 @@ ms.author: rolyon
1818
ms.reviewer: bagovind
1919

2020
---
21-
# List deny assignments for Azure resources using the REST API
21+
# List Azure deny assignments using the REST API
2222

23-
[Deny assignments](deny-assignments.md) block users from performing specific Azure resource actions even if a role assignment grants them access. This article describes how to list deny assignments using the REST API.
23+
[Azure deny assignments](deny-assignments.md) block users from performing specific Azure resource actions even if a role assignment grants them access. This article describes how to list deny assignments using the REST API.
2424

2525
> [!NOTE]
26-
> You can't directly create your own deny assignments. For information about how deny assignments are created, see [Deny assignments](deny-assignments.md).
26+
> You can't directly create your own deny assignments. For information about how deny assignments are created, see [Azure deny assignments](deny-assignments.md).
2727
2828
## Prerequisites
2929

@@ -107,6 +107,6 @@ To get information about a deny assignment, you must have:
107107
108108
## Next steps
109109
110-
- [Understand deny assignments for Azure resources](deny-assignments.md)
110+
- [Understand Azure deny assignments](deny-assignments.md)
111111
- [Elevate access for a Global Administrator in Azure Active Directory](elevate-access-global-admin.md)
112112
- [Azure REST API Reference](/rest/api/azure/)

0 commit comments

Comments
 (0)