Permission Issues Despite Being Assigned Owner/Admin Role in Azure AI Studio #110
-
Hi everyone, I'm currently working with Azure AI Studio as part of my job, and I'm accessing deployed models through permissions granted by my supervisor. However, I'm frequently encountering permission-related errors, even when I'm assigned roles like Owner or Administrator on the relevant resources. These errors often prevent me from performing basic actions like viewing model details, deploying new versions, or accessing logs. We've double-checked the role assignments in the Azure portal, and everything seems correct on paper. Has anyone experienced similar issues with role-based access control (RBAC) in Azure AI Studio or related services? Are there any hidden permissions or additional configurations (e.g., at the resource group or subscription level) that we might be missing? Any help or guidance would be greatly appreciated! Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @schroedinger73 firstly I presume you mean Azure AI Foundry https://ai.azure.com AI Studio was a previous product which is no longer available. Tips for Azure AI Foundry RBAC Built-in Roles ≠ Standard Azure Roles
These roles are not equivalent to classic Azure roles like Conditional Role Assignment
Role Scope Separation: Hub vs Project
Data Actions Are Role-Specific
NOTE: Even BYO Resources & Capability Hosts
Missing this can silently block access to agents, threads, or search. Recommended Fixes & Checklist |
Beta Was this translation helpful? Give feedback.
Hi @schroedinger73 firstly I presume you mean Azure AI Foundry https://ai.azure.com AI Studio was a previous product which is no longer available.
Tips for Azure AI Foundry RBAC
Role Based Access Control
TroubleshootingBuilt-in Roles ≠ Standard Azure Roles
Foundry uses unique roles:
Azure AI User
Azure AI Project Manager
Azure AI Account Owner
These roles are not equivalent to classic Azure roles like
Owner
orContributor
Explore role definitions
Conditional Role Assignment
Project Manager
andAccount Owner
can only delegate theAzure AI User
roleContributor
) requires a subscription-level OwnerRBAC delegation limitations
Role Scope Separation: Hub vs P…