Skip to content

Commit 723e535

Browse files
Merge pull request #276709 from Blackmist/rbac
updates
2 parents 66e0407 + d31f84a commit 723e535

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/ai-studio/concepts/rbac-ai-studio.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here's a table of the built-in roles and their permissions for the hub:
4242
| Owner | Full access to the hub, including the ability to manage and create new hubs and assign permissions. This role is automatically assigned to the hub creator|
4343
| Contributor | User has full access to the hub, including the ability to create new hubs, but isn't able to manage hub permissions on the existing resource. |
4444
| Azure AI Developer | Perform all actions except create new hubs and manage the hub permissions. For example, users can create projects, compute, and connections. Users can assign permissions within their project. Users can interact with existing Azure AI resources such as Azure OpenAI, Azure AI Search, and Azure AI services. |
45+
| Azure AI Inference Deployment Operator | Perform all actions required to create a resource deployment within a resource group. |
4546
| Reader | Read only access to the hub. This role is automatically assigned to all project members within the hub. |
4647

4748

@@ -95,6 +96,7 @@ Here's a table of the built-in roles and their permissions for the project:
9596
| Owner | Full access to the project, including the ability to assign permissions to project users. |
9697
| Contributor | User has full access to the project but can't assign permissions to project users. |
9798
| Azure AI Developer | User can perform most actions, including create deployments, but can't assign permissions to project users. |
99+
| Azure AI Inference Deployment Operator | Perform all actions required to create a resource deployment within a resource group. |
98100
| Reader | Read only access to the project. |
99101

100102
When a user is granted access to a project (for example, through the AI Studio permission management), two more roles are automatically assigned to the user. The first role is Reader on the hub. The second role is the Inference Deployment Operator role, which allows the user to create deployments on the resource group that the project is in. This role is composed of these two permissions: ```"Microsoft.Authorization/*/read"``` and ```"Microsoft.Resources/deployments/*"```.

0 commit comments

Comments
 (0)