grant users access to the Azure OpenAI Studio and/or GPT-3 Playground

Jim 20 Reputation points
2024-09-28T00:10:40.63+00:00

Is it possible to use one of the BuiltInRoles to grant users access to the Azure OpenAI Studio and/or GPT-3 Playground without giving them admin rights to my subscription or resource group? I have reviewed the available roles but haven't found a suitable one. I would expect there to be a role for this purpose.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,066 questions
0 comments No comments
{count} votes

Accepted answer
  1. Daniel FANG 700 Reputation points
    2024-09-28T00:32:10.03+00:00

    There are two built-in roles specific to Azure OpenAI:

    1. Cognitive Services OpenAI Contributor
    2. Cognitive Services OpenAI User

    To grant access, you can assign the 'Cognitive Services OpenAI User' role to your target user on the Azure OpenAI resource, and they will be able to use the Studio.

    More detailed explanations of these roles are here:
    https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/role-based-access-control

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.