Skip to content

Commit 89ff0ae

Browse files
Update role names and descriptions for clarity
1 parent e9686b8 commit 89ff0ae

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

articles/app-testing/playwright-workspaces/how-to-manage-workspace-access.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ In this article, you learn how to manage access to a workspace in Playwright Wor
2424
1. In the [Azure portal](https://portal.azure.com), go to your Playwright workspace.
2525
1. On the left pane, select **Access Control (IAM)**, and then select **View my access**.
2626

27-
## Default roles
27+
## Playwright Workspaces roles
2828

29-
Playwright workspaces uses three Azure built-in roles. To grant users access to a workspace, you assign them one of the following Azure built-in roles:
29+
Playwright workspaces uses three types of roles. To grant users access to a workspace, you assign them one of the following roles:
3030

3131
| Role | Access level |
3232
| --- | --- |
33-
| **Reader** | - Read-only access to the workspace in the Azure portal.<br/>- View test results for the workspace.<br/>- Can't [create or delete workspace access tokens](./how-to-manage-access-tokens.md).<br/>- Can't run Playwright tests on the service. |
34-
| **Contributor** | - Full access to manage the workspace in the Azure portal but can't assign roles in Azure RBAC.<br/>- Full access to the workspace in the Azure portal.<br/>- [Create and delete their access tokens](./how-to-manage-access-tokens.md).<br/>- Run Playwright tests on the service. |
35-
| **Owner** | - Full access to manage the workspace in the Azure portal, including assigning roles in Azure RBAC.<br/>- Full access to the workspace in the Azure portal.<br/>- [Create and delete their access tokens](./how-to-manage-access-tokens.md).<br/>- Run Playwright tests on the service. |
33+
| **Playwright Workspace Reader** | - Read-only access to the workspace in the Azure portal.<br/>- View test results for the workspace.<br/>- Can't [create or delete workspace access tokens](./how-to-manage-access-tokens.md).<br/>- Can't run Playwright tests on the service. |
34+
| **Playwright Workspace Contributor** | - Full access to manage the workspace in the Azure portal but can't assign roles in Azure RBAC.<br/>- Full access to the workspace in the Azure portal.<br/>- [Create and delete their access tokens](./how-to-manage-access-tokens.md).<br/>- Run Playwright tests on the service. |
35+
| **Playwright Workspace Owner** | - Full access to manage the workspace in the Azure portal, including assigning roles in Azure RBAC.<br/>- Full access to the workspace in the Azure portal.<br/>- [Create and delete their access tokens](./how-to-manage-access-tokens.md).<br/>- Run Playwright tests on the service. |
3636

3737
> [!IMPORTANT]
3838
> Before you assign an Azure RBAC role, determine the scope of access that is needed. Best practices dictate that it's always best to grant only the narrowest possible scope. Azure RBAC roles defined at a broader scope are inherited by the resources beneath them. For more information about scope for Azure RBAC role assignments, see [Understand scope for Azure RBAC](/azure/role-based-access-control/scope-overview).
@@ -51,9 +51,9 @@ You can grant a user access to a Playwright workspace by using the Azure portal:
5151

5252
:::image type="content" source="./media/how-to-manage-workspace-access/add-role-assignment.png" alt-text="Screenshot that shows how to add a role assignment to your workspace in the Azure portal." lightbox="./media/how-to-manage-workspace-access/add-role-assignment.png":::
5353

54-
1. On the **Role** tab, select **Privileged administrator** roles.
54+
1. On the **Job function roles** tab, enter **Playwright**.
5555

56-
1. Select one of the Playwright Workspaces [default roles](#default-roles), and then select **Next**.
56+
1. Select one of the Playwright Workspaces roles, and then select **Next**.
5757

5858
:::image type="content" source="./media/how-to-manage-workspace-access/add-role-assignment-select-role.png" alt-text="Screenshot that shows the list of roles when adding a role assignment in the Azure portal." lightbox="./media/how-to-manage-workspace-access/add-role-assignment-select-role.png":::
5959

0 commit comments

Comments
 (0)