Skip to content

Commit 8bc7533

Browse files
committed
Fixes for build warnings
1 parent 41ff62f commit 8bc7533

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/deployment-environments/concept-deployment-environments-role-based-access-control.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure role-based access control
3-
titleSuffix: Azure Lab Services
4-
description: Learn how Azure Lab Services provides protection with Azure role-based access control (Azure RBAC) integration.
3+
titleSuffix: Azure Deployment Environments
4+
description: Learn how Azure Deployment Environments provides protection with Azure role-based access control (Azure RBAC) integration.
55
services: lab-services
66
ms.service: lab-services
77
author: RoseHJM
@@ -65,8 +65,8 @@ The following table shows common Deployment Environments activities and the role
6565
| **Activity** | **Role type** | **Role** | **Scope** |
6666
|---|---|---|---|
6767
| Grant permission to create a resource group. | Platform engineer | Owner or Contributor | Subscription |
68-
| Grant permission to submit a Microsoft support ticket, including to [request capacity](capacity-limits.md). | Platform engineer | Owner, Contributor, Support Request Contributor | Subscription |
69-
| Grant permission to create environment types in a project. | Platform engineer | [Custom role](../../role-based-access-control/custom-roles-portal.md): Microsoft.Authorization/roleAssignments/write | Subscription |
68+
| Grant permission to submit a Microsoft support ticket, including to [request a quota limit increase](how-to-request-quota-increase.md). | Platform engineer | Owner, Contributor, Support Request Contributor | Subscription |
69+
| Grant permission to create environment types in a project. | Platform engineer | [Custom role](../role-based-access-control/custom-roles-portal.md): Microsoft.Authorization/roleAssignments/write | Subscription |
7070
| | | Owner, Contributor, or Project Admin | Project |
7171
| Grant permission to assign roles to other users. | Platform engineer | Owner | Resource group |
7272
| Grant permission to: | Platform engineer | Owner, Contributor | Resource group |
@@ -116,7 +116,7 @@ Assign the Contributor role to give a user full control to create or manage dev
116116

117117
To create a project-level environment type in Deployment Environments, you must assign the Owner role or the User Access Administrator role, for the subscription that is being mapped in the environment type in the project. Alternatively, to avoid assigning broad permissions at the subscription level, you can create and assign a custom role that applies Write permissions. Apply the cuustom role at the subscription that is being mapped in the environment type in the project.
118118

119-
To learn how to Create a custom role with *Microsoft.Authorization/roleAssignments/write* and assign it at subscription level, see: [Create a custom role](../../role-based-access-control/custom-roles-portal.md).
119+
To learn how to Create a custom role with *Microsoft.Authorization/roleAssignments/write* and assign it at subscription level, see: [Create a custom role](../role-based-access-control/custom-roles-portal.md).
120120

121121
:::image type="icon" source="media/concept-deployment-environments-role-based-access-control/deployment-environments-custom-scopes.png" alt-text="Diagram that shows the custom role assignment at the subscription for Azure Deployment Environments" lightbox="media/concept-deployment-environments-role-based-access-control/deployment-environments-custom-scopes.png":::
122122

0 commit comments

Comments
 (0)