An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
RBAC delegation failures between Azure AI Foundry Hubs and Projects typically occur when permissions are missing at the parent Hub scope, or the delegator lacks role assignment privileges (Microsoft.Authorization/roleAssignments/write).
Quick Fixes / Solutions:
- Assign Hub-Level Scope: Ensure users have at least the Azure AI Developer (or Reader) role assigned at the parent Hub level, not just on the child Project.
- Verify Role Delegation Rights: To assign or delegate roles to others, ensure your account has Owner or User Access Administrator on the resource group or project.
- Add Underlying Storage RBAC: Verify users/Managed Identities have Storage Blob Data Contributor and Cognitive Services OpenAI Contributor on linked hub storage and AI services.