Skip to content

Commit 461ced7

Browse files
authored
Merge pull request #301075 from jenniferf-skc/CopilotforRoles
Adding info on Copilot for Adding role assignments
2 parents 22d966d + 7ba47ae commit 461ced7

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed
111 KB
Loading

articles/role-based-access-control/role-assignments-portal.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
metadata:
44
title: Assign Azure roles using the Azure portal - Azure RBAC
55
description: Learn how to grant access to Azure resources for users, groups, service principals, or managed identities using the Azure portal and Azure role-based access control (Azure RBAC).
6-
author: jenniferf-skc
6+
7+
author: jenniferf-skc
78
ms.author: jfields
89
manager: pmwongera
9-
ms.date: 11/11/2024
10+
ms.date: 08/01/2025
11+
1012
ms.service: role-based-access-control
1113
ms.topic: how-to
1214
ms.custom:
@@ -73,6 +75,20 @@ procedureSection:
7375
You can search for a role by name or by description. You can also filter roles by type and category.
7476
7577
![Screenshot of Add role assignment page with Role tab.](./media/shared/roles.png)
78+
79+
80+
Note, If you're unsure of which role you need to assign, you can now use Copilot to help you select the appropriate role. (Limited preview. This capability is being deployed in stages, so it might not be available yet in your tenant or your interface might look different.)
81+
82+
- |
83+
(Optional) In the **Role** tab, click the **Copilot can help pick role** button. The Copilot dialog box opens.
84+
85+
![Screenshot of Copilot button in the Add role assignment page.](./media/role-assignments-portal/copilot-for-role-assignment.png)
86+
87+
In the dialog box, you can add descriptive prompts to tell Copilot your requirements for the role, and what you need a user to be authorized to do, for example, *"Help me select a role to deploy and manage Azure functions."*, or *"Which role should I use if I
88+
want a user to manage and view a workspace?"* Using phrases such as *'Help me select...'* or *'Which role should I use to...'* helps Copilot understand your intent more clearly in order to deliver the best results.
89+
90+
From the direction of your prompt, Copilot suggests a role, or multiple roles, based on the requirements provided. Copilot asks you to confirm by **Select permissions**. Copilot then recommends a role based on the
91+
criteria provided. You can **Select role**, or you can ask Copilot to **Recommend other roles**. If you select **Select role**, you're taken back to the **Add role assignment** page where you can select the recommended role and view its details.
7692
- |
7793
If you want to assign a privileged administrator role, select the **Privileged administrator roles** tab to select the role.
7894
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: include file
33
description: include file
4-
author: rolyon
4+
author: jenniferf-skc
55
ms.service: role-based-access-control
66
ms.topic: include
7-
ms.date: 01/08/2021
8-
ms.author: rolyon
7+
ms.date: 08/01/2025
8+
ms.author: jfields
99
ms.custom: include file
1010
---
1111

12-
When you assign roles, you must specify a scope. Scope is the set of resources the access applies to. In Azure, you can specify a scope at four levels from broad to narrow: [management group](../../articles/governance/management-groups/overview.md), subscription, [resource group](../../articles/azure-resource-manager/management/overview.md#resource-groups), and resource.
12+
When you assign roles, you must specify a scope. A Scope is the set of resources the access applies to. In Azure, you can specify a scope at four levels from broad to narrow: [management group](../../articles/governance/management-groups/overview.md), subscription, [resource group](../../articles/azure-resource-manager/management/overview.md#resource-groups), and resource.

0 commit comments

Comments
 (0)