Skip to content

Commit ff3926f

Browse files
committed
Adding info on Copilot for Adding role assignemnts
1 parent ffaa90c commit ff3926f

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed
23.2 KB
Loading

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

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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: rolyon
7-
ms.author: rolyon
8-
manager: femila
9-
ms.date: 11/11/2024
6+
author: jenniferf-skc
7+
ms.author: jfields
8+
manager: pmwpmwongera
9+
ms.date: 06/09/2025
1010
ms.service: role-based-access-control
1111
ms.topic: how-to
1212
ms.custom:
@@ -73,6 +73,17 @@ procedureSection:
7373
You can search for a role by name or by description. You can also filter roles by type and category.
7474
7575
![Screenshot of Add role assignment page with Role tab.](./media/shared/roles.png)
76+
77+
> [!NOTE]
78+
> If you're unsure of which role you need to assign, you can now use Copilot to help you select the appropriate role.
79+
![Screenshot of Copilot in the Add role assignment page.](./media/shared/copilot-role-assignment.png)
80+
- |
81+
In the **Role** tab, click the **Copilot can help pick role** button. The Copilot dialog box opens.
82+
83+
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, *"I want this user to deploy and manage Azure functions."*, or "I want this user to manage and view a workspace, but not modify member information."
84+
85+
From the direction of your prompt, Copilot suggests a role, or multiple roles, based on the requirements provided. Copilot will ask you to confirm or **Select permissions**, or you can ask it to **Recommend other permissions**. Copilot then recommends a role based on the
86+
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.
7687
- |
7788
If you want to assign a privileged administrator role, select the **Privileged administrator roles** tab to select the role.
7889
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: 06/09/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)