Only owner has quotas in azure open AI service

Ritvik 50 Reputation points
2023-06-29T18:25:36.8033333+00:00

I have created an Azure open AI instance. I have provided the user with all the permissions related to cognitive services, cognitive search and microsoft search on the subscription level. Just to make sure that I am not missing out on anything I have provided Cognitive Services OpenAI Contributor role as well to the user. The user is able to see the open AI service and see the Deployments in OpenAI Studio. However when they try to create a new deployment the see quota limit errors. If I provide them with owner access, they are able to do it, but I want to restrict their access. Can anyone please help me out with what permissions do I need to provide in order to provide the access.

ThanksImage20230629235502

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
976 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,092 questions
{count} votes

Accepted answer
  1. Carlos Omar Toscano Sosa 90 Reputation points
    2023-07-12T18:26:24.3+00:00

    Hello everyone, I was looking into this for a few hours, and checking out the 502 error, I realized that is trying to get information from the parent subscription. We know that giving just access need it at RG level works nice, but looks that this information comes from the subscription and needs an access from there.

    Just create a CustomRole with this permission:

    Microsoft.CognitiveServices

    • Read all usages data

    Assign it at subscription level to the user

    Also be sure to assign any of the needed contributor roles at RG level, for example:

    • Cognitive Services Contributor
    • Cognitive Services OpenAI Contributor

    Only with these permissions should work, and lets the No Owner User create a new deployment, this works fine for me.

    Regards.

    2 people found this answer helpful.

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.